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
|
||||
shift
|
||||
;;
|
||||
-s | --image-size )
|
||||
shift
|
||||
IMAGE_SIZE_MB=$1
|
||||
shift
|
||||
;;
|
||||
-o | --output )
|
||||
shift
|
||||
DEST=$1
|
||||
|
|
Loading…
Reference in a new issue