| 
															
																@@ -83,7 +83,7 @@ $disk1        /                     ext4 rw       0 0 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 EOL 
															 | 
															
															 | 
															
																 EOL 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 # Configure sources.list 
															 | 
															
															 | 
															
																 # Configure sources.list 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-cat >/etc/apt/sources.list <<EOL 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+cat >$mnt/etc/apt/sources.list <<EOL 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 deb http://ftp2.de.debian.org/debian bullseye main contrib non-free 
															 | 
															
															 | 
															
																 deb http://ftp2.de.debian.org/debian bullseye main contrib non-free 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 #deb-src http://ftp2.de.debian.org/debian bullseye main contrib non-free 
															 | 
															
															 | 
															
																 #deb-src http://ftp2.de.debian.org/debian bullseye main contrib non-free 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free 
															 | 
															
															 | 
															
																 deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -93,8 +93,8 @@ deb http://ftp2.de.debian.org/debian bullseye-updates main contrib non-free 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 EOL 
															 | 
															
															 | 
															
																 EOL 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 # Configure hostname 
															 | 
															
															 | 
															
																 # Configure hostname 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-echo "127.0.0.1       $hostname" >> /etc/hosts 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-echo $hostname > /etc/hostname 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+echo "127.0.0.1       $hostname" >> $mnt/etc/hosts 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+echo "$hostname"                  > $mnt/etc/hostname 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 #---------- 
															 | 
															
															 | 
															
																 #---------- 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 # Prepare chroot 
															 | 
															
															 | 
															
																 # Prepare chroot 
															 |