Skip to content

Commit f550793

Browse files
committed
Draft.
1 parent 4a7cb14 commit f550793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_prog-ops/ops-custom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _custom-expand() {
2222
_messageNormal '_custom-expand: dd'
2323

2424
# ATTENTION: Expand ONLY the additional amount needed for custom additions . This is APPENDED .
25-
! dd if=/dev/zero bs=1M count=15000 >> "$scriptLocal"/vm.img && _messageFAIL
25+
! dd if=/dev/zero bs=1M count=20000 >> "$scriptLocal"/vm.img && _messageFAIL
2626

2727
# Alternatively, it may be possible, but STRONGLY DISCOURAGED, to pad the file to a size. This, however, assumes the upstream 'ubdist/OS', etc, has not unexpectedly grown larger, which is still a VERY BAD assumption.
2828
# https://unix.stackexchange.com/questions/196715/how-to-pad-a-file-to-a-desired-size

0 commit comments

Comments
 (0)