File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d / Attic / 001.mountall.run
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 23 09:34:54 2014 UTC (10 years, 5 months ago) by misho
Branches: elwix2_2
add files

    1: #!/bin/sh
    2: 
    3: echo ">>> Check & mount all disks ..."
    4: fsck -q -y 1>/dev/null 2>&1 && mount -a || fsck -y 1>/dev/null 2>&1 && mount -a || fsck -f -y

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>