Merge branch 'main' of github.com:iglunix/iglunix
This commit is contained in:
		
						commit
						030af0be13
					
				
					 1 changed files with 10 additions and 3 deletions
				
			
		
							
								
								
									
										13
									
								
								createimg.sh
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								createimg.sh
									
										
									
									
									
								
							|  | @ -16,7 +16,7 @@ echo "PARTITION_START=${PARTITION_START}" | ||||||
| 
 | 
 | ||||||
| #create room for a  partition | #create room for a  partition | ||||||
| ls -al iglunix.img  -h | ls -al iglunix.img  -h | ||||||
| dd if=/dev/zero bs=1 count=0 seek=1G of=iglunix.img | dd if=/dev/zero bs=1 count=0 seek=2G of=iglunix.img | ||||||
| ls -al iglunix.img  -h | ls -al iglunix.img  -h | ||||||
| 
 | 
 | ||||||
| echo "n | echo "n | ||||||
|  | @ -44,14 +44,21 @@ rm -rf ${ROOT} | ||||||
| mkdir -p ${ROOT} | mkdir -p ${ROOT} | ||||||
| mount ${LOOPBACK} ${ROOT} | mount ${LOOPBACK} ${ROOT} | ||||||
| 
 | 
 | ||||||
| packages=(musl mksh bmake gmake libressl cmake curl rsync flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune iglunix rust toybox busybox less file pci-ids e2fsprogs util-linux linux-pam kbd) | packages=(musl mksh bmake gmake llvm libressl cmake curl rsync flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune iglunix rust toybox busybox less file pci-ids e2fsprogs util-linux linux-pam kbd) | ||||||
| cp_packages ${ROOT} | cp_packages ${ROOT} | ||||||
| 
 | 
 | ||||||
| echo "Copying misc files & creating misc dirs for live-usb" | echo "Copying misc files & creating misc dirs for live-usb" | ||||||
|  | mkdir ${ROOT}/proc/ | ||||||
|  | mkdir ${ROOT}/dev/ | ||||||
|  | mkdir ${ROOT}/tmp/ | ||||||
|  | mkdir ${ROOT}/sys/ | ||||||
|  | 
 | ||||||
| mkdir ${ROOT}/etc/ | mkdir ${ROOT}/etc/ | ||||||
| mkdir ${ROOT}/root/ | mkdir ${ROOT}/root/ | ||||||
| cp ./pkgs/tiny-linux-bootloader/fstab ${ROOT}/etc/fstab | cp ./pkgs/tiny-linux-bootloader/fstab ${ROOT}/etc/fstab | ||||||
| cp /etc/hostname ${ROOT}/hostname | cp /etc/hostname ${ROOT}/etc/hostname | ||||||
|  | cp /etc/passwd  ${ROOT}/etc/passwd | ||||||
|  | touch ${ROOT}/etc/shadow | ||||||
| 
 | 
 | ||||||
| echo "Using the host keymap" | echo "Using the host keymap" | ||||||
| cp /etc/vconsole.conf ${ROOT}/etc/vconsole.conf  | cp /etc/vconsole.conf ${ROOT}/etc/vconsole.conf  | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue