do not run fsck when deploying virtual machine
authorMichael Prokop <mika@grml.org>
Thu, 13 Oct 2011 16:33:31 +0000 (18:33 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 13 Oct 2011 16:49:26 +0000 (18:49 +0200)
commit8fe289cf5be90207efd638da0ba1b6f48c0e78e5
tree7d46f229ecdeec925cd10dd1d991b6b400bc65b7
parentad7c3cfdaa7c6354c951a9dbbad6ada40a1dc082
do not run fsck when deploying virtual machine

When running filesystem check on the loopback device
of the virtual machine we get something like:

| fsck.ext3: No such file or directory while trying to open /dev/mapper/loop1p1

since the loopback device has been removed already.
Since fsck shouldn't be necessary at all let's just
skip it when building VMs.
grml-debootstrap