Add 7.13 - Create backup

This commit is contained in:
Aditya 2023-01-10 11:43:46 +05:30
parent 219c144f8c
commit 6dbbca5582

View file

@ -0,0 +1,16 @@
#!/bin/bash
rm -rf /usr/share/{info,man,doc}/*
find /usr/{lib,libexec} -name \*.la -delete
rm -rf /tools
exit
umount $LFS/dev/pts
umount $LFS/{sys,proc,run,dev}
cd $LFS
tar -cJpf $HOME/lfs-temp-tools-11.2.tar.xz .