You've already forked fedora-atomic-iso
mirror of
https://github.com/t2linux/fedora-atomic-iso.git
synced 2026-04-30 13:53:34 -07:00
Fix image-builder cli args
This commit is contained in:
+4
-5
@@ -6,8 +6,6 @@ INSTALLER_IMAGE="ghcr.io/t2linux/fedora-silverblue-installer:43"
|
|||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
||||||
sudo podman pull "$IMAGE" "$INSTALLER_IMAGE"
|
|
||||||
|
|
||||||
sudo podman run --rm -it --privileged \
|
sudo podman run --rm -it --privileged \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
--privileged \
|
--privileged \
|
||||||
@@ -15,6 +13,7 @@ sudo podman run --rm -it --privileged \
|
|||||||
-v /var/lib/containers/storage:/var/lib/containers/storage \
|
-v /var/lib/containers/storage:/var/lib/containers/storage \
|
||||||
-v "$PWD/build":/output \
|
-v "$PWD/build":/output \
|
||||||
ghcr.io/osbuild/image-builder-cli build \
|
ghcr.io/osbuild/image-builder-cli build \
|
||||||
--bootc-default-fs btrfs \
|
bootc-installer \
|
||||||
--bootc-ref "$INSTALLER_IMAGE" \
|
--bootc-default-fs btrfs \
|
||||||
--bootc-installer-payload-ref "$IMAGE"
|
--bootc-ref "$INSTALLER_IMAGE" \
|
||||||
|
--bootc-installer-payload-ref "$IMAGE"
|
||||||
|
|||||||
Reference in New Issue
Block a user