Update README to reflect hdparm being replaced with udevadm (#263)
Plus shorten a 73 character line to 72. Closes #263 - Serial number for my USB key showing binary data
This commit is contained in:
parent
a0f5b02f59
commit
ebaeb93190
4
README
4
README
|
@ -317,7 +317,6 @@ system. These commands include:
|
|||
|
||||
blkid - [mandatory requirement] used to detect file systems
|
||||
libparted doesn't, read UUIDs and volume labels
|
||||
hdparm - used to query disk device serial numbers
|
||||
udisks - used to prevent automounting of file systems
|
||||
hal-lock - used to prevent automounting of file systems
|
||||
pkexec - used to acquire root privileges in gparted shell
|
||||
|
@ -335,7 +334,8 @@ system. These commands include:
|
|||
xdg-su - alternatively used to acquire root privileges in
|
||||
gparted shell script wrapper, last choice if
|
||||
available when gparted source is configured
|
||||
udevadm - used in dmraid to query udev name
|
||||
udevadm - used to wait for udev rule execution and querying
|
||||
udev device properties
|
||||
yelp - used to display help manual
|
||||
(requires gvfs to be able to launch yelp)
|
||||
xhost - used to grant root access to the X11 server, only
|
||||
|
|
Loading…
Reference in New Issue