JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
64 stars 9 forks source link

[BUG] The full install disk is not being utilized #113

Closed jmgilman closed 6 months ago

jmgilman commented 6 months ago

Describe the bug

After building and installing an image with the ISO, the resulting storage looked like the following:

❯ lsblk
NAME           MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sda              8:0    0  250G  0 disk 
├─sda1           8:1    0    1M  0 part 
├─sda2           8:2    0    1G  0 part /boot
└─sda3           8:3    0  249G  0 part 
  └─devos-root 253:0    0   15G  0 lvm  /nix
                                        /usr/bin/swtpm
                                        /var
                                        /sysroot/ostree/deploy/default/var
                                        /usr
                                        /etc
                                        /
                                        /sysroot

To Reproduce Steps to reproduce the behavior:

  1. Create an ISO
  2. Install it with automatic partitioning selected
  3. After install, check storage

Expected behavior I expected the entire disk to be used.

Additional context

Am I perhaps misunderstanding something? Do I need to plan on resizing the disk after installation, or should I not be attempting to use automatic partitioning?

JasonN3 commented 6 months ago

This is the default for the Server installer. See:

Using a different variant may give different results since it looks like the 15GB default is only for Server

jmgilman commented 6 months ago

Ah, I see. In my case, I need to set it to sliverblue. Thanks!