Compare commits
	
		
			8 Commits
		
	
	
		
			cda85111e7
			...
			2ddb6bdfb8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						2ddb6bdfb8
	
				 | 
					
					
						|||
| 
						
						
							
						
						fca5e6c6fc
	
				 | 
					
					
						|||
| 
						
						
							
						
						7135728394
	
				 | 
					
					
						|||
| 
						
						
							
						
						f0bfcbad56
	
				 | 
					
					
						|||
| 
						
						
							
						
						2fdc93d9a1
	
				 | 
					
					
						|||
| 
						
						
							
						
						fc18016a9e
	
				 | 
					
					
						|||
| 
						
						
							
						
						aafbd7ef8f
	
				 | 
					
					
						|||
| 
						
						
							
						
						fcf09e2ffc
	
				 | 
					
					
						
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,2 +1,3 @@
 | 
			
		||||
archive.sh
 | 
			
		||||
system.conf
 | 
			
		||||
*kate-swp
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										38
									
								
								partition.sh
									
									
									
									
									
								
							
							
						
						
									
										38
									
								
								partition.sh
									
									
									
									
									
								
							@@ -434,23 +434,27 @@ if [[ "${ID}" == 'elementary' ]]; then
 | 
			
		||||
		/mnt
 | 
			
		||||
elif [[ "${ID}" == 'debian' ]]; then
 | 
			
		||||
	mmdebstrap \
 | 
			
		||||
		--include=console-setup,\
 | 
			
		||||
		cryptsetup,\
 | 
			
		||||
		curl,\
 | 
			
		||||
		dpkg-dev,\
 | 
			
		||||
		efibootmgr,\
 | 
			
		||||
		ethtool,\
 | 
			
		||||
		firmware-{ast,atheros,bnx{2,2x},brcm80211,ipw2x00,iwlwifi,libertas,linux,realtek,zd1211},\
 | 
			
		||||
		flatpak,\
 | 
			
		||||
		keyboard-configuration,\
 | 
			
		||||
		linux-{headers,image}-amd64,\
 | 
			
		||||
		locales,\
 | 
			
		||||
		nano,\
 | 
			
		||||
		network-manager,\
 | 
			
		||||
		openssh-{client,server},\
 | 
			
		||||
		popularity-contest,\
 | 
			
		||||
		printer-driver-all,\
 | 
			
		||||
		tasksel \
 | 
			
		||||
		--skip=check/empty \
 | 
			
		||||
		--components=main,non-free-firmware,contrib \
 | 
			
		||||
		--mode=root \
 | 
			
		||||
		--format=directory \
 | 
			
		||||
		--include=console-setup \
 | 
			
		||||
		--include=cryptsetup \
 | 
			
		||||
		--include=curl \
 | 
			
		||||
		--include=dpkg-dev \
 | 
			
		||||
		--include=efibootmgr \
 | 
			
		||||
		--include=ethtool \
 | 
			
		||||
		--include=firmware-{ast,atheros,bnx{2,2x},brcm80211,iwlwifi,libertas,linux,realtek,zd1211} \
 | 
			
		||||
		--include=flatpak \
 | 
			
		||||
		--include=keyboard-configuration \
 | 
			
		||||
		--include=linux-{headers,image}-amd64 \
 | 
			
		||||
		--include=locales \
 | 
			
		||||
		--include=nano \
 | 
			
		||||
		--include=network-manager \
 | 
			
		||||
		--include=openssh-{client,server} \
 | 
			
		||||
		--include=popularity-contest \
 | 
			
		||||
		--include=printer-driver-all \
 | 
			
		||||
		--include=tasksel \
 | 
			
		||||
		"${VERSION_CODENAME}" \
 | 
			
		||||
		/mnt
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user