Last active
June 16, 2021 04:55
-
-
Save jake-87/71122369e8f02411e3cfd3c34c64a5ee to your computer and use it in GitHub Desktop.
LFS mint prep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install build-essential texinfo | |
sudo dpkg-reconfigure dash | |
sudo mkdir /mnt/lfs | |
echo "What partition should be mounted for LFS?" | |
read -p "Path : " mntpath | |
sudo mount $mntpath /mnt/lfs | |
export LFS=/mnt/lfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My prep script for doing LFS on linux mint live iso: sets up everything for you, and gives a prompt to mount the right drive in /mnt/lfs.