updates to fedora 43 image builder
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name = "fedora43-base"
|
name = "fedora43-base"
|
||||||
description = "Fedora Base Installation"
|
description = "Fedora Base Installation"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
distro = "fedora-43"
|
distro = "fedora-43"
|
||||||
modules = []
|
modules = []
|
||||||
groups = []
|
groups = []
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ dnf install openscap-scanner scap-security-guide
|
|||||||
2. Push the toml to composer
|
2. Push the toml to composer
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer-cli blueprints push active/software_osbuild/fedora42-base.toml
|
composer-cli blueprints push active/software_osbuild/fedora43-base.toml
|
||||||
|
|
||||||
# List blueprints
|
# List blueprints
|
||||||
composer-cli blueprints list
|
composer-cli blueprints list
|
||||||
@@ -60,7 +60,7 @@ dnf install openscap-scanner scap-security-guide
|
|||||||
composer-cli compose types
|
composer-cli compose types
|
||||||
|
|
||||||
# Build the image
|
# Build the image
|
||||||
composer-cli compose start fedora42-base qcow2
|
composer-cli compose start fedora43-base qcow2
|
||||||
|
|
||||||
# Check status
|
# Check status
|
||||||
watch composer-cli compose status
|
watch composer-cli compose status
|
||||||
@@ -94,7 +94,7 @@ dnf install openscap-scanner scap-security-guide
|
|||||||
--network bridge:virbr0 \
|
--network bridge:virbr0 \
|
||||||
--graphics none \
|
--graphics none \
|
||||||
--console pty,target.type=virtio \
|
--console pty,target.type=virtio \
|
||||||
--import --disk "path=active/software_osbuild/secrets/fedora43-base.qcow2,bus=virtio"
|
--import --disk "path=active/software_osbuild/secrets/fedora43base.qcow2,bus=virtio"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Image Build and Watch One Liner
|
### Image Build and Watch One Liner
|
||||||
|
|||||||
Reference in New Issue
Block a user