mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
possible fixes
This commit is contained in:
parent
e14f5376a1
commit
4a87957654
@ -11,6 +11,8 @@
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c virtual-desktop.cfg -o ../leaves/virtual-desktop.cfg
|
||||
|
||||
# Note: doesn't work as now
|
||||
|
||||
%include base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include base-storage.cfg # base storage
|
||||
%include base.cfg # A minimal machine
|
||||
|
@ -25,7 +25,7 @@ timezone Europe/Paris --utc
|
||||
# SELinux configuration
|
||||
selinux --enforcing
|
||||
# System services
|
||||
services --disabled="sshd" --enabled="NetworkManager"
|
||||
services --disabled="sshd" --enabled="NetworkManager,qemu-guest-agent,spice-vdagentd"
|
||||
# System bootloader configuration
|
||||
bootloader --location=mbr --timeout=1
|
||||
# Clear the Master Boot Record
|
||||
@ -41,7 +41,7 @@ part / --fstype="ext4" --grow --label=root
|
||||
|
||||
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
|
||||
dnf update -y # Update the system
|
||||
# grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly
|
||||
grub2-mkconfig -o /boot/grub2/grub.cfg # Usure it is actually useful
|
||||
|
||||
%end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user