diff options
author | James Meyer <james.meyer@operamail.com> | 2009-04-10 15:56:58 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-04-10 15:56:58 (GMT) |
commit | d5edadbefb6dfb1facd113127bc68810f6109aa3 (patch) | |
tree | c20fc156c12a3caee2edd58422c40174454bce7e /build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process | |
parent | b26720a8793017e9c5c5812581b34ae41acede76 (diff) | |
download | linhes_dev-d5edadbefb6dfb1facd113127bc68810f6109aa3.zip |
-set the correct number of steps for splash when installing.
-change splash to 800x600
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process')
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst index ab2bc95..8a8e3b2 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst @@ -43,13 +43,13 @@ initrd /boot/kernel26.img # (1) bootsplash title LinHes-splashy root (hd0,0) -kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet vga=0x318 splash=silent,theme:linhes console=tty1 +kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet vga=0x314 splash=silent,theme:linhes console=tty1 initrd /boot/kernel26.img # (2) noautologin title LinHES-nologin root (hd0,0) -kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet vga=0x318 splash=silent,theme:linhes console=tty1 noautologin +kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet vga=0x314 splash=silent,theme:linhes console=tty1 nox initrd /boot/kernel26.img |