Creating autorun.inf in binary_win32-loader.

This commit is contained in:
Daniel Baumann 2013-01-02 10:59:59 +01:00
parent 499fe805fd
commit 066cdad4bf
1 changed files with 5 additions and 0 deletions

View File

@ -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