add remnants of a customisable image
This commit is contained in:
parent
a292cbbc6b
commit
1f1d294c02
@ -7,5 +7,6 @@ timezone UTC
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --ssh
|
firewall --enabled --ssh
|
||||||
network --device=link --activate --bootproto=dhcp --onboot=on --hostname=rockylinux
|
network --device=link --activate --bootproto=dhcp --onboot=on --hostname=rockylinux
|
||||||
|
#firstboot --enable --reconfig # TODO: enable this AFTER DISABLING USER SETUP
|
||||||
bootloader --location=mbr --boot-drive=sda
|
bootloader --location=mbr --boot-drive=sda
|
||||||
shutdown # power-off after the installation completes
|
shutdown # power-off after the installation completes
|
||||||
|
@ -41,6 +41,8 @@ net-tools
|
|||||||
NetworkManager-wifi
|
NetworkManager-wifi
|
||||||
tmux
|
tmux
|
||||||
|
|
||||||
|
# TODO: enable 'initial-setup'
|
||||||
|
#initial-setup
|
||||||
|
|
||||||
# Remove some packages
|
# Remove some packages
|
||||||
-java-11-*
|
-java-11-*
|
||||||
|
Loading…
Reference in New Issue
Block a user