VirtualBox

Changeset 101356 in vbox


Ignore:
Timestamp:
Oct 5, 2023 12:44:33 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159358
Message:

Unattended: ​bugref:10530. Looks like OL8 kickstart used to include a removed command.

Location:
trunk/src/VBox
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/Config.kmk

    r101351 r101356  
    7373        fedora_ks.cfg \
    7474        ol_ks.cfg \
     75        ol8_ks.cfg \
    7576        ol9_ks.cfg \
    7677        rhel3_ks.cfg \
  • trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk

    r101351 r101356  
    4444        redhat67_ks.cfg \
    4545        ol_ks.cfg \
     46        ol8_ks.cfg \
    4647        ol9_ks.cfg \
    4748        fedora_ks.cfg \
  • trunk/src/VBox/Main/UnattendedTemplates/ol8_ks.cfg

    r101355 r101356  
    2727
    2828# Disable the unsupported hardware popup (vmmdev?).
    29 unsupported_hardware
     29# This has been removed from kickstart file format as of OL8
     30#unsupported_hardware
    3031
    3132# SELinux configuration
  • trunk/src/VBox/Main/include/UnattendedInstaller.h

    r101351 r101356  
    845845
    846846/**
    847  * Oracle Linux 8 installer. Same as OL 7.
    848  * The class was added for better handling any possible subtle difference between OL7 and OL8.
     847 * Oracle Linux 8 installer. Using a different kickstart file than earlier OL versions.
    849848 */
    850849class UnattendedOracleLinux8Installer : public UnattendedOracleLinux7Installer
     
    853852    DECLARE_TRANSLATE_METHODS(UnattendedOracleLinux8Installer)
    854853
    855     UnattendedOracleLinux8Installer(Unattended *pParent)
    856         : UnattendedOracleLinux7Installer(pParent)
    857     { Assert(!isOriginalIsoNeeded()); Assert(isAuxiliaryIsoNeeded()); Assert(!isAuxiliaryFloppyNeeded()); Assert(isAuxiliaryIsoIsVISO()); }
    858 
    859854    UnattendedOracleLinux8Installer(Unattended *pParent,
    860                                     const char *pszMainScriptTemplateName,
    861                                     const char *pszPostScriptTemplateName,
    862                                     const char *pszMainScriptFilename)
     855                                    const char *pszMainScriptTemplateName = "ol8_ks.cfg",
     856                                    const char *pszPostScriptTemplateName = "ol_postinstall.sh",
     857                                    const char *pszMainScriptFilename = "ks.cfg")
     858
    863859        : UnattendedOracleLinux7Installer(pParent, pszMainScriptTemplateName, pszPostScriptTemplateName, pszMainScriptFilename)
    864860    { Assert(!isOriginalIsoNeeded()); Assert(isAuxiliaryIsoNeeded()); Assert(!isAuxiliaryFloppyNeeded()); Assert(isAuxiliaryIsoIsVISO()); }
Note: See TracChangeset for help on using the changeset viewer.

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