diff --git a/bin/otopostpre.sh b/bin/otopostpre.sh new file mode 100755 index 000000000..4124b09d0 --- /dev/null +++ b/bin/otopostpre.sh @@ -0,0 +1,4 @@ +for i in /tmp/*.POST; do bash $i; done +rm /tmp/*.POST +rm /tmp/*.PRE +mps -Ggit diff --git a/chroot-yapici.sh b/chroot-yapici.sh new file mode 100755 index 000000000..da016029c --- /dev/null +++ b/chroot-yapici.sh @@ -0,0 +1,12 @@ +klon_yol="/sources/milis.git" +cd $klon_yol +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 diff --git a/lfs-mekanizma b/lfs-mekanizma index 90f99496a..0836a4bc0 100755 --- a/lfs-mekanizma +++ b/lfs-mekanizma @@ -121,6 +121,7 @@ ikinci_ayarlar(){ cp -a $AYARLAR $LFS/root/ cp -a $ANADIZIN/lfs-mekanizma $LFS/root/ cp -a $ANADIZIN/rootfs/* $LFS/ + cp /etc/resolv.conf $LFS/etc/ gerekli_dizinler lokalizasyon fstab_olustur diff --git a/mps-bootstrap b/mps-bootstrap index a89ccb75e..75f767639 100755 --- a/mps-bootstrap +++ b/mps-bootstrap @@ -4,7 +4,7 @@ versiyon="0.4" iletisim="milisarge@gmail.com" paketdepo="/tmp/paketler/" -sunucu="192.168.1.23:8000/" +sunucu="192.168.1.111:8000/" #sunucu="http://milis.gungre.ch/packages/" git_sunucu="https://github.com/milisarge/malfs-milis" ikaynak=""