Bug#338371: What is wrong?
Jason Thomas
jason at debian.org
Fri Nov 11 00:04:39 UTC 2005
Okay here is a patch.
--- update-grub.orig 2005-11-01 07:53:55.000000000 +1100
+++ update-grub 2005-11-11 11:03:57.000000000 +1100
@@ -645,6 +645,8 @@
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_2_6_8=root=/dev/hdc1 ro" >> $buffer
+echo "## kopt_2_6_8_2_686=root=/dev/hdc2 ro" >> $buffer
echo "# kopt=$kopt" >> $buffer
if [ -n "$CustomKopts" ] ; then
echo "$CustomKopts" >> $buffer
On Thu, Nov 10, 2005 at 09:31:26PM -0200, Otavio Salvador wrote:
> Jason Thomas <jason at debian.org> writes:
>
> > # kopt=root=/dev/hdc1 ro
> > # kopt_2_6_8=root=/dev/hdc1 ro
> > # kopt_2_6_8_2_686=root=/dev/hdc2 ro
>
> Ok. So I think we need one thing. Jason, could you please to write a
> comment in menu.lst as an example of use of kopt_kver? After that we
> should close this bug.
>
> --
> O T A V I O S A L V A D O R
> ---------------------------------------------
> E-mail: otavio at debian.org UIN: 5906116
> GNU/Linux User: 239058 GPG ID: 49A5F855
> Home Page: http://www.freedom.ind.br/otavio
> ---------------------------------------------
> "Microsoft gives you Windows ... Linux gives
> you the whole house."
>
More information about the Pkg-grub-devel
mailing list