live-sdk

simple distro kit (livecd edition)
git clone git://parazyd.org/live-sdk.git
Log | Files | Refs | Submodules | README | LICENSE

boot_beep (404B)


      1 ##
      2 ## The name of the file which will contain the PID of boot_beep.sh
      3 ##
      4 
      5 BB_TMPFILE=/tmp/boot_beep.pid
      6 
      7 ##
      8 ## the path to boot_beep.sh
      9 ##
     10 
     11 BB_SCRIPTFILE=/etc/boot_beep
     12 
     13 ##
     14 ## the process(es) to look for. This pattern will be given to 
     15 ## "grep -E"...
     16 ##
     17 
     18 BB_PROCESS="(getty|login)"
     19 
     20 ##
     21 ## Set whether beeps are emitted during boot
     22 ##
     23 ##
     24 
     25 BB_BEEP_BOOT=TRUE
     26 
     27 ##
     28 ## Set check interval
     29 ##
     30 ##
     31 
     32 BB_INTERVAL=1