summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
blob: 8ed1a557286c7d7cb987f318048bd89893a82286 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
## SECTION=shell_and_console
menuconfig UTIL_LINUX_NG

	tristate
	prompt "util-linux-ng                 "
	select NCURSES if UTIL_LINUX_NG_CFDISK
	# we may need libuuid from E2FSPROGS
	select E2FSPROGS if UTIL_LINUX_NG_MKSWAP_UUID

config UTIL_LINUX_NG_FDISK
	bool
	prompt "fdisk"
	depends on UTIL_LINUX_NG
	depends on !BB_CONFIG_FDISK
	help
	  fdisk - Partition table manipulator for Linux

comment "busy box' fdisk is selected!"
	depends on UTIL_LINUX_NG && BB_CONFIG_FDISK

config UTIL_LINUX_NG_SFDISK
	bool
	prompt "sfdisk"
	depends on UTIL_LINUX_NG
	help
	  sfdisk - Partition table manipulator for Linux,
	  scriptable for unattended partitioning

config UTIL_LINUX_NG_CFDISK
	bool
	prompt "cfdisk"
	depends on UTIL_LINUX_NG
	select NCURSES
	help
	  cfdisk is a curses based program for partitioning any hard disk drive.

config UTIL_LINUX_NG_MKSWAP
	bool
	prompt "mkswap"
	depends on UTIL_LINUX_NG
	depends on !BB_CONFIG_MKSWAP
	help
	  mkswap sets up a Linux swap area on a device or in a file.

config UTIL_LINUX_NG_MKSWAP_UUID
	bool
	prompt "enable uuid support for mkswap"
	depends on UTIL_LINUX_NG_MKSWAP
	help
	  enable uuid support for mkswap

comment "busy box' mkswap is selected!"
	depends on UTIL_LINUX_NG && BB_CONFIG_MKSWAP

config UTIL_LINUX_NG_SWAPON
	bool
	prompt "swapon"
	depends on UTIL_LINUX_NG
	depends on !BB_CONFIG_SWAPONOFF
	help
	  Swapon is used to specify devices on which paging and swapping are to take place.

comment "busy box' swapon is selected!"
	depends on UTIL_LINUX_NG && BB_CONFIG_SWAPONOFF

config UTIL_LINUX_NG_MOUNT
	bool
	prompt "mount"
	depends on UTIL_LINUX_NG
	depends on !BB_CONFIG_MOUNT
	help
	  The mount command serves to attach the file system
	  found on some device to the big file tree.

comment "busy box' mount is selected!"
	depends on UTIL_LINUX_NG && BB_CONFIG_MOUNT

config UTIL_LINUX_NG_UMOUNT
	bool
	prompt "umount"
	depends on UTIL_LINUX_NG
	depends on !BB_CONFIG_UMOUNT
	help
	  The mount(8) command serves to attach the file system
	  found on some device to the big file tree.
	  Conversely, the umount(8) command will detach it again.

comment "busy box' umount is selected!"
	depends on UTIL_LINUX_NG && BB_CONFIG_UMOUNT

config UTIL_LINUX_NG_IPCS
	bool
	prompt "ipcs"
	depends on UTIL_LINUX_NG
	depends on !BB_CONFIG_IPCS
	help
	  ipcs provides information on the ipc facilities
	  for which the calling process has read acccess.

comment "busy box' ipcs is selected!"
	depends on UTIL_LINUX_NG && BB_CONFIG_IPCS

config UTIL_LINUX_NG_READPROFILE
	bool
	prompt "readprofile"
	depends on UTIL_LINUX_NG
	depends on !BB_CONFIG_READPROFILE
	help
	  The readprofile command uses the /proc/profile information
	  to print ascii data on standard output.  The output is
	  organized in three columns: the first is the number of
	  clock ticks, the second is the name of the C function
	  in the kernel where those many ticks occurred, and the
	  third is the normalized  `load' of the procedure, calculated
	  as a ratio between the number of ticks and the length of the
	  procedure. The output is filled with blanks to ease readability.

comment "busy box' readprofile is selected!"
	depends on UTIL_LINUX_NG && BB_CONFIG_READPROFILE

config UTIL_LINUX_NG_SETTERM
	bool
	prompt "setterm"
	depends on UTIL_LINUX_NG
	help
	  setterm - set terminal attributes like terminal name, cursor
	  blinking and beeper sound