mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
add EXTRA_CMDLINE option to add kernel command line arguments
Allow configuring extra kernel command line arguments by using the EXTRA_CMDLINE variable. The patch handles EXTRA_CMDLINE only for the bcm2835 boot loaders.
This commit is contained in:
committed by
Stephan Raue
parent
a09ae66ee4
commit
e3203be00e
@@ -333,6 +333,7 @@ fi
|
||||
UUID_SYSTEM="$(uuidgen)" \
|
||||
UUID_STORAGE="$(uuidgen)" \
|
||||
UBOOT_SYSTEM="$UBOOT_SYSTEM" \
|
||||
EXTRA_CMDLINE="$EXTRA_CMDLINE" \
|
||||
$SCRIPTS/mkimage
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user