mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-10 01:52:31 +00:00
Actually list partitions in the HPC template
Without listing, autoyast fails to honor the disk somehow. This causes disk to be honored. Additionally, use xfs instead of btrfs and get rid of /home.
This commit is contained in:
@@ -50,7 +50,21 @@
|
||||
<device>%%INSTDISK%%</device>
|
||||
<initialize config:type="boolean">true</initialize>
|
||||
<use>all</use>
|
||||
<type config:type="symbol">CT_LVM</type>
|
||||
<partitions config:type="list">
|
||||
<partition>
|
||||
<filesystem config:type="symbol">xfs</filesystem>
|
||||
<mount>/</mount>
|
||||
<size>max</size>
|
||||
</partition>
|
||||
<partition>
|
||||
<mount>swap</mount>
|
||||
<size>auto</size>
|
||||
</partition>
|
||||
<partition>
|
||||
<mount>/boot</mount>
|
||||
<size>500M</size>
|
||||
</partition>
|
||||
</partitions>
|
||||
</drive>
|
||||
</partitioning>
|
||||
<users config:type="list">
|
||||
|
||||
Reference in New Issue
Block a user