Creating autorun.inf in binary_win32-loader.
This commit is contained in:
parent
499fe805fd
commit
066cdad4bf
|
@ -75,6 +75,11 @@ case "${LIVE_IMAGE_ARCHITECTURE}" in
|
|||
rmdir binary/win32-loader > /dev/null 2>&1 || true
|
||||
fi
|
||||
|
||||
cat >> binary/autorun.inf << EOF
|
||||
[autorun]
|
||||
open=setup.exe
|
||||
EOF
|
||||
|
||||
if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
|
||||
then
|
||||
|
||||
|
|
Loading…
Reference in New Issue