Compare commits

..

2 Commits

Author SHA1 Message Date
Bananymous c50dba900d General: Update README features and environment variables 2025-07-17 21:32:53 +03:00
Bananymous 502bb4f84a 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:25:59 +03:00
1 changed files with 0 additions and 4 deletions

View File

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