updates to fedora 43 image builder

This commit is contained in:
2026-04-06 11:45:59 -04:00
parent 25e812ab55
commit 430be75fab
2 changed files with 4 additions and 4 deletions

View File

@@ -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 = []

View File

@@ -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