View Single Post
  #3   (View Single Post)  
Old 5th December 2018
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

I'm going to order another 8GB USB flash drive for the install. My understanding of disklabel(8) is 8GB's is needed for all the usual partitions.

In Arch linux, swap space is assigned by mkswap. Will disklabel automatically "mkswap" or just allocate the space? Is there an OpenBSD mkswap equivalent?

My prior gpt installs used OpenBSD UEFI howto. I would like to keep the GPT partition as 1GB in case I ever want to restore Win10s. Using
Code:
fdisk -i -b 1024 sdmmc0
should accomplish that?
Then copy over efi/boot/BOOTX64.EFI from the usb drive to sdmmc0?
Reply With Quote