Compare commits

...

3 Commits

Author SHA1 Message Date
84522f42fb Merge pull request 'r9' (#3) from codedude/rockygenericaarch64:r9 into r9
Reviewed-on: #3
2023-05-08 21:09:23 +00:00
1b06452c0b Update 'includes/gen-rockycommon9.ksi'
lock root password
2023-05-08 19:42:50 +00:00
7ce90bb2f5 Update 'includes/gen-postcommon9.ksi' 2023-04-16 19:30:06 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@
# Setting correct yum variable to use raspberrypi kernel repo
#echo "generic" > /etc/dnf/vars/kvariant
#
# Creating rocky user
/usr/sbin/useradd -m -p '$6$2cuo4i8NE.Gbde2m$jQ3tX0SeDp0ZSvGZUUKAWg774vPeWhcYYpBaJkMNjULBm.Q41NwwWt6kCoWjF07dEQGCn7U/Ei.wQHyhACqk9.' rocky
# Creating rocky user and add to wheel group
/sbin/useradd -c "Rocky Linux default user" -G wheel -m -U rocky
echo "rockylinux" | passwd --stdin rocky
# Generic efi filename for VMs
mkdir -p /boot/efi/EFI/BOOT
if [ -d /boot/efi/EFI/rocky/ ] && [ -f /boot/efi/EFI/rocky/grubaa64.efi ];then

View File

@ -1,4 +1,4 @@
rootpw --iscrypted $6$2cuo4i8NE.Gbde2m$jQ3tX0SeDp0ZSvGZUUKAWg774vPeWhcYYpBaJkMNjULBm.Q41NwwWt6kCoWjF07dEQGCn7U/Ei.wQHyhACqk9.
rootpw --lock
%include includes/basecommon9.ksi
%include includes/gen-partitions9.ksi
%include includes/packages9.ksi