Keep fsfreeze in install environment (#1315468)
The latest POWER platform allows a host machine to configure guests running in a different endian mode. Guests configured in this way may have their bootloader configuration file corrupted after installation if the file was not fully written to disk. The host machine would read the journal and try to finish writing the file in the wrong endian mode. Issuing an fsfreeze and unfreeze gives more assurance that the configuration file is properly written before a reboot; this patch adds fsfreeze to the installer runtime environment. Related: rhbz#1315468
This commit is contained in:
parent
f4a1302358
commit
9543a46dac
@ -310,7 +310,7 @@ removefrom util-linux --allbut \
|
|||||||
/usr/bin/{dmesg,getopt,kill,login,lsblk,more,mount,umount,mountpoint,findmnt} \
|
/usr/bin/{dmesg,getopt,kill,login,lsblk,more,mount,umount,mountpoint,findmnt} \
|
||||||
/etc/mtab /etc/pam.d/login /etc/pam.d/remote \
|
/etc/mtab /etc/pam.d/login /etc/pam.d/remote \
|
||||||
/usr/sbin/{agetty,blkid,blockdev,clock,fdisk,fsck,fstrim,hwclock,losetup} \
|
/usr/sbin/{agetty,blkid,blockdev,clock,fdisk,fsck,fstrim,hwclock,losetup} \
|
||||||
/usr/sbin/{mkswap,nologin,sfdisk,swapoff,swapon,wipefs,partx} \
|
/usr/sbin/{mkswap,nologin,sfdisk,swapoff,swapon,wipefs,partx,fsfreeze} \
|
||||||
/usr/bin/{logger,hexdump,flock}
|
/usr/bin/{logger,hexdump,flock}
|
||||||
removefrom volume_key-libs /usr/share/locale/*
|
removefrom volume_key-libs /usr/share/locale/*
|
||||||
removefrom wget /etc/* /usr/share/locale/*
|
removefrom wget /etc/* /usr/share/locale/*
|
||||||
|
Loading…
Reference in New Issue
Block a user