[Maas-devel] curtin custom partitions
Kyle O'Donnell
kyleo at 0b10.mx
Fri Aug 8 00:34:26 UTC 2014
I *think* I found it:
/usr/lib/curtin/helpers/common
specifically the pt_mbr function:
local start="2048" pt1size="" maxsize="4294967296"
Which corresponds to the partition it creates:
/dev/sda1 * 2048 4294967295 2147482624 83 Linux
----- Original Message -----
From: "Kyle O'Donnell" <kyleo at 0b10.mx>
To: "Newell Jensen" <newell.jensen at canonical.com>
Cc: "maas-devel" <maas-devel at lists.launchpad.net>
Sent: Thursday, August 7, 2014 7:22:02 PM
Subject: Re: [Maas-devel] curtin custom partitions
How does it determine its going to create a single 2TB root filesystem?
What code can i change to do this?
On Aug 7, 2014 7:17 PM, Newell Jensen <newell.jensen at canonical.com> wrote:
Kyle,
Currently there is no support for creating a custom partition table using the fastpath installer. This would be a nice feature.
Newell
On Thu, Aug 7, 2014 at 1:35 PM, Kyle O'Donnell < kyleo at 0b10.mx > wrote:
Hi,
I am trying to figure out how to create a custom partition table using the fastpath installer. Has anyone done this before?
I have ~2.7TB of usable drive space, the default install creates one 2TB partition of root and nothing else. I'd like to be able to configure lvm, but I would settle for being able to set the root partition size.
Thanks,
Kyle
--
Mailing list: https://launchpad.net/~maas-devel
Post to : maas-devel at lists.launchpad.net
Unsubscribe : https://launchpad.net/~maas-devel
More help : https://help.launchpad.net/ListHelp
--
Mailing list: https://launchpad.net/~maas-devel
Post to : maas-devel at lists.launchpad.net
Unsubscribe : https://launchpad.net/~maas-devel
More help : https://help.launchpad.net/ListHelp
More information about the Maas-devel
mailing list