New xorriso-dd-target option -trust_lsblk_udev
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO-DD-TARGET 1 "Version 1.5.3, Jan 7, 2020"
|
||||
.TH XORRISO-DD-TARGET 1 "Version 1.5.3, Fep 12, 2020"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -498,6 +498,16 @@ program as superuser.
|
||||
If \-DO_WRITE \-with_sudo is given, then the programs umount and dd will be run
|
||||
by sudo, too.
|
||||
.TP
|
||||
\fB\-trust_lsblk_udev\fR
|
||||
Suppress the reason no_fs_while_not_su\- if lsblk is linked with libudev.so.
|
||||
In this case it is likely that lsblk can retrieve FSTYPE even if run
|
||||
by a non\-priviledged user.
|
||||
.br
|
||||
This option is intended for use by frontend programs which are certain
|
||||
that they do not encounter a udev\-using version of lsblk which nevertheless
|
||||
fails to detect existing filesystems. Human users should better acquire
|
||||
superuser powers if reason no_fs_while_not_su\- is reported.
|
||||
.TP
|
||||
\fB\-image_file\fR PATH
|
||||
Set the path of the image file which shall be written to a device. Its size
|
||||
will be set as \-min_size.
|
||||
|
Reference in New Issue
Block a user