diff --git a/daemon/guestfsd.pod b/daemon/guestfsd.pod index 64cd18e3c..062de4b40 100644 --- a/daemon/guestfsd.pod +++ b/daemon/guestfsd.pod @@ -85,7 +85,27 @@ The virtio serial port which C connects to. =item C -The Linux command line is parsed to discover C flags. +The Linux command line is parsed to discover C flags. The +following flags are understood: + +=over 4 + +=item B + +Enable verbose messages. This flag is passed by the libguestfs +library to the appliance to make the daemon more verbose (it acts like +the I<-v> flag on the command line). Unrelated to the daemon, it also +causes the appliance init script to print out a lot more debugging +information. + +=item B + +Set the path to the virtio-serial channel to something other than the +default (which is C). +This is used by the User-Mode Linux backend to use a regular emulated +serial port instead of virtio-serial. + +=back =back