Package: ltsp Version: 0.93debian1 Severity: normal Tags: patch According to the ltsp-build-client(8) manpage, the option to set the default path for the ltsp chroot is --root, but that option doesn't seem to exist anymore and --base is used instead.
While I was looking at the manpage, I also noticed that there are other undocumented options (see --help vs manpage). The following options are missing in the manpage: * accept-unsigned-packages * config * debug * early-mirror * prompt-rootpass Since I don't want to report yet another bug for the manpage (see #385885), I have attached a patch that fixes --root and includes all these options with the minimal description from --help. Note that I tried to add the options by order of importance since I failed to see any previously established order. A review from someone who knows the options better would be appreciated. Thank you.
6c6 < \fBltsp-build-client\fR [\-\-root ] [\-\-dist ] [\-\-components ] [\-\-mirror ] [\-\-extra-mirror ] [\-\-security-mirror ] [\-\-exclude ] [\-\-early-packages ] [\-\-late-packages ] [\-\-serial-console ] [\-\-arch ] [\-\-debconf-seeds ] [\-\-apt-keys ] [\-\-help ] --- > \fBltsp-build-client\fR [\-\-base ] [\-\-dist ] [\-\-components ] > [\-\-config ] [\-\-mirror ] [\-\-early-mirror ] [\-\-extra-mirror ] > [\-\-security-mirror ] [\-\-exclude ] [\-\-early-packages ] > [\-\-late-packages ] [\-\-serial-console ] [\-\-arch ] [\-\-debconf-seeds > ] [\-\-prompt-rootpass ] [\-\-apt-keys ] [\-\-accept-unsigned-packages ] > [\-\-debug ] [\-\-help ] 16c16 < .IP "\fB\-\-root\fP \fIrootpath\fR" 10 --- > .IP "\fB\-\-base\fP \fIbasepath\fR" 10 26a27,29 > .IP "\fB\-\-config\fP \fIfile\fR" 10 > Load a user specific configuration file > 31a35,40 > .IP "\fB\-\-early-mirror\fP \fImirror_url dist components\fR" 10 > Adds a mirror which takes priority over the default mirror. This option > can also have dist and component variables associated as demonstrated > above. If no dist and components are specified the defaults are used. > Urls like file://cdrom can also be specified here. > 64a74,76 > .IP "\fB\-\-prompt-rootpass\fP" 10 > Prompt to set the root password, defaults to disabled > 67a80,85 > .IP "\fB\-\-accept-unsigned-packages\fP" 10 > Allow unsigned packages during install > > .IP "\fB\-\-debug\fP" 10 > Enable debug support >