remove systemd-resolve as service, bump efi partition to 1 GiB and change name of packages
This commit is contained in:
@ -35,7 +35,7 @@ zerombr
|
||||
# Partition clearing information
|
||||
clearpart --all --initlabel
|
||||
# Disk partitioning information
|
||||
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
||||
part /boot/efi --fstype="efi" --size=1024 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
||||
part /boot --fstype="ext4" --size=512 --label=boot
|
||||
part / --fstype="ext4" --grow --label=root
|
||||
|
||||
@ -47,7 +47,7 @@ grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
|
||||
|
||||
%end
|
||||
|
||||
%post --nochroot --logfile=/mnt/sysimage/opt/base-initial-setup-gnome.log
|
||||
%post --nochroot --logfile=/mnt/sysimage/root/base-initial-setup-gnome.log
|
||||
|
||||
truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove content of vendor.conf so that all options are made available
|
||||
|
||||
@ -275,7 +275,7 @@ kernel
|
||||
less
|
||||
libertas-firmware
|
||||
libguestfs-tools
|
||||
libusb1
|
||||
libusb
|
||||
libvirt
|
||||
libvirt-daemon-config-network
|
||||
libvirt-daemon-kvm
|
||||
@ -315,7 +315,7 @@ vim-minimal
|
||||
virt-install
|
||||
virt-manager
|
||||
virt-top
|
||||
wget2
|
||||
wget
|
||||
wpa_supplicant
|
||||
zram-generator-defaults
|
||||
-fedora-logos
|
||||
|
Reference in New Issue
Block a user