|
|
|
@ -30,7 +30,7 @@ if [ $# -eq 0 ] ; then |
|
|
|
echo " Targets have to be built using ./scripts/Build-Target before you can create" |
|
|
|
echo " ISO images from them." |
|
|
|
echo |
|
|
|
echo " -size <MB> limit the size of images to <MB> MB; default is 680" |
|
|
|
echo " -size <MB> limit the size of images to <MB> MB; default is 4700" |
|
|
|
echo " -source include package sources from download/mirror on the images" |
|
|
|
echo " -nodist also include download/nodist sources (Check licenses!)" |
|
|
|
echo " -mkdebug create a small debug script for every image" |
|
|
|
@ -45,8 +45,8 @@ if [ $# -eq 0 ] ; then |
|
|
|
exit 1 |
|
|
|
fi |
|
|
|
|
|
|
|
# default disk-size is 680 MB |
|
|
|
dsize=$(( 680 * 1024 )) |
|
|
|
# default disk-size is 4700 MB |
|
|
|
dsize=$(( 4700 * 1024 )) |
|
|
|
src=0; mkdebug=0; implantisomd5=1; nodist=0 |
|
|
|
|
|
|
|
while true ; do |
|
|
|
|