Merge pull request #35 from Dasharo/fedora-ks-tweaks

Fedora ks tweaks
This commit is contained in:
Wiktor Mówiński
2025-09-26 10:58:35 +02:00
committed by GitHub
+3 -2
View File
@@ -18,7 +18,7 @@ user --name=linux --groups=wheel --password=$6$FY/YSTovPfAOkdg/$o0dGMNyW9Squf/VW
reqpart
# root partition with 20GB
part btrfs.236 --fstype="btrfs" --size=20480 --maxsize=20480
part btrfs.236 --fstype="btrfs" --size=30960 --maxsize=30960
btrfs none --label=fedora btrfs.236
btrfs / --subvol --name=root LABEL=fedora
@@ -36,6 +36,7 @@ systemctl enable sshd
# Change the hostname
hostnamectl set-hostname 3mdeb
echo 3mdeb > /etc/hostname
# FULL GRUB CONFIG FOR SERIAL SUPPORT
sed -i 's/^GRUB_TIMEOUT=.*/GRUB_TIMEOUT=5/' /etc/default/grub
@@ -61,4 +62,4 @@ gsettings set org.gnome.SessionManager logout-prompt false || true
%end
reboot
reboot