diff --git a/fedora/ks.cfg b/fedora/ks.cfg index 1df599a..384e87e 100644 --- a/fedora/ks.cfg +++ b/fedora/ks.cfg @@ -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 \ No newline at end of file +reboot