From b8b8c669d2c4e6e04d12b82d2b16359bd10ed6f2 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Feb 2001 00:59:02 +0000 Subject: Added line break git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chroot.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter06/chroot.sgml b/chapter06/chroot.sgml index 189351268..067aac9a2 100644 --- a/chapter06/chroot.sgml +++ b/chapter06/chroot.sgml @@ -16,8 +16,9 @@ actually /mnt/lfs but the shell doesn't know that).
cd $LFS && - chroot $LFS /usr/bin/env -i HOME=/root \ - TERM=$TERM /bin/bash --login + chroot $LFS /usr/bin/env -i HOME=/root + \ +    TERM=$TERM /bin/bash --login
-- cgit v1.2.3-54-g00ecf