diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-03-25 10:58:42 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-03-25 10:58:42 +0100 |
commit | 4db215b6edba4b9d79c5439f3c9c4596915069b2 (patch) | |
tree | 2aa7edf830f3e97a52eb9aee0c8870b2b5575cc6 /tests/dist-upgrades.sh | |
parent | c3ceb1929c4154db42003350d54d41ba4beb20e5 (diff) | |
parent | fd97cb52975a11ba2e019f12c1aecd5123bd2204 (diff) | |
download | debvm-4db215b6edba4b9d79c5439f3c9c4596915069b2.tar.gz |
Merge feature-mkfs.ext4 into main
Diffstat (limited to 'tests/dist-upgrades.sh')
-rwxr-xr-x | tests/dist-upgrades.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dist-upgrades.sh b/tests/dist-upgrades.sh index 121f87e..171500a 100755 --- a/tests/dist-upgrades.sh +++ b/tests/dist-upgrades.sh @@ -2,7 +2,7 @@ # Copyright 2022 Jochen Sprickerhof <debvm@jochen.sprickerhof.de> # SPDX-License-Identifier: MIT # -# apt install e2fsprogs genext2fs mmdebstrap openssh-client qemu-kvm +# apt install e2fsprogs mmdebstrap openssh-client qemu-kvm set -x |