remove systemd-resolve as service, bump efi partition to 1 GiB and change name of packages
This commit is contained in:
@@ -33,7 +33,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
|
||||
|
||||
@@ -107,7 +107,7 @@ kbd
|
||||
kernel
|
||||
less
|
||||
libguestfs-tools
|
||||
libusb1
|
||||
libusb
|
||||
libvirt
|
||||
libvirt-daemon-config-network
|
||||
libvirt-daemon-kvm
|
||||
@@ -141,7 +141,7 @@ util-linux
|
||||
vim-minimal
|
||||
virt-install
|
||||
virt-top
|
||||
wget2
|
||||
wget
|
||||
zram-generator-defaults
|
||||
-fedora-logos
|
||||
-fedora-release
|
||||
|
Reference in New Issue
Block a user