summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions2
-rw-r--r--scripts/local2
-rw-r--r--scripts/nfs2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/functions b/scripts/functions
index 8730d52..685642e 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -218,7 +218,7 @@ run_scripts()
{
initdir=${1}
[ ! -d ${initdir} ] && return
-
+
if [ -f ${initdir}/ORDER ]; then
. ${initdir}/ORDER
elif command -v tsort >/dev/null 2>&1; then
diff --git a/scripts/local b/scripts/local
index cca5e8d..98464f9 100644
--- a/scripts/local
+++ b/scripts/local
@@ -50,7 +50,7 @@ pre_mountroot()
# We've given up, but we'll let the user fix matters if they can
while [ ! -e "${ROOT}" ]; do
# give hint about renamed root
- case "${ROOT}" in
+ case "${ROOT}" in
/dev/hd*)
suffix="${ROOT#/dev/hd}"
major="${suffix%[[:digit:]]}"
diff --git a/scripts/nfs b/scripts/nfs
index 435d2d0..5c41573 100644
--- a/scripts/nfs
+++ b/scripts/nfs
@@ -4,7 +4,7 @@
retry_nr=0
-# parse nfs bootargs and mount nfs
+# parse nfs bootargs and mount nfs
do_nfsmount()
{