Advertisement
sxiii

How to build Automated Linux From Scratch (ALFS) project

Sep 19th, 2017
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. # How to install ALFS
  2.  
  3. ## Install requirements (example for ubuntu)
  4. sudo apt install libxml2-utils xsltproc docbook-xml subversion
  5.  
  6.  
  7. ## Download file: http://www.linuxfromscratch.org/alfs/downloads/jhalfs/stable/
  8. tar -xvzf jhalfs*xz
  9. cd jhalfs*
  10. sudo ./install-blfs-tools.s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement