Package: bootcd Version: 3.02 Severity: minor Tags: patch
Found some typos in '/usr/share/man/man5/bootcdwrite.conf.5.gz', see attached '.diff'. Hope this helps... -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/dash Versions of packages bootcd depends on: ii bootcd-i386 3.02 bootcd extension to create images ii cpio 2.7-1 GNU cpio -- a program to manage ar ii dosfstools 2.11-2.1+b1 Utilities to create and check MS-D ii fdutils 5.5-20060227-1.1 Linux floppy utilities ii file 4.20-4 Determines file type using "magic" ii mkisofs 9:1.1.4-1 Dummy transition package for genis ii realpath 1.10 Return the canonicalized absolute Versions of packages bootcd recommends: ii cdrecord 9:1.1.4-1 Dummy transition package for wodim -- no debconf information
--- bootcdwrite.conf.5 2007-04-11 12:12:55.000000000 -0400 +++ /tmp/bootcdwrite.conf.5 2007-04-17 02:33:22.000000000 -0400 @@ -92,7 +92,7 @@ .TP .B UDEV_FIXNET=<yes|no> .br -If you are using the udev filessystem and want to install the image on other +If you are using the udev filesystem and want to install the image on other machines, you need to set this to "yes" because the network interfaces are hardwired in /etc/udev/rules.d/z25_persistent-net.rules and we must remove them. @@ -152,7 +152,7 @@ .TP .B DEVFS="<yes|no>" -With devfs you do not need devicefiles and inodes in /dev/*. If running diskless this will save some ram (See /usr/src/linux/Documentation/filesystems/devfs/README for more infos). It is probably better not to use this feature in future, because it will be obsolete in newer kernels. +With devfs you do not need device files and inodes in /dev/*. If running diskless this will save some ram (See /usr/src/linux/Documentation/filesystems/devfs/README for more infos). It is probably better not to use this feature in future, because it will be obsolete in newer kernels. Default is "no" .TP @@ -183,9 +183,9 @@ .TP .B BOOTCDMODPROBE="<standard|bootcd|auto>" This option is only relevant, if bootcd-mkinitramfs is installed. -If booted from initrd, bootcd has to load the necessarry modules. +If booted from initrd, bootcd has to load the necessary modules. If only modules provided by initramfs-tools are needed you can specify "standard" here. -If bootcd should try extra hard to load neccessary modules you can specify "bootcd" here. +If bootcd should try extra hard to load necessary modules you can specify "bootcd" here. Bootcd will use discover for this purpose. So discover has to be installed. If you specify "auto", bootcd will check if discover is installed. If it is installed "BOOTCDMODPROBE=bootcd" will be set, if not "BOOTCDMODPROBE=standard"