diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-06-24 14:10:59 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-06-24 14:10:59 +0200 |
commit | 9b12115a7a845265c3aa48fb0e4d8d36421439c6 (patch) | |
tree | 453dda4d0afc5d790fbad6208be5e76a3743d395 | |
parent | 54a54208f552f2c2ec048997509c5d8a035250f2 (diff) | |
download | hrmpf-9b12115a7a845265c3aa48fb0e4d8d36421439c6.tar.gz hrmpf-9b12115a7a845265c3aa48fb0e4d8d36421439c6.tar.xz hrmpf-9b12115a7a845265c3aa48fb0e4d8d36421439c6.zip |
add more space to image
-rwxr-xr-x | mkhrmpf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkhrmpf.sh b/mkhrmpf.sh index 3c4ce44..d72ad57 100755 --- a/mkhrmpf.sh +++ b/mkhrmpf.sh @@ -5,7 +5,7 @@ -C "loglevel=6 printk.time=1 consoleblank=0 net.ifnames=0" \ -r http://alpha.de.repo.voidlinux.org/current \ -r http://alpha.de.repo.voidlinux.org/current/nonfree \ - -S 1024 \ + -S 2048 \ -s "xz -Xbcj x86" \ -B extra/balder10.img \ -B extra/mhdd32ver4.6.iso \ |