Changeset 85609 in vbox for trunk/src/VBox/Main/UnattendedTemplates
- Timestamp:
- Aug 5, 2020 8:36:30 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139715
- Location:
- trunk/src/VBox/Main/UnattendedTemplates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh
r84875 r85609 212 212 MY_IGNORE_EXITCODE=2 # returned if modules already loaded and reboot required. 213 213 log_command_in_target /bin/bash "${MY_CHROOT_CDROM}/vboxadditions/VBoxLinuxAdditions.run" --nox11 214 log_command_in_target /bin/bash -c "udevadm con strol --reload-rules" # GAs doesn't yet do this.214 log_command_in_target /bin/bash -c "udevadm control --reload-rules" # GAs doesn't yet do this. 215 215 log_command_in_target /bin/bash -c "udevadm trigger" # (ditto) 216 216 MY_IGNORE_EXITCODE= -
trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh
r84875 r85609 192 192 MY_IGNORE_EXITCODE=2 # returned if modules already loaded and reboot required. 193 193 log_command_in_target /bin/bash "${MY_CHROOT_CDROM}/vboxadditions/VBoxLinuxAdditions.run" --nox11 194 log_command_in_target /bin/bash -c "udevadm con strol --reload-rules" # GAs doesn't yet do this.194 log_command_in_target /bin/bash -c "udevadm control --reload-rules" # GAs doesn't yet do this. 195 195 log_command_in_target /bin/bash -c "udevadm trigger" # (ditto) 196 196 MY_IGNORE_EXITCODE=
Note:
See TracChangeset
for help on using the changeset viewer.