mvallim / cloud-image-ubuntu-from-scratch

This procedure shows how to create a cloud image Ubuntu from scratch to run on Cloud environments (EC2, GCE, Azure, QEMU and VirtualBox).
https://mvallim.github.io/cloud-image-ubuntu-from-scratch/
GNU General Public License v3.0
82 stars 16 forks source link

Using LVM partitions #4

Open Fastidious opened 3 months ago

Fastidious commented 3 months ago

Can we, on step 3, assign a partition type 8e (LVM) for partition 2? Will that cause issues, or break the process that follows? TIA!

hrokafullur commented 3 months ago

I figure that is more convoluted than that, because we need to then create a physical volume, volume group, logical volume, etc. Hmm... Would truly love to hear your thoughts on this, @mvallim.