Package: grub Version: 0.95+cvs20040624-17 Severity: minor Tags: patch The script contains a small typo. Patch attached.
-- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.10-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages grub depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libncurses5 5.4-9 Shared libraries for terminal hand grub recommends no packages. -- no debconf information
--- /sbin/update-grub 2005-04-19 01:38:00.000000000 +0200 +++ tmp/update-grub 2005-10-10 22:10:56.301722205 +0200 @@ -631,7 +631,7 @@ echo "## default kernel options" >> $buffer echo "## default kernel options for automagic boot options" >> $buffer -echo "## If you want special options for specifiv kernels use kopt_x_y_z" >> $buffer +echo "## If you want special options for specific kernels use kopt_x_y_z" >> $buffer echo "## where x.y.z is kernel version. Minor versions can be omitted." >> $buffer echo "## e.g. kopt=root=/dev/hda1 ro" >> $buffer echo "# kopt=$kopt" >> $buffer