Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux_os/guide/system/permissions/partitions/group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ description: |-
{{% if 'ubuntu' in product %}}
platform: not container
{{% else %}}
platform: not container and not bootc_build
platform: not container and not bootc
{{% endif %}}
6 changes: 5 additions & 1 deletion linux_os/guide/system/software/disk_partitioning/group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ description: |-
modify it to create separate logical volumes for the directories
listed above. The Logical Volume Manager (LVM) makes this possible.

platform: not container and not bootc_build
{{% if 'ubuntu' in product %}}
platform: not container
{{% else %}}
platform: not container and not bootc
{{% endif %}}
Loading