This commit is contained in:
root 2016-04-21 09:03:26 +03:00
parent eab83eb865
commit 5ea0cc1680
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,3 @@
for i in /tmp/*.POST; do bash $i; done
rm /tmp/*.POST
rm /tmp/*.PRE
mps -Ggit

View File

@ -1,6 +1,7 @@
#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.
tarih=`date +%Y-%m-%d`
export LFS=/mnt/lfs
if [ -d /mnt/lfs ];then
rm -r /mnt/lfs
@ -10,4 +11,4 @@ fi
./mps-bootstrap -psk talimatname/temel/derleme.sira /mnt/lfs/
./mps-bootstrap -ik git -kok /mnt/lfs
chroot "/mnt/lfs" sh -c "/root/bin/otopostpre.sh"
mksquashfs /mnt/lfs /mnt/milis_bootstrap.sfs -comp xz
mksquashfs /mnt/lfs /mnt/milis-bootstrap$tarih.sfs -comp xz