Ignore:
Timestamp:
01/12/08 06:35:20 (5 years ago)
Author:
alanbach-guest
Message:
  • Updated live-reboot: try to fix #62, force a timeout for that annoying M on X
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkg/main/initscripts-parsix-live/trunk/debian/live-reboot.init

    r2640 r2798  
    395395 
    396396        if [ -z "${NOPROMPT}" ]; then 
    397                 echo "${CYAN}Please remove CD, close cdrom drive and hit return.${NORMAL}" > /dev/console 
    398                 read 
     397                echo "${CYAN}Please remove CD and close cdrom drive.${NORMAL}" > /dev/console 
     398                for x in `seq 1 8` 
     399                do 
     400                  echo -n ${CYAN}.${NORMAL} 
     401                  sleep 1 
     402                done 
     403                echo  
    399404        fi 
    400405} 
Note: See TracChangeset for help on using the changeset viewer.