Skip to content

Commit d7ada29

Browse files
committed
initial commit of LFS scripts
0 parents  commit d7ada29

File tree

9 files changed

+1503
-0
lines changed

9 files changed

+1503
-0
lines changed

LFS-chroot-notools

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
LFS=/mnt/lfs
4+
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
6+

0 commit comments

Comments
 (0)