summaryrefslogtreecommitdiff
path: root/packages/altboot/files/altboot-menu/20-bootCF
diff options
context:
space:
mode:
Diffstat (limited to 'packages/altboot/files/altboot-menu/20-bootCF')
-rw-r--r--packages/altboot/files/altboot-menu/20-bootCF18
1 files changed, 3 insertions, 15 deletions
diff --git a/packages/altboot/files/altboot-menu/20-bootCF b/packages/altboot/files/altboot-menu/20-bootCF
index 931e46995c..3a3f4fbafe 100644
--- a/packages/altboot/files/altboot-menu/20-bootCF
+++ b/packages/altboot/files/altboot-menu/20-bootCF
@@ -17,23 +17,11 @@ run_module() {
test -e /etc/altboot.func && . /etc/altboot.func || die "ERROR: /etc/altboot.func not found. Check your installation!"
- echo -n "Mounting rootfs rw..." >/dev/tty0
- mount -o remount,rw / >/dev/tty0 2>&1 && echo ok >/dev/tty0|| die "mount -o remount,rw / failed"
-
- echo -n "Generating device files..." >/dev/tty0
- /etc/init.d/devices start && echo ok >/dev/tty0|| die "FAILED"
-
-
- echo -n "Mounting /proc..." >/dev/tty0
- mount /proc >/dev/tty0 2>&1 && echo ok >/dev/tty0|| die "mount /proc failed!"
+ # Mount /proc, etc
+ init_rootfs
- /etc/init.d/pcmcia start || die "/etc/init.d/pcmcia/start failed!"
+ mount_cf
- echo ""
-
- # Give the SD and CF mounting some time. This is a must for SD
- sleep 2
-
# Check for a real fs and loop-images.
check_target "$CF_MOUNTPOINT"