23 lines
885 B
Diff
23 lines
885 B
Diff
|
From 54ba7acba14a5db036914f2b18ff6ef569665d4e Mon Sep 17 00:00:00 2001
|
||
|
From: Will Woods <wwoods@redhat.com>
|
||
|
Date: Wed, 12 Oct 2011 22:49:35 -0400
|
||
|
Subject: [PATCH] dmsquash-live: fix log message about root/liveroot
|
||
|
|
||
|
---
|
||
|
modules.d/90dmsquash-live/parse-dmsquash-live.sh | 2 +-
|
||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/modules.d/90dmsquash-live/parse-dmsquash-live.sh b/modules.d/90dmsquash-live/parse-dmsquash-live.sh
|
||
|
index 6e0db29..5cbcd2c 100755
|
||
|
--- a/modules.d/90dmsquash-live/parse-dmsquash-live.sh
|
||
|
+++ b/modules.d/90dmsquash-live/parse-dmsquash-live.sh
|
||
|
@@ -41,7 +41,7 @@ case "$liveroot" in
|
||
|
live:/*.[Ii][Mm][Gg]|/*.[Ii][Mm][Gg])
|
||
|
[ -f "${root#live:}" ] && rootok=1 ;;
|
||
|
esac
|
||
|
-info "root was $root, liveroot is now $liveroot"
|
||
|
+info "liveroot was $liveroot, is now $root"
|
||
|
|
||
|
# make sure that init doesn't complain
|
||
|
[ -z "$root" ] && root="live"
|