livemedia.ks: Drop unneeded commands
firstboot and gfs2-utils are no longer installed, remove the firstboot systemctl commands and the reference to gfs2-utils removal in the package section. Related: rhbz#2017993
This commit is contained in:
parent
6309bdb155
commit
43f34c708e
@ -151,12 +151,6 @@ usermod -aG wheel liveuser > /dev/null
|
|||||||
# Remove root password lock
|
# Remove root password lock
|
||||||
passwd -d root > /dev/null
|
passwd -d root > /dev/null
|
||||||
|
|
||||||
# turn off firstboot for livecd boots
|
|
||||||
systemctl --no-reload disable firstboot-text.service 2> /dev/null || :
|
|
||||||
systemctl --no-reload disable firstboot-graphical.service 2> /dev/null || :
|
|
||||||
systemctl stop firstboot-text.service 2> /dev/null || :
|
|
||||||
systemctl stop firstboot-graphical.service 2> /dev/null || :
|
|
||||||
|
|
||||||
# don't use prelink on a running live image
|
# don't use prelink on a running live image
|
||||||
sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink &>/dev/null || :
|
sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink &>/dev/null || :
|
||||||
|
|
||||||
@ -382,7 +376,6 @@ syslinux
|
|||||||
-@dial-up
|
-@dial-up
|
||||||
-@input-methods
|
-@input-methods
|
||||||
-@standard
|
-@standard
|
||||||
-gfs2-utils
|
|
||||||
|
|
||||||
# This package is needed to boot the iso on UEFI
|
# This package is needed to boot the iso on UEFI
|
||||||
shim
|
shim
|
||||||
|
Loading…
Reference in New Issue
Block a user