Simplify fork: remove osbuild complexity, add native Debian tools, integrate GRUB bootloader installation
Some checks failed
particle-os CI / Test particle-os (push) Failing after 1s
particle-os CI / Integration Test (push) Has been skipped
particle-os CI / Security & Quality (push) Failing after 1s
Test particle-os Basic Functionality / test-basic (push) Failing after 1s
Tests / test (1.21.x) (push) Failing after 1s
Tests / test (1.22.x) (push) Failing after 1s
particle-os CI / Build and Release (push) Has been skipped
Some checks failed
particle-os CI / Test particle-os (push) Failing after 1s
particle-os CI / Integration Test (push) Has been skipped
particle-os CI / Security & Quality (push) Failing after 1s
Test particle-os Basic Functionality / test-basic (push) Failing after 1s
Tests / test (1.21.x) (push) Failing after 1s
Tests / test (1.22.x) (push) Failing after 1s
particle-os CI / Build and Release (push) Has been skipped
This commit is contained in:
parent
ab30e683d1
commit
9a810d3d27
7 changed files with 402 additions and 49 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -19,6 +19,13 @@ output-*
|
|||
*.iso
|
||||
container.tar
|
||||
|
||||
# Image files (large binary artifacts)
|
||||
*.img
|
||||
*.qcow2
|
||||
*.raw
|
||||
|
||||
# Large binary files
|
||||
bootc-image-builder
|
||||
|
||||
# Red Hat source directories (read-only)
|
||||
.Red_Hat_Version/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue