[Th] geninitrd borked?
Cezary Krzyzanowski
dhubleizh at o2.pl
Wed Dec 27 23:05:55 CET 2006
Dnia 27-12-2006, śro o godzinie 15:19 +0100, Łukasz Jernaś napisał(a):
> OK, It's working now, nearly working...
>
> Progress is broken, /etc/init.d/functions lack support for it, I'll try to fix
> it today.
Not my business till I finish my engineers project (end of February).
> initrd with udev doesn't seem to work, it complains that his filesystem is
> mounted read only so it cannot create devices.
Ok - so in initrd we should remount / ro.
> IMHO we should move the FB_SPLASH variable to /e/s/fbsplash
> not /e/s/geninitrd - you can't use fbsplash without splash utils and it
> shouldn't be a requirement of geninitrd (someone might accidentally set the
> variable there and complain that it isn't working...)
Yea - seems reasonable. I've just added it the same way bootsplash was
not thinking too much bout it.
Cz at rny
-------------- next part --------------
# By default boot the pld entry
default 1
# Wait 5 seconds for booting
timeout 5
# Fallback to the second entry if default fails
fallback 1
# Default colors
color white/blue white/red
# dos image
title IBM
root (hd0,1)
makeactive
chainloader +1
# linux image
title pld
kernel /boot/vmlinuz-laptop root=0303 init=/sbin/initng video=vesafb:1024x768-32 splash=verbose,theme:ppcrcd,tty:12 console=tty1
initrd /boot/initrd-laptop
# linux image
title pld-SysVinit
kernel /boot/vmlinuz root=0303
initrd /boot/initrd
# linux image
title pld-bootchart
kernel /boot/vmlinuz-laptop root=0303 init=/sbin/bootchartd bootchart_init=/sbin/initng video=vesafb:1024x768-32 splash=verbose,fadein,kdgraphics,theme:ppcrcd,tty:12 quiet CONSOLE=/dev/tty1
initrd /boot/initrd-laptop
# linux image
title pld-old
kernel /boot/vmlinuz root=0303 init=/sbin/initng video=radeonfb:1024x768-32 at 85
initrd /boot/initrd
# linux image
title pld-resume
kernel /boot/vmlinuz-laptop root=0303 init=/sbin/initng resume2=swap:/dev/hda5 video=vesafb:1024x768-32 splash=silent,fadein,theme:ppcrcd,tty:12 console=tty1
initrd /boot/initrd-laptop
# dos image
title winda
root (hd0,0)
makeactive
chainloader +1
# EOF
More information about the pld-devel-en
mailing list