Why --fsoptions is different between anaconda-ks.cfg and original-ks.cfg
Issue
- After installed OS, I found --fsoptions is different between anaconda-ks.cfg and original-ks.cfg.
original-ks.cfg :
part /boot/efi --fstype="efi" --ondisk=sda --size=200 --fsoptions="umask=0077,shortname=winnt"
anaconda-ks.cfg:
part /boot/efi --fstype="efi" --ondisk=sda --size=200 --fsoptions="defaults,uid=0,gid=0,umask=077,shortname=winnt"
Environment
- Red Hat Enterprise Linux 8
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.