%general-entities; ]> Creating Directories install -d ${LFS}/{bin,boot,dev,etc/opt,home,lib{,32,64},mnt} install -d ${LFS}/{sbin,srv,usr/local,var,opt,proc,sys} install -d ${LFS}/root -m 0750 install -d ${LFS}/tmp ${LFS}/var/tmp -m 1777 install -d ${LFS}/media/{floppy,cdrom} install -d ${LFS}/usr/{bin,include,lib{,32,64},sbin,share,src} ln -s share/{man,doc,info} ${LFS}/usr install -d ${LFS}/usr/share/{doc,info,locale,man} install -d ${LFS}/usr/share/{misc,terminfo,zoneinfo} install -d ${LFS}/usr/share/man/man{1,2,3,4,5,6,7,8} install -d ${LFS}/usr/local/{bin,etc,include,lib{,32,64},sbin,share,src} ln -s share/{man,doc,info} ${LFS}/usr/local install -d ${LFS}/usr/local/share/{doc,info,locale,man} install -d ${LFS}/usr/local/share/{misc,terminfo,zoneinfo} install -d ${LFS}/usr/local/share/man/man{1,2,3,4,5,6,7,8} install -d ${LFS}/var/{lock,log,mail,run,spool} install -d ${LFS}/var/{opt,cache,lib{,32,64}/{misc,locate},local} install -d ${LFS}/opt/{bin,doc,include,info} install -d ${LFS}/opt/{lib{,32,64},man/man{1,2,3,4,5,6,7,8}} install -d ${LFS}/usr/lib/locale ln -s ../lib/locale ${LFS}/usr/lib32 ln -s ../lib/locale ${LFS}/usr/lib64 These entries are needed for the RaQ2 bootloader. Only use these if you are utilizing the Colo bootloader: cd /${LFS}/boot ln -sf . boot