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
|
# Packages needed for self-hosted development
|
||||||
dev_pkgs="build-essential devscripts make man-db emacs org-mode git mercurial"
|
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
|
case "$MACHINE" in
|
||||||
beaglebone)
|
beaglebone)
|
||||||
|
@ -256,6 +256,7 @@ sudo -H \
|
||||||
ARCHITECTURE="$ARCHITECTURE" \
|
ARCHITECTURE="$ARCHITECTURE" \
|
||||||
SOURCE="$SOURCE" \
|
SOURCE="$SOURCE" \
|
||||||
CUSTOM_SETUP="$CUSTOM_SETUP" \
|
CUSTOM_SETUP="$CUSTOM_SETUP" \
|
||||||
|
EXTERNAL_DRIVE="$EXTERNAL_DRIVE" \
|
||||||
$VMDEBOOTSTRAP \
|
$VMDEBOOTSTRAP \
|
||||||
--log "$(dirname "$IMAGE")/${PROJECT_NAME}.log" \
|
--log "$(dirname "$IMAGE")/${PROJECT_NAME}.log" \
|
||||||
--log-level debug \
|
--log-level debug \
|
||||||
|
|
Loading…
Reference in New Issue