.
This commit is contained in:
parent
4ebcbe3171
commit
691891cf08
2 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@ The variable ~%local-filesystem~ extracts the file system definitions from the i
|
|||
As a sibling to the former, the variable ~%local-swap~ does the same with the swap partition.
|
||||
|
||||
#+begin_src scheme :tangle config.scm
|
||||
#;(define %local-swap
|
||||
(define %local-swap
|
||||
(call-with-input-file "/etc/config.scm"
|
||||
(lambda (port)
|
||||
(read port)
|
||||
|
@ -283,7 +283,7 @@ This is the full operating system specification.
|
|||
'("/boot/efi"))
|
||||
(keyboard-layout keyboard-layout)))
|
||||
(file-systems %local-filesystem)
|
||||
#;(swap-devices %local-swap)
|
||||
(swap-devices %local-swap)
|
||||
(users
|
||||
(cons*
|
||||
(user-account
|
||||
|
|
|
@ -73,7 +73,7 @@ nil
|
|||
|
||||
|
||||
;; [[file:config.org::*File System][File System:2]]
|
||||
#;(define %local-swap
|
||||
(define %local-swap
|
||||
(call-with-input-file "/etc/config.scm"
|
||||
(lambda (port)
|
||||
(read port)
|
||||
|
@ -109,7 +109,7 @@ nil
|
|||
'("/boot/efi"))
|
||||
(keyboard-layout keyboard-layout)))
|
||||
(file-systems %local-filesystem)
|
||||
#;(swap-devices %local-swap)
|
||||
(swap-devices %local-swap)
|
||||
(users
|
||||
(cons*
|
||||
(user-account
|
||||
|
|
Loading…
Reference in a new issue