xinglp wrote:
> In SVN-20110904 and before
>
> /etc/rc.d/init.d/console is like:
>
> # Native English speakers probably don't have /etc/sysconfig/console at all
> if [ -r /etc/sysconfig/console ]; then
> . /etc/sysconfig/console
> else
> exit 0
> fi
>
> And now, it is :
>
> # Se
In SVN-20110904 and before
/etc/rc.d/init.d/console is like:
# Native English speakers probably don't have /etc/sysconfig/console at all
if [ -r /etc/sysconfig/console ]; then
. /etc/sysconfig/console
else
exit 0
fi
And now, it is :
# See if we need to do anything
if [ -z "${KEY
xinglp wrote:
> diff -Naurz lfs-bootscripts-20111007.orig/Makefile
> lfs-bootscripts-20111007/Makefile
> --- lfs-bootscripts-20111007.orig/Makefile
> +++ lfs-bootscripts-20111007/Makefile
> @@ -21,7 +21,7 @@
> install -d -m ${DIRMODE} ${EXTDIR}/rc.d/rcS.d
> install -d -m ${DIRMODE} ${EXTD
diff -Naurz lfs-bootscripts-20111007.orig/Makefile
lfs-bootscripts-20111007/Makefile
--- lfs-bootscripts-20111007.orig/Makefile
+++ lfs-bootscripts-20111007/Makefile
@@ -21,7 +21,7 @@
install -d -m ${DIRMODE} ${EXTDIR}/rc.d/rcS.d
install -d -m ${DIRMODE} ${EXTDIR}/rc.d/init.d
install
Right. I'll fix that today.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page