From 9aa4cb7de93569c35994faea051b9e390da25008 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 23 Dec 2022 22:51:50 +0100 Subject: standardize on image name rootfs.ext4 Reported-by: Johannes Schauer Marin Rodrigues --- debvm-create | 4 ++-- debvm-run | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debvm-create b/debvm-create index 6026a7c..5fc8950 100755 --- a/debvm-create +++ b/debvm-create @@ -86,7 +86,7 @@ POD2MAN set -u ARCHITECTURE=$(dpkg --print-architecture) -IMAGE=rootfs.ext2 +IMAGE=rootfs.ext4 INCLUDE_PACKAGES=init MIRROR="http://deb.debian.org/debian" SIZE=$((1024*1024*1024)) @@ -304,4 +304,4 @@ truncate -s "$SIZE" "$IMAGE" /sbin/resize2fs "$IMAGE" /sbin/tune2fs -L debvm -i 0 -O extents,uninit_bg,dir_index,has_journal "$IMAGE" # Must fsck after tune2fs: https://ext4.wiki.kernel.org/index.php/UpgradeToExt4 -/sbin/fsck.ext4 -fDp rootfs.ext2 +/sbin/fsck.ext4 -fDp "$IMAGE" diff --git a/debvm-run b/debvm-run index 1081597..729ba6d 100755 --- a/debvm-run +++ b/debvm-run @@ -32,7 +32,7 @@ This configuration is skipped in the presence of this option. =item B<-i> I This option specifies the location of the virtual machine image file. -By default B in the working directory is used. +By default B in the working directory is used. =item B<-s> I @@ -60,7 +60,7 @@ POD2MAN set -u -IMAGE=rootfs.ext2 +IMAGE=rootfs.ext4 SSHPORT= GRAPHICAL= -- cgit v1.2.3