aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nslu2-binary-only/unslung-rootfs-2.3r25/rc.modules-diversion.patch
blob: c3483515548e6e257b26c16b82106f82d625ac32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.modules.orig	2004-07-27 23:37:55.000000000 -0400
+++ nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.modules	2004-09-01 21:57:34.000000000 -0400
@@ -1,4 +1,11 @@
 #!/bin/sh
+
+if (  [ ! -f /.sda1root ] && [ -f /mnt/sda1/unslung/rc.modules ] && . /mnt/sda1/unslung/rc.modules ) ; then return 0 ; fi
+if (  [ ! -f /.sda2root ] && [ -f /mnt/sda2/unslung/rc.modules ] && . /mnt/sda2/unslung/rc.modules ) ; then return 0 ; fi
+if (  [ ! -f /.sdb1root ] && [ -f /mnt/sdb1/unslung/rc.modules ] && . /mnt/sdb1/unslung/rc.modules ) ; then return 0 ; fi
+if (  [ ! -f /.sdb2root ] && [ -f /mnt/sdb2/unslung/rc.modules ] && . /mnt/sdb2/unslung/rc.modules ) ; then return 0 ; fi
+if ( [ -f /unslung/rc.modules          ] && . /unslung/rc.modules          ) ; then return 0 ; fi
+
 insmod pbuttons  &>/dev/null
 insmod rbuttons  &>/dev/null
 insmod x1226-rtc &>/dev/null