]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
virtfs/mount-virtfs.sh: don't exit != 0
authorHarald Hoyer <harald@redhat.com>
Mon, 30 Jul 2012 15:06:23 +0000 (17:06 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jul 2012 15:08:52 +0000 (17:08 +0200)
modules.d/95virtfs/mount-virtfs.sh

index dfebf38e0016aaf3d39ea09ec847f9803e67c139..7c07b46284f485c46c9793f533db3b97daf21948 100755 (executable)
@@ -73,3 +73,4 @@ mount_root() {
 if [ -n "$root" -a -z "${root%%virtfs:*}" ]; then
     mount_root
 fi
+: