Browse Source

systemd/dracut-pre-pivot.sh: remove trailing space

master
Harald Hoyer 13 years ago
parent
commit
f82659c552
  1. 2
      modules.d/98systemd/dracut-pre-pivot.sh

2
modules.d/98systemd/dracut-pre-pivot.sh

@ -18,7 +18,7 @@ getarg 'rd.break=cleanup' 'rdbreak=cleanup' && emergency_shell -n cleanup "Break @@ -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

Loading…
Cancel
Save