From df387543e9bdf9353f72908197315e4ad7049b62 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 10 May 2005 03:09:24 +0000 Subject: 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 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/busybox/busybox-1.00/mount-all-type.patch (limited to 'packages/busybox/busybox-1.00') diff --git a/packages/busybox/busybox-1.00/mount-all-type.patch b/packages/busybox/busybox-1.00/mount-all-type.patch new file mode 100644 index 0000000000..e69de29bb2 -- cgit 1.2.3-korg