installer: Align comments.

* gnu/installer.scm (installer-program): Align comments.

Change-Id: I50c173c46ea9bfdb3da0562146bc969d46f0edd9
This commit is contained in:
Janneke Nieuwenhuizen 2024-10-20 13:51:44 +02:00 committed by Jan (janneke) Nieuwenhuizen
parent f7aa7acc22
commit a08bb21376
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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 ()