mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2024-10-01 01:35:53 -04:00
yesss
This commit is contained in:
parent
52ee35ffa7
commit
3add3400a6
@ -241,4 +241,28 @@ dropbear_ecdsa_key=/etc/dropbear/ssh_host_ecdsa_key
|
||||
# User zbmuser is the authorized unlocker here
|
||||
dropbear_acl=/home/zbmuser/.ssh/authorized_keys
|
||||
EOF
|
||||
```
|
||||
|
||||
### Configure EFI boot entries
|
||||
|
||||
```bash
|
||||
apt install efibootmgr -y
|
||||
|
||||
efibootmgr -c -d /dev/nvme0n1 -p 1 \
|
||||
-L "ZFSBootMenu (Backup)" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ-BACKUP.EFI
|
||||
|
||||
efibootmgr -c -d "/dev/nvme0n1" -p 1 \
|
||||
-L "ZFSBootMenu" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ.EFI
|
||||
|
||||
### Skip this section if you are not doing mirroring
|
||||
efibootmgr -c -d /dev/nvme0n2 -p 1 \
|
||||
-L "ZFSBootMenu (Backup)" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ-BACKUP.EFI
|
||||
|
||||
efibootmgr -c -d "/dev/nvme0n2" -p 1 \
|
||||
-L "ZFSBootMenu" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ.EFI
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user