forked from roots/phyllomeos
		
	Correct a typo in groupremove command
This commit is contained in:
		| @@ -123,7 +123,7 @@ part / --fstype="ext4" --ondisk=vda --grow --label=system | ||||
| ## Start of the %post section with logging into /root/ks-post.log | ||||
| %post --log=/root/ks-post.log | ||||
|  | ||||
| ## Set keymap to ch-fr. ##Doesn't survive a reboot | ||||
| ## Set keymap to ch-fr. ##Doesn't survive a reboot. Or only touches the console | ||||
| #localectl set-keymap ch-fr | ||||
|  | ||||
| # Set new hostname. ##Doesn't work | ||||
| @@ -134,7 +134,7 @@ dnf update -y | ||||
|  | ||||
| # Remove the Headless Management group, which provides Cockpit, and that we don't need | ||||
|  | ||||
| dnf remove groupremove "Headless Management" | ||||
| dnf groupremove -y "Headless Management" | ||||
|  | ||||
| # Install dejavu mono fonts | ||||
| # dnf install -y dejavu-sans-mono-fonts | ||||
| @@ -150,7 +150,7 @@ dnf remove groupremove "Headless Management" | ||||
|  | ||||
| # We also need to install a qemu and spice guest agents, respectively to allow a better support for spice and the ability for the host to better interact with the guest | ||||
|  | ||||
| dnf install spice-vdagent qemu-guest-agent -y | ||||
| dnf install -y spice-vdagent qemu-guest-agent | ||||
|  | ||||
| # Install virtualization-related utilites, including virt-manager. Only useful for desktop system  | ||||
| # dnf groupinstall -y Virtualization   | ||||
|   | ||||
		Reference in New Issue
	
	Block a user