Re: Re: GRUB2 - automatically generating extra entries

2010-06-20 Thread Tom H
On Wed, Jun 9, 2010 at 8:23 PM, Jason Heeris wrote: >> For grub1, the only way that I can see doing this >> automatically/automagically is to replace the single/recovery entries >> by init3 entries. > > I just found my old menu.lst - there was a section that started: > > ### BEGIN AUTOMAGIC KERNEL

Re: Re: GRUB2 - automatically generating extra entries

2010-06-09 Thread Jason Heeris
For grub1, the only way that I can see doing this automatically/automagically is to replace the single/recovery entries by init3 entries. I just found my old menu.lst - there was a section that started: ### BEGIN AUTOMAGIC KERNELS LIST ## lines between the AUTOMAGIC KERNELS LIST markers will be

Re: GRUB2 - automatically generating extra entries

2010-06-09 Thread Tom H
On Tue, Jun 8, 2010 at 9:35 AM, Jason Heeris wrote: > I use runlevel 3 for non-X boots (gdm, etc is disabled), and to boot > into it I append "3" to my "normal use" entry in the GRUB2 menu. I'd > like to just automatically generate the extra line, so that even after > a kernel upgrade it'll still

Re: Re: GRUB2 - automatically generating extra entries

2010-06-09 Thread Jason Heeris
If you want to append additional parameters to the kernel command line, configure it via GRUB_CMDLINE_LINUX_DEFAULT or GRUB_CMDLINE_LINUX in /etc/default/grub. No, I want to generate an extra entry for each kernel for runlevel 3, automatically. f you want to add further entries to the grub b

Re: GRUB2 - automatically generating extra entries

2010-06-08 Thread Florian Kulzer
On Tue, Jun 08, 2010 at 21:35:53 +0800, Jason Heeris wrote: > I use runlevel 3 for non-X boots (gdm, etc is disabled), and to boot > into it I append "3" to my "normal use" entry in the GRUB2 menu. I'd > like to just automatically generate the extra line, so that even after > a kernel upgrade it'll

GRUB2 - automatically generating extra entries

2010-06-08 Thread Jason Heeris
I use runlevel 3 for non-X boots (gdm, etc is disabled), and to boot into it I append "3" to my "normal use" entry in the GRUB2 menu. I'd like to just automatically generate the extra line, so that even after a kernel upgrade it'll still be there (but obviously for the new kernel). There was a way