Changeset 1813 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Nov 17, 2007, 4:28:42 PM (16 years ago)
Author:
Bruno Cornec
Message:

RstHW should be called after driver initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/rootfs/sbin/init

    r1804 r1813  
    512512WelcomeMessage()
    513513{
     514    export ARCH=`uname -m`
     515
    514516    echo "********************************************************************"
    515517    echo "MINDI-LINUX by Mondo Dev Team - web site: http://www.mondorescue.org"
     
    610612
    611613EnableCcissIfAppropriate
    612 RstHW
    613614#-------------------------------
    614615#WHOLIVESINAPINEAPPLEUNDERTHESEA#;# --- don't touch this :)
     
    652653    RunDevfsd
    653654fi
     655LoadKeymap
     656WelcomeMessage
     657RstHW
    654658echo "Starting potential Raid/LVMs ..."
    655659PauseForRaids
     
    657661StartLvms
    658662CopyBootDevEntry
    659 LoadKeymap
    660663mkdir -p /tmp/tmpfs
    661664sleep 2
     
    668671    cp -af /dev/md2 /dev/md/2 2> /dev/null
    669672fi
    670 export ARCH=`uname -m`
    671 WelcomeMessage
    672673# SpaceTests; # Mandrake Linux 8.1 doesn't like this
    673674[ -e "/tmp/mountlist.txt" ] && cp -f /tmp/mountlist.txt /tmp/mountlist.original
Note: See TracChangeset for help on using the changeset viewer.