bootusb: add absolute paths to all entries to allow conf file to work when installed elsewhere (unetbootin)
This commit is contained in:
parent
9dfb02c297
commit
dc8b0920be
@ -15,9 +15,9 @@ buildinfo="`cat $MOUNTDIR/etc/openmamba-release` ${PLATFORM}"
|
|||||||
cat > $MOUNTDIR/boot/extlinux.conf << _EOF
|
cat > $MOUNTDIR/boot/extlinux.conf << _EOF
|
||||||
PROMPT 0
|
PROMPT 0
|
||||||
TIMEOUT 20
|
TIMEOUT 20
|
||||||
DEFAULT vesamenu.c32
|
DEFAULT /boot/vesamenu.c32
|
||||||
MENU TITLE ${buildinfo} (${KERNEL_MAJVER} kernel)
|
MENU TITLE ${buildinfo} (${KERNEL_MAJVER} kernel)
|
||||||
MENU BACKGROUND openmamba.png
|
MENU BACKGROUND /boot/openmamba.png
|
||||||
MENU COLOR TITLE 1;32;49 #ff00993d #00000000 std
|
MENU COLOR TITLE 1;32;49 #ff00993d #00000000 std
|
||||||
_EOF
|
_EOF
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ cat >> $MOUNTDIR/boot/extlinux.conf << _EOF
|
|||||||
MENU SEPARATOR
|
MENU SEPARATOR
|
||||||
LABEL memtest
|
LABEL memtest
|
||||||
MENU LABEL Memory test
|
MENU LABEL Memory test
|
||||||
kernel memtest
|
kernel /boot/memtest
|
||||||
MENU SEPARATOR
|
MENU SEPARATOR
|
||||||
MENU SEPARATOR
|
MENU SEPARATOR
|
||||||
LABEL -
|
LABEL -
|
||||||
|
Loading…
Reference in New Issue
Block a user