From: davidplunkett Date: Fri, 21 Jun 2019 21:59:31 +0000 (+0000) Subject: use uuid to mount root partition X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=09f9aab6ed6732533e418353bc9d698a425acf64;p=redfish.git use uuid to mount root partition Some servers assign different device labels in the installer and firstboot which causes the boot process to break. For example sometimes a virtual cd might be /dev/sda during intstall, but not be present after the reboot so now the root drive is /dev/sda. Mounting by uuid will allow the boot to work even if the device labels change between boots. Signed-off-by: davidplunkett Change-Id: I82025fc69285418bae48b7b32d31d3e1a0552cbb --- diff --git a/ubuntu.seed.template b/ubuntu.seed.template index 957645e..5849168 100644 --- a/ubuntu.seed.template +++ b/ubuntu.seed.template @@ -93,7 +93,7 @@ d-i partman-efi/non_efi_system boolean true # The default is to mount by UUID, but you can also choose "traditional" to # use traditional device names, or "label" to try filesystem labels before # falling back to UUIDs. -d-i partman/mount_style select traditional +d-i partman/mount_style select uuid ### Packages