External drive option
This commit is contained in:
parent
1fad6ac395
commit
9a88f71564
|
@ -102,7 +102,7 @@ a20_pkgs="linux-image-armmp-lpae u-boot-tools u-boot u-boot-sunxi"
|
|||
# Packages needed for self-hosted development
|
||||
dev_pkgs="build-essential devscripts make man-db emacs org-mode git mercurial"
|
||||
|
||||
echo Building "$MACHINE" "$PROJECT_NAME" for "$ARCHITECTURE".
|
||||
echo Building "$MACHINE" "$PROJECT_NAME" for "$ARCHITECTURE" "$EXTERNAL_DRIVE"
|
||||
|
||||
case "$MACHINE" in
|
||||
beaglebone)
|
||||
|
@ -256,6 +256,7 @@ sudo -H \
|
|||
ARCHITECTURE="$ARCHITECTURE" \
|
||||
SOURCE="$SOURCE" \
|
||||
CUSTOM_SETUP="$CUSTOM_SETUP" \
|
||||
EXTERNAL_DRIVE="$EXTERNAL_DRIVE" \
|
||||
$VMDEBOOTSTRAP \
|
||||
--log "$(dirname "$IMAGE")/${PROJECT_NAME}.log" \
|
||||
--log-level debug \
|
||||
|
|
Loading…
Reference in New Issue