fix curiass system
This commit is contained in:
parent
e7abb561b6
commit
a3fa655a05
1 changed files with 5 additions and 2 deletions
|
@ -4,17 +4,20 @@
|
||||||
(operating-system
|
(operating-system
|
||||||
(inherit %virt-freya-operating-system)
|
(inherit %virt-freya-operating-system)
|
||||||
(host-name "curiass")
|
(host-name "curiass")
|
||||||
|
(swap-devices (list (swap-space
|
||||||
|
(target (uuid
|
||||||
|
"12b0941a-2a42-4495-b457-83e3680ca318")))))
|
||||||
(file-systems (cons* (file-system
|
(file-systems (cons* (file-system
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(device (uuid "be5f9a76-8295-4710-95b1-370ae3eb0d95"))
|
(device (uuid "be5f9a76-8295-4710-95b1-370ae3eb0d95"))
|
||||||
(type "btrfs"))
|
(type "btrfs"))
|
||||||
(file-system
|
(file-system
|
||||||
(mount-point "/boot")
|
(mount-point "/boot")
|
||||||
(device (uuid "ACB1-EE58"
|
(device (uuid "BA4B-48EA"
|
||||||
'fat32))
|
'fat32))
|
||||||
(type "vfat"))
|
(type "vfat"))
|
||||||
(operating-system-file-systems
|
(operating-system-file-systems
|
||||||
%virt-freya-operating-system)))
|
%virt-freya-operating-system)))
|
||||||
(bootloader (bootloader-configuration
|
(bootloader (bootloader-configuration
|
||||||
(bootloader grub-bootloader)
|
(bootloader grub-bootloader)
|
||||||
(target "/dev/sda"))))
|
(targets '("/dev/sda")))))
|
||||||
|
|
Loading…
Reference in a new issue