mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
add parameter to set image size
This commit is contained in:
parent
6f7592eb34
commit
47b3818466
1 changed files with 5 additions and 0 deletions
5
build.sh
5
build.sh
|
@ -56,6 +56,11 @@ do
|
||||||
ROOTFS_VERSION=$1
|
ROOTFS_VERSION=$1
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
-s | --image-size )
|
||||||
|
shift
|
||||||
|
IMAGE_SIZE_MB=$1
|
||||||
|
shift
|
||||||
|
;;
|
||||||
-o | --output )
|
-o | --output )
|
||||||
shift
|
shift
|
||||||
DEST=$1
|
DEST=$1
|
||||||
|
|
Loading…
Reference in a new issue