improve random comments
This commit is contained in:
parent
a660a7e6b1
commit
b3ab875d39
@ -5,7 +5,7 @@
|
|||||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||||
# /_/ /____/
|
# /_/ /____/
|
||||||
|
|
||||||
# What ? This kickstart file bootstraps a minimal headless nested-hypervisor.
|
# What ? This kickstart file bootstraps a minimal headless guest hypervisor.
|
||||||
# 'v' for virtual machine, 'e' for efi, 'm' for minimal, 'h' for hypervisor, 'd' for development only.
|
# 'v' for virtual machine, 'e' for efi, 'm' for minimal, 'h' for hypervisor, 'd' for development only.
|
||||||
|
|
||||||
# USAGE : Press the `tab` or 'e' key during POST and apend that after the 'quiet' string :
|
# USAGE : Press the `tab` or 'e' key during POST and apend that after the 'quiet' string :
|
||||||
|
@ -47,6 +47,6 @@ pciutils # Pciutils provides lspci commandline tool and is not installed by defa
|
|||||||
|
|
||||||
%post # Beginning of the post-installation section
|
%post # Beginning of the post-installation section
|
||||||
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
|
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
|
||||||
# dnf update -y # Update the system
|
# dnf update -y # Update the system NOTE : seems to bork the system. Will comment that out for now
|
||||||
# firstboot --reconfig kickstart # To launch the initial setup after the first boot
|
# firstboot --reconfig kickstart # To launch the initial setup after the first boot
|
||||||
%end # End of the %post section
|
%end # End of the %post section
|
Loading…
x
Reference in New Issue
Block a user