Configuration changes:
Some checks failed
Build Zero OS Initramfs / build (push) Has been cancelled
Build Zero OS Initramfs / test-matrix (qemu, basic) (push) Has been cancelled
Build Zero OS Initramfs / test-matrix (qemu, serial) (push) Has been cancelled

- kernel config changes
- kernel version bump
- added sgdisk to initramfs packages for zosstorage to work
This commit is contained in:
2025-09-30 14:39:41 +02:00
parent 404e421411
commit 4ca68ac0f7
3 changed files with 321 additions and 297 deletions

View File

@@ -3,7 +3,7 @@
# System versions
ALPINE_VERSION="3.22"
KERNEL_VERSION="6.12.44"
KERNEL_VERSION="6.12.49"
# Rust configuration
RUST_TARGET="x86_64-unknown-linux-musl"
@@ -65,4 +65,4 @@ ENABLE_2STAGE_MODULES="true"
# Debug and development
DEBUG_DEFAULT="0"
KEEP_BUILD_ARTIFACTS="false"
PARALLEL_JOBS="auto"
PARALLEL_JOBS="auto"

File diff suppressed because it is too large Load Diff

View File

@@ -30,6 +30,7 @@ nftables
# Filesystem support (minimal)
btrfs-progs
dosfstools
sgdisk
# Essential libraries only
zlib