From dc8b0920bed8c7723ea5d2d58545686e11782105 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 30 Jan 2013 17:59:45 +0100 Subject: [PATCH] bootusb: add absolute paths to all entries to allow conf file to work when installed elsewhere (unetbootin) --- platforms/bootusb/post.inc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms/bootusb/post.inc.sh b/platforms/bootusb/post.inc.sh index 5c692b5..a246896 100644 --- a/platforms/bootusb/post.inc.sh +++ b/platforms/bootusb/post.inc.sh @@ -15,9 +15,9 @@ buildinfo="`cat $MOUNTDIR/etc/openmamba-release` ${PLATFORM}" cat > $MOUNTDIR/boot/extlinux.conf << _EOF PROMPT 0 TIMEOUT 20 -DEFAULT vesamenu.c32 +DEFAULT /boot/vesamenu.c32 MENU TITLE ${buildinfo} (${KERNEL_MAJVER} kernel) -MENU BACKGROUND openmamba.png +MENU BACKGROUND /boot/openmamba.png MENU COLOR TITLE 1;32;49 #ff00993d #00000000 std _EOF @@ -63,7 +63,7 @@ cat >> $MOUNTDIR/boot/extlinux.conf << _EOF MENU SEPARATOR LABEL memtest MENU LABEL Memory test - kernel memtest + kernel /boot/memtest MENU SEPARATOR MENU SEPARATOR LABEL -