chroot
This commit is contained in:
parent
eab83eb865
commit
5ea0cc1680
|
@ -1,4 +1,3 @@
|
||||||
for i in /tmp/*.POST; do bash $i; done
|
for i in /tmp/*.POST; do bash $i; done
|
||||||
rm /tmp/*.POST
|
rm /tmp/*.POST
|
||||||
rm /tmp/*.PRE
|
rm /tmp/*.PRE
|
||||||
mps -Ggit
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#malf-milis in klonladığınız dizine giriniz.
|
#malf-milis in klonladığınız dizine giriniz.
|
||||||
#mps-bootstrap da gerekli ikili paket sunucu ayarını yapınız.
|
#mps-bootstrap da gerekli ikili paket sunucu ayarını yapınız.
|
||||||
#./chroot-yapici çalıştırın.
|
#./chroot-yapici çalıştırın.
|
||||||
|
tarih=`date +%Y-%m-%d`
|
||||||
export LFS=/mnt/lfs
|
export LFS=/mnt/lfs
|
||||||
if [ -d /mnt/lfs ];then
|
if [ -d /mnt/lfs ];then
|
||||||
rm -r /mnt/lfs
|
rm -r /mnt/lfs
|
||||||
|
@ -10,4 +11,4 @@ fi
|
||||||
./mps-bootstrap -psk talimatname/temel/derleme.sira /mnt/lfs/
|
./mps-bootstrap -psk talimatname/temel/derleme.sira /mnt/lfs/
|
||||||
./mps-bootstrap -ik git -kok /mnt/lfs
|
./mps-bootstrap -ik git -kok /mnt/lfs
|
||||||
chroot "/mnt/lfs" sh -c "/root/bin/otopostpre.sh"
|
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
|
||||||
|
|
Loading…
Reference in New Issue