Fix filesystem for swap

This commit is contained in:
Al Bowles 2021-10-11 19:51:38 -05:00
parent 2ceca56d32
commit 5c7dd9a579

View File

@ -20,7 +20,7 @@ sub run {
#custom_add_partition(filesystem => 'ext4', mountpoint => '/');
custom_add_partition(filesystem => 'ext4', size => 512, mountpoint => '/boot', devicetype => 'standard_partition');
custom_add_partition(filesystem => 'ext4', size => 512, mountpoint => 'swap');
custom_add_partition(filesystem => 'swap', size => 512, mountpoint => 'swap');
custom_add_partition(filesystem => 'ext4', mountpoint => '/', devicetype => 'standard_partition');
assert_and_click "anaconda_spoke_done";