since this won't be in the altarch repo, might as well make it personalized lol

This commit is contained in:
Pratham Patel 2023-11-13 09:27:23 +05:30
parent b92bcb6c5d
commit e0e8a9a03a
No known key found for this signature in database
4 changed files with 7 additions and 15 deletions

View File

@ -3,9 +3,9 @@ lang en_US.UTF-8
services --enabled=chronyd,NetworkManager,sshd
#services --disabled=
skipx # disable X by default
timezone UTC
timezone Asia/Kolkata
selinux --enforcing
firewall --enabled --ssh
network --device=link --activate --bootproto=dhcp --onboot=on --hostname=rockylinux
network --device=link --activate --bootproto=dhcp --onboot=on --hostname=altarchdevel
bootloader --location=mbr --boot-drive=sda
shutdown # power-off after the installation completes

View File

@ -8,14 +8,7 @@ rocky-release
@standard
# Kernel selection
#kernel-stable-tfg
#kernel-lts-tfg
#kernel-rc-tfg
#kernel-next-tfg
kernel-ml
#kernel-lt
#kernel-rc
#kernel-next
# Other necessary packages
cloud-utils-growpart

View File

@ -6,10 +6,10 @@ set -x
# locked out even when you enter the correct credentials
# User setup
USER_COMMENT='Rocky Linux'
USER_NAME='rocky'
USER_PASSWORD='rockylinux'
USER_GROUPS='wheel'
USER_COMMENT='Pratham Patel'
USER_NAME='pratham'
USER_PASSWORD='asdf'
USER_GROUPS='mock,wheel'
# The 'useradd' binary can't be found in $PATH (idk why), so
# execute it using its absolute path
@ -21,7 +21,6 @@ USER_GROUPS='wheel'
--groups "${USER_GROUPS}"
echo -e "${USER_PASSWORD}\n${USER_PASSWORD}" | passwd "${USER_NAME}"
passwd -e "${USER_NAME}"
# Lock the root account
passwd -l root

View File

@ -1,2 +1,2 @@
# Enable Pratham Patel's COPR that provides the Linux kernel
repo --install --name=COPR-kernel-tfg --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/kernel-tfg/rhel-$releasever-$basearch
repo --install --name=COPR-kernel-tfg --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/kernel-tfg/rhel-$releasever-$basearch