Skip to content

Commit 6e8a178

Browse files
cli/install: Use lowercase DPS UUID
Fixes weird issue where BLS boot hangs if root UUID is in all caps Signed-off-by: Johan-Liebert1 <[email protected]>
1 parent f7cbbd3 commit 6e8a178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/install/baseline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub(crate) const PREPBOOT_GUID: &str = "9E1A2D38-C612-4316-AA26-8B49521E5A8B";
4242
pub(crate) const PREPBOOT_LABEL: &str = "PowerPC-PReP-boot";
4343
#[cfg(feature = "install-to-disk")]
4444
pub(crate) const ESP_GUID: &str = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B";
45-
pub(crate) const DPS_UUID: &str = "6523F8AE-3EB1-4E2A-A05A-18B695AE656F";
45+
pub(crate) const DPS_UUID: &str = "6523f8ae-3eb1-4e2a-a05a-18b695ae656f";
4646

4747
#[derive(clap::ValueEnum, Default, Debug, Copy, Clone, PartialEq, Eq, Serialize, Deserialize)]
4848
#[serde(rename_all = "kebab-case")]

0 commit comments

Comments
 (0)