forked from roots/phyllomeos
		
	latest desktop version
add hardware supoort
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| # Generated by pykickstart v3.32 | ||||
| # Generated by pykickstart v3.34 | ||||
| #version=DEVEL | ||||
| # X Window System configuration information | ||||
| xconfig  --defaultdesktop=GNOME --startxonboot | ||||
| @@ -15,7 +15,7 @@ text | ||||
| # Network information | ||||
| network  --bootproto=dhcp --device=link --hostname=phyllome-alpha --activate | ||||
| # Firewall configuration | ||||
| firewall --enabled | ||||
| firewall --enabled --service=mdns | ||||
| # Use network installation | ||||
| url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch" | ||||
| repo --name="fedora" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch | ||||
| @@ -25,7 +25,7 @@ timezone Europe/Paris --utc | ||||
| # SELinux configuration | ||||
| selinux --enforcing | ||||
| # System services | ||||
| services --disabled="sshd" --enabled="NetworkManager" | ||||
| services --disabled="sshd" --enabled="NetworkManager,libvirtd" | ||||
| # System bootloader configuration | ||||
| bootloader --location=mbr --timeout=1 | ||||
| # Clear the Master Boot Record | ||||
| @@ -43,10 +43,6 @@ localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be p | ||||
| dnf update -y # Update the system  | ||||
| grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly | ||||
|  | ||||
| # In the %post section of the kickstart file, add the following as the first line. Probably useless : leaving this uncommented for the moment | ||||
| # See : https://www.opensourceforu.com/2010/01/roll-out-a-fedora-remix/ | ||||
| # sed -i -e 's/Generic release/LFY Fedora Remix/g' /etc/fedora-release /etc/issue  | ||||
|  | ||||
| %end | ||||
|  | ||||
| %post --nochroot --logfile=/mnt/sysimage/root/d.log | ||||
| @@ -60,6 +56,7 @@ truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove c | ||||
|  | ||||
| %packages --exclude-weakdeps | ||||
| @core | ||||
| @hardware-support | ||||
| dejavu-sans-mono-fonts | ||||
| elementary-wallpapers-gnome.noarch | ||||
| fedora-remix-logos | ||||
|   | ||||
		Reference in New Issue
	
	Block a user