From 4377925ed668b66e7bb35d8f6597e9f7b741ed21 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 22 Dec 2022 16:18:25 +0100 Subject: debvm-create: drop wrong comment about fstab We no longer need the fstab, because we now pass rw. The comment is simply wrong. We still create it to increase compatibility. --- debvm-create | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debvm-create b/debvm-create index 3791953..615054a 100755 --- a/debvm-create +++ b/debvm-create @@ -119,10 +119,9 @@ set -- \ --format=ext2 \ "--architecture=$ARCHITECTURE" \ "--include=$INCLUDE_PACKAGES" \ + '--customize-hook=echo "LABEL=debvm / ext4 defaults 0 1" >"$1/etc/fstab"' \ "$@" -# unless we set up a fstab, / will be read-only -set -- "--customize-hook=echo 'LABEL=debvm / ext4 defaults 0 1' >"'"$1/etc/fstab"' "$@" # set up a hostname set -- \ -- cgit v1.2.3