summaryrefslogtreecommitdiffhomepage
path: root/patches/ubase/Makefile.patch
blob: 837b9f8e55f4b39677b69c3eeb8af17a477a7811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
diff -ru ubase.orig/Makefile ubase/Makefile
--- ubase.orig/Makefile	2020-06-04 16:28:46.959510474 +0200
+++ ubase/Makefile	2020-06-04 16:34:28.406481119 +0200
@@ -37,17 +37,14 @@
 LIB = $(LIBUTIL)
 
 BIN = \
-	blkdiscard        \
 	chvt              \
 	clear             \
 	ctrlaltdel        \
-	dd                \
 	df                \
 	dmesg             \
 	eject             \
 	fallocate         \
 	free              \
-	freeramdisk       \
 	fsfreeze          \
 	getty             \
 	halt              \
@@ -63,7 +60,6 @@
 	mesg              \
 	mknod             \
 	mkswap            \
-	mount             \
 	mountpoint        \
 	nologin           \
 	pagesize          \
@@ -80,10 +76,8 @@
 	swaplabel         \
 	swapoff           \
 	swapon            \
-	switch_root       \
 	sysctl            \
 	truncate          \
-	umount            \
 	unshare           \
 	uptime            \
 	vtallow           \