fix bootloader configs and fix tarball helper for poweroff

This commit is contained in:
Tobias Powalowski 2010-12-11 01:09:07 +01:00
parent 02426b33c7
commit 441c3d2111
3 changed files with 13 additions and 13 deletions

View file

@ -53,7 +53,7 @@ export USEKERNEL=${VERSION}
mkdir -p ${TEMPDIR}/${BOOTDIRNAME}/
# prepare syslinux bootloader
install -m755 /usr/lib/syslinux/isolinux.bin ${TEMPDIR}/${BOOTDIRNAME}/isolinux.bin
for i in /usr/lib/syslinux/*.c32; do
for i in /usr/lib/syslinux/*; do
install -m644 $i ${TEMPDIR}/${BOOTDIRNAME}/$(basename $i)
done
install -m644 /lib/modules/$(uname -r)/modules.pcimap ${TEMPDIR}/${BOOTDIRNAME}/modules.pcimap

View file

@ -9,13 +9,13 @@ F2 options.msg
MENU WIDTH 78
MENU MARGIN 4
MENU ROWS 11
MENU VSHIFT 10
MENU ROWS 10
MENU VSHIFT 9
MENU TIMEOUTROW 15
MENU TABMSGROW 13
MENU CMDLINEROW 12
MENU HELPMSGROW 17
MENU HELPMSGENDROW 29
MENU TABMSGROW 16
MENU CMDLINEROW 17
MENU HELPMSGROW 18
MENU HELPMSGENDROW -1
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu

View file

@ -9,13 +9,13 @@ F2 options.msg
MENU WIDTH 78
MENU MARGIN 4
MENU ROWS 7
MENU VSHIFT 10
MENU ROWS 6
MENU VSHIFT 9
MENU TIMEOUTROW 15
MENU TABMSGROW 13
MENU CMDLINEROW 12
MENU HELPMSGROW 17
MENU HELPMSGENDROW 29
MENU TABMSGROW 16
MENU CMDLINEROW 17
MENU HELPMSGROW 18
MENU HELPMSGENDROW -1
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu