This is why I should'nt work after midnight : witch is not which...
This commit is contained in:
parent
5b76a63f57
commit
f4c393e9e0
1 changed files with 2 additions and 2 deletions
2
init.sh
2
init.sh
|
@ -9,7 +9,7 @@ OPTIND=1
|
|||
DEBIAN_VERSION="8.6.0"
|
||||
DEBIAN_ARCH="amd64"
|
||||
BOOT_TYPE="efi64"
|
||||
SYSLINUX_EXE=`witch syslinux`
|
||||
SYSLINUX_EXE=`which syslinux`
|
||||
SYSLINUX_FILES="menu.c32 vesamenu.c32 libutil.c32 libcom32.c32"
|
||||
SYSLINUX_BIOS_FILES=""
|
||||
SYSLINUX_EFI_FILES="ldlinux.e64"
|
||||
|
|
Reference in a new issue