Replace unicode chars with back-tick.
This commit is contained in:
parent
b746a3cb76
commit
8c8e536c65
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
(bootloader (bootloader-configuration
|
(bootloader (bootloader-configuration
|
||||||
(bootloader grub-bootloader)
|
(bootloader grub-bootloader)
|
||||||
(targets '("/dev/vda"))))
|
(targets '("/dev/vda"))))
|
||||||
;; It's fitting to support the equally bare bones ‘-nographic’
|
;; It's fitting to support the equally bare bones `-nographic`
|
||||||
;; QEMU option, which also nicely sidesteps forcing QWERTY.
|
;; QEMU option, which also nicely sidesteps forcing QWERTY.
|
||||||
(kernel-arguments (list "console=ttyS0,115200"))
|
(kernel-arguments (list "console=ttyS0,115200"))
|
||||||
(file-systems (cons (file-system
|
(file-systems (cons (file-system
|
||||||
|
|
Loading…
Reference in a new issue