Chameleon Applications

Chameleon Applications Svn Source Tree

Root/branches/blackosx/trunk/PackageBuilder/Main_Package_Elements/Scripts/BootOptions/InstantMenu.sh

  • Property svn:executable set to *
1#!/bin/bash
2
3echo "==============================================="
4echo "Boot Option - InstantMenu"
5echo "******************************************"
6
7temp="/private/tmp/Chameleon"
8
9if [ ! -d ${temp} ]; then
10mkdir ${temp};
11fi
12
13mkdir -p "${temp}/@InstantMenu+Yes"

Archive Download this file

Revision: 221