Catonano <caton...@gmail.com> skribis: > Given this excerpt from the sample desktop installation conf > > (mapped-devices > (list (mapped-device > (source (uuid "12345678-1234-1234-1234-123456789abc")) > (target "the-root-device") > (type luks-device-mapping)))) > > I wonder: what' s the type for a non Luks encrypted root partition ?
If the root partition is not encrypted (and not RAID or anything like that), you don’t need to declare a “mapped device” for it. All you need is to declare a file system in the ‘file-systems’ field. HTH! Ludo’.