Compare commits
	
		
			2 Commits
		
	
	
		
			61c220afd7
			...
			a0a05b60d1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a0a05b60d1 | |||
| 5f98a971ec | 
@@ -452,7 +452,13 @@ zpool import zpool -d /dev/disk/by-partuuid -R /mnt -f -N
 | 
				
			|||||||
zfs load-key -L prompt zpool
 | 
					zfs load-key -L prompt zpool
 | 
				
			||||||
zfs mount zpool/root/archlinux
 | 
					zfs mount zpool/root/archlinux
 | 
				
			||||||
zfs mount -a
 | 
					zfs mount -a
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# UEFI system ...
 | 
				
			||||||
mount /dev/sda1 /mnt/efi
 | 
					mount /dev/sda1 /mnt/efi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# ... or legacy BIOS system
 | 
				
			||||||
 | 
					mount /dev/sda1 /mnt/boot/syslinux
 | 
				
			||||||
 | 
					
 | 
				
			||||||
arch-chroot /mnt /bin/bash
 | 
					arch-chroot /mnt /bin/bash
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user