forked from roots/phyllomeos
		
	few changes
untested
This commit is contained in:
		| @@ -9,19 +9,20 @@ | ||||
|  | ||||
| text # Perform installation in text mode | ||||
|  | ||||
| keyboard --xlayouts='ch (fr)' # set keyboard layouts for Romandie | ||||
| keyboard --xlayouts='ch (fr)' # set keyboard layouts for Romandy | ||||
| lang en_US.UTF-8 # Set system language to American English. More languages could be supported: --addsupport=cs_CZ,de_DE,en_UK | ||||
| timezone Europe/Paris --utc # Set system timezone to Paris | ||||
|  | ||||
| rootpw --lock --iscrypted locked # Lock the root account | ||||
|  | ||||
| selinux --enforcing # Make sure SELinux is in enforced mode   | ||||
| firewall --enabled --service=mdns # Make sure the firewall is enabled | ||||
| services --enabled=NetworkManager --disabled=sshd | ||||
| selinux --disabled # Make sure SELinux is disabled / Other option: --enforcing | ||||
| firewall --enabled # Make sure the firewall is enabled | ||||
| services --enabled=NetworkManager,systemd-resolved --disabled=sshd | ||||
| network  --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllome-alpha # Configure network interfaces and set hostname. "link" selects the first device reaching an up state  | ||||
|  | ||||
| zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record | ||||
| clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default. | ||||
| bootloader --timeout=1 # Set the GNU GRUB bootloader timeout to 1. | ||||
|  | ||||
| %packages --excludedocs --nocore --exclude-weakdeps | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user