Changeset 1d02f01 in bootscripts-standard for clfs/init.d/mountfs


Ignore:
Timestamp:
Oct 23, 2007, 1:07:58 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1680407
Parents:
d8a3177
Message:

Merged Updates from BLFS/LFS SVNs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/init.d/mountfs

    rd8a3177 r1d02f01  
    1919        start)
    2020                boot_mesg "Remounting root file system in read-write mode..."
    21                 mount -n -o remount,rw / &>/dev/null
     21                mount -n -o remount,rw / >/dev/null
    2222                evaluate_retval
    2323
     
    3636                # their option list.  _netdev denotes a network filesystem.
    3737                boot_mesg "Mounting remaining file systems..."
    38                 mount -a -O no_netdev &>/dev/null
     38                mount -a -O no_netdev >/dev/null
    3939                evaluate_retval
    4040                ;;
     
    4242        stop)
    4343                boot_mesg "Unmounting all other currently mounted file systems..."
    44                 umount -a -d -r &>/dev/null
     44                umount -a -d -r >/dev/null
    4545                evaluate_retval
    4646                ;;
Note: See TracChangeset for help on using the changeset viewer.