Skip to content

Commit d16eaf0

Browse files
committed
chapter 7-8 stuff and some mount/umount/chroot scripts
1 parent 2864698 commit d16eaf0

File tree

5 files changed

+1198
-37
lines changed

5 files changed

+1198
-37
lines changed

LFS-chroot-notools.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
LFS=/mnt/lfs
44

5-
sudo chroot "$LFS" /usr/bin/env -i HOME=/root TERM="$TERM" PS1='\u:\w\$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login +h
5+
sudo chroot "$LFS" /usr/bin/env -i \
6+
HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
7+
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
8+
/bin/bash --login
69

0 commit comments

Comments
 (0)