diff options
Diffstat (limited to 'debvm-create')
-rwxr-xr-x | debvm-create | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/debvm-create b/debvm-create index c271207..6f0c33c 100755 --- a/debvm-create +++ b/debvm-create @@ -122,15 +122,7 @@ set -- \ "$@" # unless we set up a fstab, / will be read-only -case "$ARCHITECTURE" in - amd64|i386|ppc64el) - DISKDEV=sda - ;; - *) - DISKDEV=vda - ;; -esac -set -- "--customize-hook=echo '/dev/$DISKDEV / ext4 defaults 0 1' >"'"$1/etc/fstab"' "$@" +set -- "--customize-hook=echo '/dev/vda / ext4 defaults 0 1' >"'"$1/etc/fstab"' "$@" # set up a hostname set -- \ |