VirtualBox

Ignore:
Timestamp:
Nov 1, 2023 11:56:34 AM (15 months ago)
Author:
vboxsync
Message:

Main/Unattended: Support OracleLinux for unattended installation, bugref:10516

Location:
trunk/src/VBox/Main/UnattendedTemplates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/UnattendedTemplates/ol9_ks.cfg

    r101351 r101697  
    5656
    5757# Disk partitioning information
     58@@VBOX_COND_IS_FIRMWARE_UEFI@@
     59part /boot/efi --fstype=efi --grow --maxsize=200 --size=20
     60part /boot --fstype=ext4 --size=512
     61@@VBOX_COND_END@@
     62
    5863part / --fstype ext4 --size 6000 --grow --asprimary
    5964part swap --size 1024
  • trunk/src/VBox/Main/UnattendedTemplates/ol_postinstall.sh

    r98103 r101697  
    238238echo '** Installing VirtualBox Guest Additions...' | tee -a "${MY_LOGFILE}"
    239239MY_IGNORE_EXITCODE=2  # returned if modules already loaded and reboot required.
    240 log_command_in_target /bin/bash "${MY_CHROOT_CDROM}/vboxadditions/VBoxLinuxAdditions.run" --nox11
     240log_command_in_target /bin/bash "${MY_CHROOT_CDROM}/vboxadditions/@@VBOX_INSERT_ADDITIONS_INSTALL_PACKAGE_NAME@@" --nox11
    241241log_command_in_target /bin/bash -c "udevadm control --reload-rules" # GAs doesn't yet do this.
    242242log_command_in_target /bin/bash -c "udevadm trigger"                 # (ditto)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette