00-fsdev.sh: fix typo in script as reported in bug #486636

master v29
Fabio Erculiani 11 years ago
parent de41ea1265
commit 4a125bb674

@ -219,7 +219,7 @@ start_volumes() {
# real_root=/dev/vg/root
# This needs to run after vgchange, using
# vgchange --mknodes is too early.
cmds+="${cmds} \nvgmknodes --ignorelockingfailure"
cmds="${cmds} \nvgmknodes --ignorelockingfailure"
fi
# And finally execute it all (/proc/... needed if lvm

Loading…
Cancel
Save