Basic system packages

This commit is contained in:
2026-04-22 11:35:57 +02:00
parent 716ee1b6af
commit 49a3c7ece4
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -121,11 +121,16 @@ install_sw()
echo "ERROR: Not running as root, cannot continue."
return 1
fi
#Set default Umask 0077
sudo cp -f /etc/login.defs /etc/login.defs_backup_${CDATEC8}_${CTIMEC6}
( sed 's/^UMASK.*022$/UMASK\t077/' /etc/login.defs | sudo tee /etc/login.defs ) >/dev/null
#Append OEMDRV mount to SYSCONFIGPATH in fstab
echo "LABEL=OEMDRV ${SYSCONFIGPATH} btrfs noatime,nodiratime,nofail 0 0" >> /etc/fstab
#Set openh264 enabled
dnf config-manager setopt fedora-cisco-openh264.enabled=1
}
ipa_register_host()