mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
installer: Align comments.
* gnu/installer.scm (installer-program): Align comments. Change-Id: I50c173c46ea9bfdb3da0562146bc969d46f0edd9
This commit is contained in:
parent
f7aa7acc22
commit
a08bb21376
1 changed files with 12 additions and 12 deletions
|
@ -355,22 +355,22 @@ purposes."
|
||||||
(define set-installer-path
|
(define set-installer-path
|
||||||
;; Add the specified binary to PATH for later use by the installer.
|
;; Add the specified binary to PATH for later use by the installer.
|
||||||
#~(let* ((inputs
|
#~(let* ((inputs
|
||||||
'#$(list bash ;start subshells
|
'#$(list bash ;start subshells
|
||||||
connman ;call connmanctl
|
connman ;call connmanctl
|
||||||
cryptsetup
|
cryptsetup
|
||||||
dosfstools ;mkfs.fat
|
dosfstools ;mkfs.fat
|
||||||
e2fsprogs ;mkfs.ext4
|
e2fsprogs ;mkfs.ext4
|
||||||
lvm2-static ;dmsetup
|
lvm2-static ;dmsetup
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
jfsutils ;jfs_mkfs
|
jfsutils ;jfs_mkfs
|
||||||
ntfs-3g ;mkfs.ntfs
|
ntfs-3g ;mkfs.ntfs
|
||||||
xfsprogs ;mkfs.xfs
|
xfsprogs ;mkfs.xfs
|
||||||
kbd ;chvt
|
kbd ;chvt
|
||||||
util-linux ;mkwap
|
util-linux ;mkwap
|
||||||
nano
|
nano
|
||||||
shadow
|
shadow
|
||||||
tar ;dump
|
tar ;dump
|
||||||
gzip ;dump
|
gzip ;dump
|
||||||
coreutils)))
|
coreutils)))
|
||||||
(with-output-to-port (%make-void-port "w")
|
(with-output-to-port (%make-void-port "w")
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue