The current default setup for /etc/config/fstab is configured for hotplug, but blocks hotplug for /dev/sda1 and /dev/sda2 because it has default entries for those devices, which are disabled, and those entries are configured to be used.
This patch disables the use of specific device entries in /etc/config/fstab unless it is edited (sinced fstab must be edited in order for specific entries to be used in any case). That means hotplug happens unless it is disabled, or a deliberately disabled specific entry is configured to be used. Regards, Daniel -- And that's my crabbing done for the day. Got it out of the way early, now I have the rest of the afternoon to sniff fragrant tea-roses or strangle cute bunnies or something. -- Michael Devore GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C http://gnupg.org The C Shore (Daniel Dickinson's Website) http://cshore.is-a-geek.com
Index: package/block-mount/files/fstab.config =================================================================== --- package/block-mount/files/fstab.config (revision 20331) +++ package/block-mount/files/fstab.config (working copy) @@ -1,9 +1,9 @@ config global automount - option from_fstab 1 + option from_fstab 0 option anon_mount 1 config global autoswap - option from_fstab 1 + option from_fstab 0 option anon_swap 0 config mount
signature.asc
Description: This is a digitally signed message part
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel