- Timestamp:
- Jan 20, 2024 6:41:33 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161211
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh
r101683 r102979 34 34 # Globals. 35 35 # 36 MY_TARGET="/target" 36 37 # subiquity will execute this script inside the target already 38 if [ "$1" = "--direct" ]; then 39 MY_TARGET="/" 40 else 41 MY_TARGET="/target" 42 fi 37 43 MY_LOGFILE="${MY_TARGET}/var/log/vboxpostinstall.log" 38 44 MY_CHROOT_CDROM="/cdrom"
Note:
See TracChangeset
for help on using the changeset viewer.