forked from josch/mmdebstrap
mmdebstrap-autopkgtest-build-qemu: document https://github.com/util-linux/util-linux/issues/2981
This commit is contained in:
parent
5a06c67aaa
commit
eed6a86480
1 changed files with 3 additions and 0 deletions
|
@ -361,6 +361,9 @@ fi
|
|||
|
||||
EXT4_OFFSET_BYTES=$(( (FAT_OFFSET_SECTORS + FAT_SIZE_SECTORS) * 512))
|
||||
EXT4_OPTIONS="offset=$EXT4_OFFSET_BYTES,assume_storage_prezeroed=1"
|
||||
|
||||
# the --no-mtab option to mount is a workaround for https://github.com/util-linux/util-linux/issues/2981
|
||||
# revert 8c0ddc32660ca4e98c988966251f9c05d6bcccef once it is no longer needed
|
||||
set -- "$@" \
|
||||
"--customize-hook=download vmlinuz '$WORKDIR/kernel'" \
|
||||
"--customize-hook=download initrd.img '$WORKDIR/initrd'" \
|
||||
|
|
Loading…
Reference in a new issue