From 1a08f60a8dbb4184c63cdcf84df8ba893065310b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 7 Apr 2009 15:48:47 +0200 Subject: [PATCH] Missing && --- input/howto/install-kvm.creole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/howto/install-kvm.creole b/input/howto/install-kvm.creole index 7558a6c..ae98e48 100644 --- a/input/howto/install-kvm.creole +++ b/input/howto/install-kvm.creole @@ -69,7 +69,7 @@ trivial. lvcreate -L 128m -n "$guest"-boot /dev/"$vg" && lvcreate -L 4g -n "$guest"-root /dev/"$vg" fi && - lvcreate -L 4g -n "$guest"-swap /dev/"$vg" + lvcreate -L 4g -n "$guest"-swap /dev/"$vg" && : && ( echo ',,L,*' | sfdisk "$dev_boot" ) && kpartx -v -a "$dev_boot" && -- 2.20.1