mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
image/install: add support for OEM packages
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -106,6 +106,9 @@ case "$2" in
|
||||
[ "$TESTING" = yes ] && $SCRIPTS/install testing
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug
|
||||
|
||||
# OEM packages
|
||||
[ "$OEM_SUPPORT" = yes ] && $SCRIPTS/install oem
|
||||
|
||||
# setting
|
||||
echo $TARGET_VERSION > $INSTALL/etc/release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user