forked from roots/phyllomeos
		
	untested
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
| # Use text mode install | ||||
| text | ||||
| # Firewall configuration | ||||
| firewall --enabled --service=mdns | ||||
| firewall --enabled | ||||
| # Run the Setup Agent on first boot | ||||
| firstboot --reconfig | ||||
| # Keyboard layouts | ||||
| @@ -19,15 +19,15 @@ repo --name="updates" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist? | ||||
| # Root password | ||||
| rootpw --iscrypted --lock locked | ||||
| # SELinux configuration | ||||
| selinux --enforcing | ||||
| selinux --disabled | ||||
| # System services | ||||
| services --disabled="sshd" --enabled="NetworkManager" | ||||
| services --disabled="sshd" --enabled="NetworkManager,systemd-resolved" | ||||
| # System timezone | ||||
| timezone Europe/Paris --utc | ||||
| # Use network installation | ||||
| url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch" | ||||
| # System bootloader configuration | ||||
| bootloader --location=none | ||||
| bootloader --location=mbr --timeout=1 | ||||
| # Clear the Master Boot Record | ||||
| zerombr | ||||
| # Partition clearing information | ||||
|   | ||||
		Reference in New Issue
	
	Block a user