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