This repository was archived by the owner on May 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +18
-17
lines changed Expand file tree Collapse file tree 5 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ releasever: stream10
22variables :
33 distro : " stream10"
44
5- repos :
6- - baseos
7- - appstream
5+ include :
6+ - centos-stream-common.yaml
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ releasever: stream9
22variables :
33 distro : " stream9"
44
5- repos :
6- - baseos
7- - appstream
5+ include :
6+ - centos-stream-common.yaml
Original file line number Diff line number Diff line change 1+ repos :
2+ - baseos
3+ - appstream
4+
5+ # Configuration for bootc
6+ postprocess :
7+ # XFS is our default filesystem
8+ - |
9+ #!/usr/bin/env bash
10+ mkdir -p /usr/lib/bootc/install/
11+ cat > /usr/lib/bootc/install/20-rhel.toml << EOF
12+ [install]
13+ root-fs-type = "xfs"
14+ EOF
Original file line number Diff line number Diff line change 1- # Configuration for bootc
2- postprocess :
3- # XFS is our default filesystem
4- - |
5- #!/usr/bin/env bash
6- mkdir -p /usr/lib/bootc/install/
7- cat > /usr/lib/bootc/install/20-rhel.toml << EOF
8- [install]
9- root-fs-type = "xfs"
10- EOF
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ remove-from-packages:
5151include :
5252 - bootc.yaml
5353 - ostree.yaml
54- - bootc-config.yaml
5554 - initramfs.yaml
5655 - autoupdates.yaml
5756 - basic-fixes.yaml
You can’t perform that action at this time.
0 commit comments