milis/chroot-yapici.sh

14 lines
445 B
Bash
Raw Normal View History

2016-04-20 23:49:22 +02:00
#malf-milis in klonladığınız dizine giriniz.
#mps-bootstrap da gerekli ikili paket sunucu ayarını yapınız.
#./chroot-yapici çalıştırın.
2016-04-20 23:15:07 +02:00
export LFS=/mnt/lfs
if [ -d /mnt/lfs ];then
rm -r /mnt/lfs
fi
./lfs-mekanizma -ia
./mps-bootstrap -G
./mps-bootstrap -psk talimatname/temel/derleme.sira /mnt/lfs/
./mps-bootstrap -ik git -kok /mnt/lfs
chroot "/mnt/lfs" sh -c "otopostpre.sh"
mksquashfs /mnt/lfs /mnt/milis_bootstrap.sfs -comp xz