udev update *** ADDENDUM/ERRATA
Alex Hunsaker
badalex at gmail.com
Thu Mar 2 17:02:51 UTC 2006
On 3/2/06, Sebastian Kärgel <mailing at wodkahexe.de> wrote:
> On Thu, 2 Mar 2006 17:09:34 +0100
> samuel verstraete <samuel.verstraete at gmail.com> wrote:
>
> >
> > i might sometimes say very stupid things... and my bash skillz suck
> > monkeyballs but that specific thing i checked myself already... and
> > they are not listed twice ;)
> > gr,S.
> >
>
> Same problem here with /dev/hda1 and /dev/hda2
> You're not alone ;)
I fixed it with this patch
--- mount.old 2006-03-02 10:01:24.000000000 -0700
+++ mount 2006-03-02 10:01:55.000000000 -0700
@@ -214,7 +214,7 @@ start()
fi
# check filesystems
- FSCKLEVELS=$(sed 's/#.*$//g' /etc/fstab | tr -s
'[:blank:]' | awk '{print $6}' | sort -n | grep -v -w 0)
+ FSCKLEVELS=$(sed 's/#.*$//g' /etc/fstab | tr -s
'[:blank:]' | awk '{print $6}' | sort -n | grep -v -w 0 | egrep
'[0-9]+')
if [ -n "$FSCKLEVELS" ]; then
echo "Checking file systems:"
for FSCKLEVEL in $FSCKLEVELS; do
> _______________________________________________
> Lunar mailing list
> Lunar at lunar-linux.org
> http://foo-projects.org/mailman/listinfo/lunar
>
More information about the Lunar
mailing list