This commit is contained in:
Andrea Blankenstijn 2022-06-04 14:51:02 +02:00
parent fe9c4383df
commit d873cbcc21
2 changed files with 11 additions and 4 deletions

View file

@ -15,8 +15,8 @@ When in the installation media boot menu, add the following option to boot
parameters: `inst.ks=http://YOUR_HOST_ADDRESS/ks.cfg` and then boot. The
installation should start and run fully automated now.
See the [kickstart](kickstart-install/Born2beroot.cfg) file for more informations on the
system setup.
See the [kickstart](kickstart-install/Born2beroot.cfg) file for more
informations on the system setup.
## Configuration

View file

@ -28,17 +28,24 @@ logvol / --fstype="xfs" --size=10240 --label="root" --name=root --vgname=LV
%packages
@^minimal-environment
@standard
# useless.
-plymouth
# we don't want the default firewall.
-firewalld
sudo
# SELinux policy management.
policycoreutils-python-utils
# Package repository for UFW.
epel-release
%end
group --name=user42
group --name=sudo
rootpw --plaintext "CHANGE_ME" --lock
services --enabled=sshd --disabled=firewalld
services --enabled=sshd
bootloader --password=grub
bootloader --password="grub2"
# local conf
# user --name=CHANGE_ME_USER --groups=sudo,user42