| … | |
… | |
| 6 | # -- (ttyS0, tty1, etc). Only defined if passed to kernel |
6 | # -- (ttyS0, tty1, etc). Only defined if passed to kernel |
| 7 | # LIVECD_CONSOLE_BAUD -- console baudrate specified |
7 | # LIVECD_CONSOLE_BAUD -- console baudrate specified |
| 8 | # LIVECD_CONSOLE_PARITY -- console parity specified |
8 | # LIVECD_CONSOLE_PARITY -- console parity specified |
| 9 | # LIVECD_CONSOLE_DATABITS -- console databits specified |
9 | # LIVECD_CONSOLE_DATABITS -- console databits specified |
| 10 | |
10 | |
| 11 | source /sbin/functions.sh |
11 | [[ ${RC_GOT_FUNCTIONS} != "yes" ]] && source /sbin/functions.sh |
| 12 | |
12 | |
| 13 | livecd_parse_opt() { |
13 | livecd_parse_opt() { |
| 14 | case "$1" in |
14 | case "$1" in |
| 15 | *\=*) |
15 | *\=*) |
| 16 | echo "$1" | cut -f2 -d= |
16 | echo "$1" | cut -f2 -d= |