VirtualBox

Ignore:
Timestamp:
Sep 24, 2020 3:42:46 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140545
Message:

bugref:9781. updated the template scripts for RHEL and OL.

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

Legend:

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

    r69387 r86269  
    2727
    2828# Disable the unsupported hardware popup (vmmdev?).
    29 unsupported_hardware
     29#unsupported_hardware
    3030
    3131# SELinux configuration
     
    3939
    4040# Network information
    41 network  --bootproto=dhcp --device=eth0 --onboot=on --hostname=@@VBOX_INSERT_HOSTNAME_FQDN_SH@@
     41network --bootproto=dhcp --device=link --onboot=on --hostname=@@VBOX_INSERT_HOSTNAME_FQDN_SH@@
    4242
    4343# System bootloader configuration
     
    5353
    5454#Initial user
    55 user --name=@@VBOX_INSERT_USER_LOGIN_SH@@ --password=@@VBOX_INSERT_USER_PASSWORD_SH@@
     55user --name=@@VBOX_INSERT_USER_LOGIN_SH@@ --password=@@VBOX_INSERT_USER_PASSWORD_SH@@ --plaintext
    5656
    5757# Reboot after installation
     
    8282glibc-headers
    8383gcc
     84@@VBOX_GUEST_OS_COND_VERSION@@**8.0.0**
     85elfutils-libelf-devel
     86@@VBOX_GUEST_OS_COND_END@@
    8487dkms
    8588make
  • trunk/src/VBox/Main/UnattendedTemplates/redhat67_ks.cfg

    r69387 r86269  
    2626lang @@VBOX_INSERT_LOCALE@@
    2727
    28 # OL 6.4 needs this, but it doesn't work with RHEL60.
     28# Disable the unsupported hardware popup (vmmdev?).
    2929#unsupported_hardware
    3030
     
    3939
    4040# Network information
    41 network  --bootproto=dhcp --device=eth0 --onboot=on --hostname=@@VBOX_INSERT_HOSTNAME_FQDN_SH@@
     41network --bootproto=dhcp --device=link --onboot=on --hostname=@@VBOX_INSERT_HOSTNAME_FQDN_SH@@
    4242
    4343# System bootloader configuration
     
    5353
    5454#Initial user
    55 user --name=@@VBOX_INSERT_USER_LOGIN_SH@@ --password=@@VBOX_INSERT_USER_PASSWORD_SH@@
     55user --name=@@VBOX_INSERT_USER_LOGIN_SH@@ --password=@@VBOX_INSERT_USER_PASSWORD_SH@@ --plaintext
    5656
    5757# Reboot after installation
     
    8282glibc-headers
    8383gcc
     84@@VBOX_GUEST_OS_COND_VERSION@@**8.0.0**
     85elfutils-libelf-devel
     86@@VBOX_GUEST_OS_COND_END@@
    8487dkms
    8588make
  • trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh

    r85609 r86269  
    178178log_command_in_target yum -y install binutils
    179179log_command_in_target yum -y install make
     180@@VBOX_GUEST_OS_COND_VERSION@@**8.0.0**
     181log_command_in_target yum -y install elfutils-libelf-devel
     182@@VBOX_GUEST_OS_COND_END@@
    180183log_command_in_target yum -y install dkms
    181184log_command_in_target yum -y install make
    182185log_command_in_target yum -y install bzip2
    183186log_command_in_target yum -y install perl
    184 
    185187
    186188#
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