bugfix
This commit is contained in:
@@ -114,7 +114,7 @@ fi
|
||||
# install syslinux bootloader
|
||||
echo "* attempting to install bootloader to $BOOT..."
|
||||
|
||||
"$EXTLINUX" --install "$BOOT"
|
||||
./"$EXTLINUX" --install "$BOOT"
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Error installing boot loader."
|
||||
|
||||
@@ -15,7 +15,7 @@ ARCH=$(uname -m)
|
||||
if [ "$ARCH" = "x86_64" ]; then ARCH=64; else ARCH=32; fi
|
||||
EXTLINUX=extlinux.x$ARCH
|
||||
|
||||
"$EXTLINUX" --install "$BOOT"
|
||||
./"$EXTLINUX" --install "$BOOT"
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Error installing boot loader."
|
||||
|
||||
Reference in New Issue
Block a user