Changeset 101683 in vbox for trunk/src/VBox/Main/UnattendedTemplates
- Timestamp:
- Oct 31, 2023 12:38:46 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh
r98103 r101683 221 221 echo '** Installing VirtualBox Guest Additions...' | tee -a "${MY_LOGFILE}" 222 222 MY_IGNORE_EXITCODE=2 # returned if modules already loaded and reboot required. 223 log_command_in_target /bin/bash "${MY_CHROOT_CDROM}/vboxadditions/ VBoxLinuxAdditions.run" --nox11223 log_command_in_target /bin/bash "${MY_CHROOT_CDROM}/vboxadditions/@@VBOX_INSERT_ADDITIONS_INSTALL_PACKAGE_NAME@@" --nox11 224 224 log_command_in_target /bin/bash -c "udevadm control --reload-rules" # GAs doesn't yet do this. 225 225 log_command_in_target /bin/bash -c "udevadm trigger" # (ditto)
Note:
See TracChangeset
for help on using the changeset viewer.