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
6
README
6
README
|
@ -94,7 +94,7 @@ b. Building from Source
|
||||||
gtkmm3
|
gtkmm3
|
||||||
gettext
|
gettext
|
||||||
polkit
|
polkit
|
||||||
yelp-tools - required if help documentation is to be built
|
yelp-tools - required if help documentation is to be built
|
||||||
|
|
||||||
On RHEL, these dependencies may be obtained by running the following
|
On RHEL, these dependencies may be obtained by running the following
|
||||||
command as root:
|
command as root:
|
||||||
|
@ -317,7 +317,6 @@ system. These commands include:
|
||||||
|
|
||||||
blkid - [mandatory requirement] used to detect file systems
|
blkid - [mandatory requirement] used to detect file systems
|
||||||
libparted doesn't, read UUIDs and volume labels
|
libparted doesn't, read UUIDs and volume labels
|
||||||
hdparm - used to query disk device serial numbers
|
|
||||||
udisks - used to prevent automounting of file systems
|
udisks - used to prevent automounting of file systems
|
||||||
hal-lock - 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
|
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
|
xdg-su - alternatively used to acquire root privileges in
|
||||||
gparted shell script wrapper, last choice if
|
gparted shell script wrapper, last choice if
|
||||||
available when gparted source is configured
|
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
|
yelp - used to display help manual
|
||||||
(requires gvfs to be able to launch yelp)
|
(requires gvfs to be able to launch yelp)
|
||||||
xhost - used to grant root access to the X11 server, only
|
xhost - used to grant root access to the X11 server, only
|
||||||
|
|
Loading…
Reference in New Issue