Siong-Ui Te schrieb: > > and I modified rootfs in /etc/fstab as following > / / tmpfs noatime 0 0 > > However, I encountered another problem. > The initscripts shows the following messages: > /lib/udev/modprobe.sh: /etc/init.d/functions.sh: line 10: declare: not found
I'm trying something similar (see my mail on this list) and stumbled more or less over the same problem. Adding boot option "noauto" to the tootfs entry solved it for me. The problem seems to be the "mount -a" command in localmount. It looks like "remounting" rootfs somehow breaks it. Afterward no links like ifconfig -> ../bin/busybox where ifconfig resides in /sbin are working. The same is true for your problem with starting /etc/init.d/functions.sh . If you "go over root", it does not work. Try to set noauto and boot. It worked for me. Regards, Marc -- [EMAIL PROTECTED] mailing list
