Changeset 68087 in vbox for trunk/src/VBox/Main/UnattendedTemplates/ubuntu_preseed.cfg
- Timestamp:
- Jul 21, 2017 6:19:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/ubuntu_preseed.cfg
r68075 r68087 64 64 d-i preseed/late_command string cp /cdrom/vboxpostinstall.sh /target/root/vboxpostinstall.sh \ 65 65 && chmod +x /target/root/vboxpostinstall.sh \ 66 && /bin/bash /root/vboxpostinstall.sh 66 && /bin/bash /root/vboxpostinstall.sh --preseed-late-command 67 67 68 68 # Same as above, but for ubiquity. 69 ubiquity ubiquity/success_command string vboxpostinstall.sh 69 70 ubiquity ubiquity/success_command string cp /cdrom/vboxpostinstall.sh /target/root/vboxpostinstall.sh \ 70 71 && chmod +x /target/root/vboxpostinstall.sh \ 71 && /bin/bash /target/root/vboxpostinstall.sh 72 && /bin/bash /target/root/vboxpostinstall.sh --ubiquity-success-command 72 73 74 # automatically reboot after installation. 75 ubiquity ubiquity/reboot boolean true 76
Note:
See TracChangeset
for help on using the changeset viewer.