S45mountnfs.sh in the boot sequence (sysvinit) uses the command:
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 10 May 2005 03:09:24 +0000 (03:09 +0000)
committerJohn Bowler <jbowler@nslu2-linux.org>
Tue, 10 May 2005 03:09:24 +0000 (03:09 +0000)
commitdf387543e9bdf9353f72908197315e4ad7049b62
tree6dd9a57becaadee206ee24562661203256f5f5a2
parent54d1c2b41d0ee05c0a3fe76329320b9ef94451ab
S45mountnfs.sh in the boot sequence (sysvinit) uses the command:

mount -a -t nfs

to mount only nfs file systems in fstab.  Busybox mount accepts
these options but ignores the -t nfs and mounts everything.  This
is bad because it remounts stuff like tmpfs partitions, obscuring
any boot time setup already done in them.  The fix is easy - just
test the file system in the -a loop if it was provided.

BKrev: 428025e4utrkgNtbkt-hh9YWbpbQfw
packages/busybox/busybox-1.00/mount-all-type.patch [new file with mode: 0644]
packages/busybox/busybox_1.00.bb