fix(bootstrap): RHEL 9 bootstrap from Arch ISO compatibility
This commit is contained in:
@@ -418,6 +418,7 @@
|
||||
community.general.filesystem:
|
||||
dev: "{{ install_drive }}{{ partitioning_boot_fs_partition_suffix }}"
|
||||
fstype: "{{ partitioning_boot_fs_fstype }}"
|
||||
opts: "{{ '-m bigtime=0 -i nrext64=0,exchange=0 -n parent=0' if (is_rhel | bool and partitioning_boot_fs_fstype == 'xfs') else omit }}"
|
||||
force: true
|
||||
|
||||
- name: Remove unsupported ext4 features from /boot
|
||||
|
||||
Reference in New Issue
Block a user