On Jun 15, 2013 15:31 "stanley garvey" <[email protected]> wrote: > On Jun 13, 2013 21:39 "Stuart Winter" <[email protected]> wrote: > > > > Ok I've changed it and will upload the new installers once I've > > > got Linux > > > 3.9.6 kernels built. > > > > Actually, can you test it? I just edited it and haven't tested it. > > It's > > really just cosmetic, so it should be fine: > > > > <http://armed.slackware.com/tmp/armedslack-nofscheck> > > > > > It Should work but does not. may I suggest this line: > > > > if [ "$( egrep "versatile" /proc/cpuinfo || egrep "BCM2708" > > /proc/cpuinfo )" !="" -a -s $FSTAB ]; then > > > > found to work on both Raspberry Pi and ARM-Versatile. > > > > Many thanks > > > > > Better still > > > > > > if [ "$( grep "versatile\|BCM2708" /proc/cpuinfo )" !="" -a -s > > $FSTAB ]; then > > > > Also tested on Raspberry Pi and QEMU ARM-Versatile, I don't know why > > the alternation is being missed in egrep. My grep is version 2.14, > > am I out of date? > >
_______________________________________________ ARMedslack mailing list [email protected] http://lists.armedslack.org/mailman/listinfo/armedslack
