curiouser / Root on ZFS using ZFS Boot Manager
0 gustos
0 bifurcaciones
2 archivos
Última actividad 2 months ago
Migrate Pop! install to ZFS
| 1 | #! /usr/bin/env bash |
| 2 | # adapted from https://docs.zfsbootmenu.org/en/v2.3.x/guides/ubuntu/uefi.html |
| 3 | # script is not meant to be run non-interactively. read and understand before executing |
| 4 | |
| 5 | sudo -i |
| 6 | |
| 7 | source /etc/os-release |
| 8 | export ID |
| 9 | |
| 10 | export POOL_DEVICE="/dev/nvme1n1p3" |
Siguiente
Anterior