milis/chroot-yapici.sh

16 lines
531 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-21 08:03:26 +02:00
tarih=`date +%Y-%m-%d`
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
2016-04-21 07:54:52 +02:00
chroot "/mnt/lfs" sh -c "/root/bin/otopostpre.sh"
2016-04-21 14:03:48 +02:00
chroot "/mnt/lfs" sh -c "/root/bin/mps -trot"
2016-04-21 18:21:18 +02:00
mksquashfs /mnt/lfs /mnt/milis-bootstrap-$tarih.sfs -comp xz