Package: multistrap Version: 2.1.14 Severity: minor Tags: patch --- examples/device_table.txt | 2 +- examples/lenny.conf | 2 +- pod/multistrap | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/examples/device_table.txt b/examples/device_table.txt index e44b984..75e24f1 100644 --- a/examples/device_table.txt +++ b/examples/device_table.txt @@ -29,7 +29,7 @@ # become root and then run 'mknod' a thousand times. Using a device # table you can create device nodes and directories "on the fly". # Furthermore, you can use a single table entry to create a many device -# minors. For example, if I wanted to create /dev/hda and /dev/hda[0-15] +# minors. For example, if I wanted to create /dev/hda and /dev/hda[1-15] # I could just use the following two table entries: # /dev/hda b 640 0 0 3 0 0 0 - # /dev/hda b 640 0 0 3 1 1 1 15 diff --git a/examples/lenny.conf b/examples/lenny.conf index 11b4744..3fa2612 100644 --- a/examples/lenny.conf +++ b/examples/lenny.conf @@ -24,4 +24,4 @@ aptsources=Debian packages= source=http://ftp.uk.debian.org/debian keyring=debian-archive-keyring -suite=stable +suite=lenny diff --git a/pod/multistrap b/pod/multistrap index af5b941..f6ce8f3 100644 --- a/pod/multistrap +++ b/pod/multistrap @@ -224,7 +224,7 @@ manner. source on the same machine, ensure you use C<copy://> not C<file://>, so that apt is told to copy the packages into the rootfs instead of assuming it can try to download them later - because that "later" will -never actually happen. +never actually happen). 'keyring' lists the package which contains the key used by the source listed in this Section. If no keyring is specified, the C<noauth> @@ -417,7 +417,7 @@ directory of the rootfs. One advantage of using machine:variant support is that the entire rootfilesystem can be managed by a single call to multistrap - this -is useful when building root filesystems in userspace. +is useful when building root filesystems as non-priviledged user. To enable machine:variant support, specify the path to the scripts to be called in the variant configuration file (General section): @@ -457,7 +457,7 @@ section. addimportant=true Priority: important can only operate for all sections listed in the -C<boostrap> option. This may cause some confusion when mixing suites. +C<bootstrap> option. This may cause some confusion when mixing suites. It is not possible to enable addimportant and omitrequired in the same configuration. C<multistrap> will exit with error code 7 if @@ -583,7 +583,7 @@ just workarounds and wishlist bugs should be filed in Debian against packages which require the use of these mechanisms (or the packages which would prevent the particular package from operating normally). -head1 Debconf preseeding +=head1 Debconf preseeding Adding a debconf seed can help in configuring packages to a particular setting instead of the package default when running the configuration