15 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#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
 | 
						||
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 "/root/bin/otopostpre.sh"
 | 
						||
chroot "/mnt/lfs" sh -c "/root/bin/mps -trot"
 | 
						||
mksquashfs /mnt/lfs /mnt/milis-bootstrap-$tarih.sfs -comp xz
 |