initial debian support
This commit is contained in:
parent
4c5a458148
commit
904a1d01ba
36 changed files with 986 additions and 372 deletions
11
build-remote.sh
Normal file
11
build-remote.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Pulling Debian bootc image from remote registry..."
|
||||
podman pull git.raines.xyz/particle-os/debian-bootc:minimal
|
||||
|
||||
echo "Building bootable image..."
|
||||
bootc-image-builder build git.raines.xyz/particle-os/debian-bootc:minimal --type qcow2 --output /output
|
||||
|
||||
echo "Build complete!"
|
||||
ls -la /output/
|
||||
Loading…
Add table
Add a link
Reference in a new issue