Changeset 6c32364 for bootscripts/lfs/init.d/functions
- Timestamp:
- Jun 29, 2006, 4:00:45 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 528da83
- Parents:
- 6742797
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/lfs/init.d/functions
r6742797 r6c32364 18 18 source /etc/sysconfig/lcd 19 19 fi 20 fi 21 22 if [ -e /etc/sysconfig/bootscripts ]; then 23 source /etc/sysconfig/bootscripts 20 24 fi 21 25 … … 196 200 boot_mesg " lfs-dev@linuxfromscratch.org.\n" 197 201 boot_mesg_flush 198 boot_mesg -n "Press Enter to continue..." ${INFO} 199 boot_mesg "" ${NORMAL} 200 if [ "$LCD_PROG" ]; then 201 sleep 10 202 else 203 read ENTER 202 if [ "$INTERACTIVE" ]; then 203 boot_mesg -n "Press Enter to continue..." ${INFO} 204 boot_mesg "" ${NORMAL} 205 if [ "$LCD_PROG" ]; then 206 sleep 10 207 else 208 read ENTER 209 fi 204 210 fi 205 211 }
Note:
See TracChangeset
for help on using the changeset viewer.