netson / ubuntu-unattended

Script to create unattended Ubuntu ISO
MIT License
370 stars 185 forks source link

Update create-unattended-iso.sh #25

Closed ahrasis closed 7 years ago

ahrasis commented 7 years ago

All files in /tmp folder will be removed upon reboot. Saving the unattended iso in there is therefore not safe. The best place should be in /home/$USER/. Do change this accordingly to your needs.

netson commented 7 years ago

thanks for the PR 👍