From b8706e5dee8bada1390363cf9c43af61b2288425 Mon Sep 17 00:00:00 2001
From: Hedayat Vatankhah <hedayatv@gmail.com>
Date: Thu, 5 May 2011 23:33:30 +0430
Subject: [PATCH 01/18] Change filepath to newns
Move newns to a location outside the os-prober directory.
---
common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common.sh b/common.sh
index 30e245e..f83eb0d 100644
--- a/common.sh
+++ b/common.sh
@@ -1,5 +1,5 @@
newns () {
- [ "$OS_PROBER_NEWNS" ] || exec /usr/lib/os-prober/newns "$0" "$@"
+ [ "$OS_PROBER_NEWNS" ] || exec /usr/lib/newns "$0" "$@"
}
cleanup_tmpdir=false
--
2.5.5