CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2023/04/26 17:12:31
Modified files: distrib/riscv64/ramdisk: install.md Log message: Treat crypto disk like the root disk, both are boot disks Chosing [W]hole on a GPT disk means it needs non-default `-b' fdisk(8) to boot and preserve any existing BIOS boot partition. With 'Encrypt the root disk?' answered postively, the crypto disk instead of the root disk becomes the boot disk. Extend the sanity check to both crypto and root disk, really asking "is this a boot disk?". This preserves existing boot partitions when using guided disk encryption.