Replace with
This commit is contained in:
parent
709677e574
commit
6421736a19
1 changed files with 3 additions and 3 deletions
6
init.sh
6
init.sh
|
@ -25,9 +25,9 @@ device=""
|
||||||
# constant
|
# constant
|
||||||
APP_NAME="Debian USB Creator"
|
APP_NAME="Debian USB Creator"
|
||||||
VERSION="1.99.0"
|
VERSION="1.99.0"
|
||||||
SYSLINUX_EXE=$(which syslinux)
|
SYSLINUX_EXE=$(command -v syslinux)
|
||||||
PARTED_EXE=$(which parted)
|
PARTED_EXE=$(command -v parted)
|
||||||
MCOPY=$(which mcopy)
|
MCOPY=$(command -v mtoos)
|
||||||
SYSLINUX_FILES="menu.c32 vesamenu.c32 libutil.c32 libcom32.c32"
|
SYSLINUX_FILES="menu.c32 vesamenu.c32 libutil.c32 libcom32.c32"
|
||||||
SYSLINUX_BIOS_FILES=""
|
SYSLINUX_BIOS_FILES=""
|
||||||
SYSLINUX_EFI_FILES="ldlinux.e64"
|
SYSLINUX_EFI_FILES="ldlinux.e64"
|
||||||
|
|
Reference in a new issue