loadlin: fix missing directory error

fixes an error I experienced in a test build

Gbp-Dch: Short
This commit is contained in:
Lyndon Brown 2020-03-30 19:37:24 +01:00 committed by Luca Boccassi
parent 1716958a8d
commit f0588be19a
1 changed files with 5 additions and 2 deletions

View File

@ -69,12 +69,15 @@ case "${LB_ARCHITECTURES}" in
# Removing depends
Remove_package
mkdir -p binary/install
cat > binary/install/install.bat << EOF
\tools\loadlin.exe vmlinuz initrd=initrd.gz
EOF
if [ -e binary/install/gtk ]
then
if [ "${LB_DEBIAN_INSTALLER_GUI}" = "true" ]; then
mkdir -p binary/install/gtk
cat > binary/install/gtk/install.bat << EOF
\tools\loadlin.exe \install\vmlinuz initrd=initrd.gz vga=788