From 895c3161e0bd9e1089f59f746a9a5efd9c688ad5 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 26 Aug 2001 00:12:04 +0000 Subject: noted that we use exec /bin/bash --login instead of exit+re-enter chroot after glibc install git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1048 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter01/changelog.xml') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 46217126f..5bb39397d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -95,6 +95,10 @@ to groff-1.17.1 sh-utils so that net-tools can replace sh-utils's /bin/hostname. +Chapter 6: After installing Glibc, run exec /bin/bash +--login instead of exiting and re-entering the chroot'ed +environment. + Chapter 7: Changed $* into "$@" in the functions and rc scripts. "$@" allows usage of quoted arguments with blanks. -- cgit v1.2.3-54-g00ecf