projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f653c86
)
systemd/dracut-pre-pivot.sh: remove trailing space
author
Harald Hoyer
<harald@redhat.com>
Wed, 20 Jun 2012 23:06:30 +0000
(
01:06
+0200)
committer
Harald Hoyer
<harald@redhat.com>
Wed, 20 Jun 2012 23:11:44 +0000
(
01:11
+0200)
modules.d/98systemd/dracut-pre-pivot.sh
patch
|
blob
|
history
diff --git
a/modules.d/98systemd/dracut-pre-pivot.sh
b/modules.d/98systemd/dracut-pre-pivot.sh
index
6685210
..
38e9c3c
100755
(executable)
--- a/
modules.d/98systemd/dracut-pre-pivot.sh
+++ b/
modules.d/98systemd/dracut-pre-pivot.sh
@@
-18,7
+18,7
@@
getarg 'rd.break=cleanup' 'rdbreak=cleanup' && emergency_shell -n cleanup "Break
source_hook cleanup
# By the time we get here, the root filesystem should be mounted.
-# Try to find init.
+# Try to find init.
for i in "$(getarg real_init=)" "$(getarg init=)"; do
[ -n "$i" ] || continue