24 lines
680 B
Diff
24 lines
680 B
Diff
|
From 62cb52f4317460f313c18c906737d9e0eddb9081 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Thu, 30 May 2013 08:32:18 +0200
|
||
|
Subject: [PATCH] base/dracut-lib.sh: export DRACUT_SYSTEMD and NEWROOT
|
||
|
|
||
|
---
|
||
|
modules.d/99base/dracut-lib.sh | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh
|
||
|
index 5cb0add..d20ce67 100755
|
||
|
--- a/modules.d/99base/dracut-lib.sh
|
||
|
+++ b/modules.d/99base/dracut-lib.sh
|
||
|
@@ -2,6 +2,9 @@
|
||
|
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
|
||
|
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||
|
|
||
|
+export DRACUT_SYSTEMD
|
||
|
+export NEWROOT
|
||
|
+
|
||
|
debug_off() {
|
||
|
set +x
|
||
|
}
|