guix/gnu/installer/newt
Ludovic Courtès 8a4b11c6a9
installer: Run commands without hopping through the shell.
* gnu/installer/utils.scm (run-shell-command): Rename to...
(run-command): Remove call to 'call-with-temporary-output-file' and hop
through Bash.  Expect COMMAND to be a list of strings rather than a
string.
* gnu/installer/final.scm (install-system): Turn INSTALL-COMMAND into a
list of strings and pass it to 'run-command'.
* gnu/installer/newt/page.scm (edit-file): Likewise.
2020-03-05 23:40:23 +01:00
..
ethernet.scm
final.scm
hostname.scm
keymap.scm
locale.scm
menu.scm
network.scm installer: Bypass connectivity check when /tmp/installer-assume-online exists. 2020-03-05 23:40:22 +01:00
page.scm installer: Run commands without hopping through the shell. 2020-03-05 23:40:23 +01:00
partition.scm
services.scm
timezone.scm
user.scm
utils.scm
welcome.scm
wifi.scm