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
 | 
					archive.sh
 | 
				
			||||||
system.conf
 | 
					system.conf
 | 
				
			||||||
 | 
					*kate-swp
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										38
									
								
								partition.sh
									
									
									
									
									
								
							
							
						
						
									
										38
									
								
								partition.sh
									
									
									
									
									
								
							@@ -434,23 +434,27 @@ if [[ "${ID}" == 'elementary' ]]; then
 | 
				
			|||||||
		/mnt
 | 
							/mnt
 | 
				
			||||||
elif [[ "${ID}" == 'debian' ]]; then
 | 
					elif [[ "${ID}" == 'debian' ]]; then
 | 
				
			||||||
	mmdebstrap \
 | 
						mmdebstrap \
 | 
				
			||||||
		--include=console-setup,\
 | 
							--skip=check/empty \
 | 
				
			||||||
		cryptsetup,\
 | 
							--components=main,non-free-firmware,contrib \
 | 
				
			||||||
		curl,\
 | 
							--mode=root \
 | 
				
			||||||
		dpkg-dev,\
 | 
							--format=directory \
 | 
				
			||||||
		efibootmgr,\
 | 
							--include=console-setup \
 | 
				
			||||||
		ethtool,\
 | 
							--include=cryptsetup \
 | 
				
			||||||
		firmware-{ast,atheros,bnx{2,2x},brcm80211,ipw2x00,iwlwifi,libertas,linux,realtek,zd1211},\
 | 
							--include=curl \
 | 
				
			||||||
		flatpak,\
 | 
							--include=dpkg-dev \
 | 
				
			||||||
		keyboard-configuration,\
 | 
							--include=efibootmgr \
 | 
				
			||||||
		linux-{headers,image}-amd64,\
 | 
							--include=ethtool \
 | 
				
			||||||
		locales,\
 | 
							--include=firmware-{ast,atheros,bnx{2,2x},brcm80211,iwlwifi,libertas,linux,realtek,zd1211} \
 | 
				
			||||||
		nano,\
 | 
							--include=flatpak \
 | 
				
			||||||
		network-manager,\
 | 
							--include=keyboard-configuration \
 | 
				
			||||||
		openssh-{client,server},\
 | 
							--include=linux-{headers,image}-amd64 \
 | 
				
			||||||
		popularity-contest,\
 | 
							--include=locales \
 | 
				
			||||||
		printer-driver-all,\
 | 
							--include=nano \
 | 
				
			||||||
		tasksel \
 | 
							--include=network-manager \
 | 
				
			||||||
 | 
							--include=openssh-{client,server} \
 | 
				
			||||||
 | 
							--include=popularity-contest \
 | 
				
			||||||
 | 
							--include=printer-driver-all \
 | 
				
			||||||
 | 
							--include=tasksel \
 | 
				
			||||||
		"${VERSION_CODENAME}" \
 | 
							"${VERSION_CODENAME}" \
 | 
				
			||||||
		/mnt
 | 
							/mnt
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user