chroot-yapici.sh 531 B

12345678910111213141516
  1. #malf-milis in klonladığınız dizine giriniz.
  2. #mps-bootstrap da gerekli ikili paket sunucu ayarını yapınız.
  3. #./chroot-yapici çalıştırın.
  4. tarih=`date +%Y-%m-%d`
  5. export LFS=/mnt/lfs
  6. if [ -d /mnt/lfs ];then
  7. rm -r /mnt/lfs
  8. fi
  9. ./lfs-mekanizma -ia
  10. ./mps-bootstrap -G
  11. ./mps-bootstrap -psk talimatname/temel/derleme.sira /mnt/lfs/
  12. ./mps-bootstrap -ik git -kok /mnt/lfs
  13. chroot "/mnt/lfs" sh -c "/root/bin/otopostpre.sh"
  14. chroot "/mnt/lfs" sh -c "/root/bin/mps -trot"
  15. mksquashfs /mnt/lfs /mnt/milis-bootstrap-$tarih.sfs -comp xz