- Timestamp:
- Jul 29, 2017 1:10:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh
r68164 r68173 189 189 log_command cp -R ${MY_CDROM_NOCHROOT}/vboxvalidationkit/* "${MY_TARGET}/root/validationkit/" 190 190 log_command chmod -R u+rw,a+xr "${MY_TARGET}/root/validationkit/" 191 if [ -e "${MY_TARGET}/usr/bin/chcon" -o -e "${MY_TARGET}/bin/chcon" -o -e "${MY_TARGET}/usr/sbin/chcon" -o -e "${MY_TARGET}/sbin/chcon" ]; then 192 log_command_in_target chcon -R -t usr_t "${MY_TARGET}/root/validationkit/" 193 fi 191 194 192 195 # systemd service config:
Note:
See TracChangeset
for help on using the changeset viewer.