Could not use fsoptions=data=journal on root partition (ext4) with selinux in kickstart installation.
Issue
- After kickstart installation the host is in loop reboot state.
- The kickstart file is configured with prescript as.
%pre
#...
{
#...
echo "logvol / --fstype ext4 --name=ssp_root01 --vgname=BL --size=3072 --fsoptions='data=journal,defaults'" echo "logvol /home --fstype ext4 --name=home --vgname=BL --size=256 --fsoptions='data=journal,nodev,nosuid'" } >> /tmp/.ks_partition.cfg
%end
#...
Environment
- Red Hat Enterprise Linux 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
