Compare commits

..

2 Commits

Author SHA1 Message Date
Bananymous 9a82de6b70 General: Update README features and environment variables 2025-07-17 21:43:13 +03:00
Bananymous 19082874ea BuildSystem: Add support for building initrd image
This is nice for testing when there isn't xhci controller available or
my usb stack fails :)
2025-07-17 21:43:13 +03:00
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ if [[ -z $BANAN_UEFI_BOOT ]]; then
export BANAN_UEFI_BOOT=0 export BANAN_UEFI_BOOT=0
fi fi
if [[ -z $BANAN_INITRD ]]; then
export BANAN_INITRD=0
fi
if [[ -z $BANAN_BOOTLOADER ]]; then if [[ -z $BANAN_BOOTLOADER ]]; then
export BANAN_BOOTLOADER='BANAN' export BANAN_BOOTLOADER='BANAN'
fi fi