Changeset 2250 in MondoRescue for branches/2.2.9/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Jul 5, 2009, 2:42:25 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3162@localhost: bruno | 2009-07-03 14:35:45 +0200

  • Encapsulate the call to the additional script with mount-me and unmount-me to allow to call on-disk scripts as well
File:
1 edited

Legend:

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

    r2249 r2250  
    838838        echo "Executing final script $script"
    839839        LogIt "Executing final script $script"
     840        mount-me
    840841        $script
     842        unmount-me
    841843    fi
    842844fi
Note: See TracChangeset for help on using the changeset viewer.