View | Details | Raw Unified | Return to bug 700603
Collapse All | Expand All

(-)a/modules/KIWILinuxRC.sh (-2 / +1 lines)
Lines 5031-5037 function validateRootTree { Link Here
5031
	# check whether that mount is a valid system tree or not. Therefore
5031
	# check whether that mount is a valid system tree or not. Therefore
5032
	# some sanity checks are made here
5032
	# some sanity checks are made here
5033
	# ----
5033
	# ----
5034
	if [ ! -x /mnt/sbin/init ];then
5034
	if [ ! -x /mnt/sbin/init -a ! -L /mnt/sbin/init ];then
5035
		systemException "/sbin/init no such file or not executable" "reboot"
5035
		systemException "/sbin/init no such file or not executable" "reboot"
5036
	fi
5036
	fi
5037
}
5037
}
5038
- 

Return to bug 700603