blob: 4f98ba82e767b213d96c3f42ca3596a4f773482a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Nur a/livecd-functions.sh b/livecd-functions.sh
--- a/livecd-functions.sh 2015-12-11 17:49:28.000000000 +0000
+++ b/livecd-functions.sh 2015-12-21 12:59:58.548466484 +0000
@@ -8,7 +8,7 @@
# LIVECD_CONSOLE_PARITY -- console parity specified
# LIVECD_CONSOLE_DATABITS -- console databits specified
-[[ ${RC_GOT_FUNCTIONS} != "yes" ]] && [[ -e /etc/init.d/functions.sh ]] && source /etc/init.d/functions.sh
+[[ ${RC_GOT_FUNCTIONS} != "yes" ]] && [[ -e /lib/gentoo/functions.sh ]] && source /lib/gentoo/functions.sh
livecd_parse_opt() {
case "$1" in
|