Skip to content

Instantly share code, notes, and snippets.

@jake-87
Last active June 16, 2021 04:55
Show Gist options
  • Save jake-87/71122369e8f02411e3cfd3c34c64a5ee to your computer and use it in GitHub Desktop.
Save jake-87/71122369e8f02411e3cfd3c34c64a5ee to your computer and use it in GitHub Desktop.
LFS mint prep
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
@jake-87
Copy link
Author

jake-87 commented Jun 16, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment