diff --git a/init.sh b/init.sh index 55354bc..1e85480 100755 --- a/init.sh +++ b/init.sh @@ -27,7 +27,7 @@ APP_NAME="Debian USB Creator" VERSION="1.99.0" SYSLINUX_EXE=$(command -v syslinux) PARTED_EXE=$(command -v parted) -MCOPY=$(command -v mtoos) +MCOPY=$(command -v mcopy) SYSLINUX_FILES="menu.c32 vesamenu.c32 libutil.c32 libcom32.c32" SYSLINUX_BIOS_FILES="" SYSLINUX_EFI_FILES="ldlinux.e64" diff --git a/preseeds/preseed_swap.cfg b/preseeds/preseed_swap.cfg index 5fa1106..d55e0c8 100644 --- a/preseeds/preseed_swap.cfg +++ b/preseeds/preseed_swap.cfg @@ -1,6 +1,6 @@ d-i debian-installer/locale string fr_FR d-i keyboard-configuration/xkb-keymap select fr(latin9) -d-i netcfg/choose_interface select eth0 +#d-i netcfg/choose_interface select eth0 d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain