keep convertfs.sh script in image (#787893)
This is needed by anaconda in order to upgrade to F17
This commit is contained in:
parent
a09806f607
commit
cf7ec41ef0
@ -21,7 +21,9 @@ removepkg plymouth*
|
|||||||
removefrom ${product.name}-logos /usr/share/plymouth/*
|
removefrom ${product.name}-logos /usr/share/plymouth/*
|
||||||
## we don't create new initramfs/bootloader conf inside anaconda
|
## we don't create new initramfs/bootloader conf inside anaconda
|
||||||
## (that happens inside the target system after we install dracut/grubby)
|
## (that happens inside the target system after we install dracut/grubby)
|
||||||
removepkg dracut* grubby
|
removepkg dracut-network grubby
|
||||||
|
## In order to execute the /usr move on upgrades we need convertfs from dracut
|
||||||
|
removefrom dracut --allbut /usr/lib/dracut/modules.d/30convertfs/convertfs.sh
|
||||||
## we don't run SELinux (not in enforcing, anyway)
|
## we don't run SELinux (not in enforcing, anyway)
|
||||||
removepkg checkpolicy selinux-policy libselinux-utils
|
removepkg checkpolicy selinux-policy libselinux-utils
|
||||||
## anaconda has its own repo files
|
## anaconda has its own repo files
|
||||||
|
Loading…
Reference in New Issue
Block a user