forked from tfgrid/zosbuilder
Configuration changes:
- kernel config changes - kernel version bump - added sgdisk to initramfs packages for zosstorage to work
This commit is contained in:
@@ -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
@@ -30,6 +30,7 @@ nftables
|
||||
# Filesystem support (minimal)
|
||||
btrfs-progs
|
||||
dosfstools
|
||||
sgdisk
|
||||
|
||||
# Essential libraries only
|
||||
zlib
|
||||
|
||||
Reference in New Issue
Block a user