[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Booth at FSCONS 2012



>> Please confirm that everything is now OK :-)
>
> I found a few other issues:
>
> * In order to not blank the screen when installing I added kernel parameter
>
> diff --git a/babelbox-grub b/babelbox-grub
> index fc30411..f7e09ee 100644
> --- a/babelbox-grub
> +++ b/babelbox-grub
> @@ -3,7 +3,7 @@ menuentry 'BabelBox install' --class debian --class
> gnu-linux --class gnu --clas
>         insmod ext2
>         set root='(hd0,1)'
>         echo    'Loading Linux ...'
> -       linux    /srv/vmlinuz video=vesa:ywrap,mtrr vga=788
> priority=critical console-keymaps-at/keymap=us
> keyboard-configuration/x
> +       linux    /srv/vmlinuz video=vesa:ywrap,mtrr vga=788
> consoleblank=0 priority=critical console-keymaps-at/keymap=us
> keyboard-
>         echo    'Loading initial ramdisk ...'
>         initrd  /srv/initrd.gz
>  }

Ok, this patch was worthless it needs something else to not blank
the screen during installation. Maybe noacpi noapic etc?


Maybe we could have separate branches for machines with special
needs?


Are there any particular conventions or can I start submitting code?


Best,
Per


Reply to: