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:
109283a
)
systemd/dracut-initqueue.sh: added missing "then"
author
Harald Hoyer
<harald@redhat.com>
Mon, 12 Aug 2013 11:08:17 +0000
(13:08 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Mon, 12 Aug 2013 11:08:17 +0000
(13:08 +0200)
modules.d/98systemd/dracut-initqueue.sh
patch
|
blob
|
history
diff --git
a/modules.d/98systemd/dracut-initqueue.sh
b/modules.d/98systemd/dracut-initqueue.sh
index 893ebc47e93e1291eb5263d6318c04d335c0c8a7..d7ebf2b2aa7f7c1998597987b0dc9fb8cdfa594b 100755
(executable)
--- a/
modules.d/98systemd/dracut-initqueue.sh
+++ b/
modules.d/98systemd/dracut-initqueue.sh
@@
-62,7
+62,7
@@
while :; do
fi
main_loop=$(($main_loop+1))
- if [ $main_loop -gt $RDRETRY ];
+ if [ $main_loop -gt $RDRETRY ];
then
if ! [ -d /sysroot/etc/fstab ] || ! [ -e /sysroot/sbin/init ] ; then
action_on_fail "Could not boot." && break
fi