ppcrcd/trunk/conf.dir/linuxrc

sparky cvs at pld-linux.org
Tue Jan 17 23:14:24 CET 2006


Author: sparky
Date: Tue Jan 17 23:14:21 2006
New Revision: 6839

Modified:
   ppcrcd/trunk/conf.dir/linuxrc
Log:
- don't use initrd-busybox, as it don't exists anymore


Modified: ppcrcd/trunk/conf.dir/linuxrc
==============================================================================
--- ppcrcd/trunk/conf.dir/linuxrc	(original)
+++ ppcrcd/trunk/conf.dir/linuxrc	Tue Jan 17 23:14:21 2006
@@ -7,13 +7,13 @@
 cd /rootfs
 mkdir -p live tmp proc boot lib bin usr sbin sys selinux
 
-/bin/initrd-busybox pivot_root . live 
-
 for f in boot lib bin usr sbin
 do
-  /live/bin/initrd-busybox mount -t none -o bind live/$f $f
+  /bin/mount -t none -o bind /$f /rootfs/$f
 done
 
+/sbin/pivot_root . live || echo "error moving filesystem"
+
 # cp rw files
 cp -a /live/etc/skel /root
 chmod -R +w /root


More information about the pld-cvs-commit mailing list