Compare commits

..

No commits in common. "84522f42fba3fa73c4c20aa903aff38afaaf54c5" and "5ef45137cba1d5633aaab205b5e036a410b595a3" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

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

View File

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