We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d888cd1 commit 005ce77Copy full SHA for 005ce77
lib/src/install/baseline.rs
@@ -42,7 +42,7 @@ pub(crate) const PREPBOOT_GUID: &str = "9E1A2D38-C612-4316-AA26-8B49521E5A8B";
42
pub(crate) const PREPBOOT_LABEL: &str = "PowerPC-PReP-boot";
43
#[cfg(feature = "install-to-disk")]
44
pub(crate) const ESP_GUID: &str = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B";
45
-pub(crate) const DPS_UUID: &str = "6523F8AE-3EB1-4E2A-A05A-18B695AE656F";
+pub(crate) const DPS_UUID: &str = "6523f8ae-3eb1-4e2a-a05a-18b695ae656f";
46
47
#[derive(clap::ValueEnum, Default, Debug, Copy, Clone, PartialEq, Eq, Serialize, Deserialize)]
48
#[serde(rename_all = "kebab-case")]
0 commit comments