Changeset 86269 in vbox for trunk/src/VBox/Main/UnattendedTemplates
- Timestamp:
- Sep 24, 2020 3:42:46 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140545
- Location:
- trunk/src/VBox/Main/UnattendedTemplates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/ol_ks.cfg
r69387 r86269 27 27 28 28 # Disable the unsupported hardware popup (vmmdev?). 29 unsupported_hardware29 #unsupported_hardware 30 30 31 31 # SELinux configuration … … 39 39 40 40 # Network information 41 network --bootproto=dhcp --device=eth0--onboot=on --hostname=@@VBOX_INSERT_HOSTNAME_FQDN_SH@@41 network --bootproto=dhcp --device=link --onboot=on --hostname=@@VBOX_INSERT_HOSTNAME_FQDN_SH@@ 42 42 43 43 # System bootloader configuration … … 53 53 54 54 #Initial user 55 user --name=@@VBOX_INSERT_USER_LOGIN_SH@@ --password=@@VBOX_INSERT_USER_PASSWORD_SH@@ 55 user --name=@@VBOX_INSERT_USER_LOGIN_SH@@ --password=@@VBOX_INSERT_USER_PASSWORD_SH@@ --plaintext 56 56 57 57 # Reboot after installation … … 82 82 glibc-headers 83 83 gcc 84 @@VBOX_GUEST_OS_COND_VERSION@@**8.0.0** 85 elfutils-libelf-devel 86 @@VBOX_GUEST_OS_COND_END@@ 84 87 dkms 85 88 make -
trunk/src/VBox/Main/UnattendedTemplates/redhat67_ks.cfg
r69387 r86269 26 26 lang @@VBOX_INSERT_LOCALE@@ 27 27 28 # OL 6.4 needs this, but it doesn't work with RHEL60.28 # Disable the unsupported hardware popup (vmmdev?). 29 29 #unsupported_hardware 30 30 … … 39 39 40 40 # Network information 41 network --bootproto=dhcp --device=eth0--onboot=on --hostname=@@VBOX_INSERT_HOSTNAME_FQDN_SH@@41 network --bootproto=dhcp --device=link --onboot=on --hostname=@@VBOX_INSERT_HOSTNAME_FQDN_SH@@ 42 42 43 43 # System bootloader configuration … … 53 53 54 54 #Initial user 55 user --name=@@VBOX_INSERT_USER_LOGIN_SH@@ --password=@@VBOX_INSERT_USER_PASSWORD_SH@@ 55 user --name=@@VBOX_INSERT_USER_LOGIN_SH@@ --password=@@VBOX_INSERT_USER_PASSWORD_SH@@ --plaintext 56 56 57 57 # Reboot after installation … … 82 82 glibc-headers 83 83 gcc 84 @@VBOX_GUEST_OS_COND_VERSION@@**8.0.0** 85 elfutils-libelf-devel 86 @@VBOX_GUEST_OS_COND_END@@ 84 87 dkms 85 88 make -
trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh
r85609 r86269 178 178 log_command_in_target yum -y install binutils 179 179 log_command_in_target yum -y install make 180 @@VBOX_GUEST_OS_COND_VERSION@@**8.0.0** 181 log_command_in_target yum -y install elfutils-libelf-devel 182 @@VBOX_GUEST_OS_COND_END@@ 180 183 log_command_in_target yum -y install dkms 181 184 log_command_in_target yum -y install make 182 185 log_command_in_target yum -y install bzip2 183 186 log_command_in_target yum -y install perl 184 185 187 186 188 #
Note:
See TracChangeset
for help on using the changeset viewer.