00-rootdev.sh: fix typo in comment

master
Fabio Erculiani 11 years ago
parent ac5324d3f0
commit 87ce8a9bec

@ -154,7 +154,7 @@ real_root_init() {
REAL_ROOT="${FAKE_ROOT}" REAL_ROOT="${FAKE_ROOT}"
fi fi
if [ -z "${REAL_INIT}" ] && [ -z "${FAKE_INIT}" ]; then if [ -z "${REAL_INIT}" ] && [ -z "${FAKE_INIT}" ]; then
# if none of REAL_INIT and FAKE_INIT is set, default # if none of REAL_INIT and FAKE_INIT are set, default
# to /sbin/init # to /sbin/init
REAL_INIT="/sbin/init" REAL_INIT="/sbin/init"
elif [ -z "${REAL_INIT}" ] && [ "${FAKE_INIT}" != "/linuxrc" ]; then elif [ -z "${REAL_INIT}" ] && [ "${FAKE_INIT}" != "/linuxrc" ]; then

Loading…
Cancel
Save