summaryrefslogtreecommitdiff
path: root/gnu/installer/utils.scm
AgeCommit message (Expand)AuthorFilesLines
2024-11-11installer: Add dry-run?Janneke Nieuwenhuizen1-0/+4
2024-11-11installer: Use `%' for parameter %run-command-in-installer.Janneke Nieuwenhuizen1-3/+3
2024-11-11installer: Fix file-name typos.Janneke Nieuwenhuizen1-3/+4
2022-12-09installer: Print progress bars and such as soon as \r is read.Ludovic Courtès1-12/+14
2022-10-20installer: Run the "guix system init" command in a PTY.Mathieu Othacehe1-9/+41
2022-09-22installer: Move <secret> to utils and use it for crypt passwords.Josselin Poiret1-1/+18
2022-02-02installer: Add installer-specific run command process.Josselin Poiret1-0/+10
2022-02-02installer: Capture external commands output.Josselin Poiret1-20/+78
2022-02-02installer: Un-export syslog syntax.Josselin Poiret1-1/+0
2022-02-02installer: Use new installer-log-line everywhere.Josselin Poiret1-6/+7
2022-02-02installer: Generalize logging facility.Josselin Poiret1-0/+45
2022-01-14installer: Do not set the locale in run-command.Mathieu Othacehe1-15/+3
2020-12-11install: Discover local substitute servers.Mathieu Othacehe1-1/+10
2020-11-17installer: Fix device synchronization.Mathieu Othacehe1-0/+14
2020-06-09Revert "installer: utils: Dump command output to syslog when testing."Mathieu Othacehe1-120/+44
2020-06-09installer: utils: Dump command output to syslog when testing.Mathieu Othacehe1-44/+120
2020-04-10gnu: installer: Fix issue with "Esperanto" locale.Mathieu Othacehe1-2/+3
2020-03-05installer: Run commands without hopping through the shell.Ludovic Courtès1-34/+34
2020-03-05installer: Implement a dialog on /var/guix/installer-socket.Ludovic Courtès1-2/+86
2020-02-22installer: Log important bits to syslog.Ludovic Courtès1-0/+4
2020-02-22installer: Add 'syslog' macro to write to syslog.Ludovic Courtès1-2/+41
2019-04-26installer: Take 'guix system init' exit code into account.Ludovic Courtès1-4/+22
2019-04-23installer: Run 'guix system init' with the right locale.Ludovic Courtès1-1/+13
2019-01-17installer: Add new utils.Mathieu Othacehe1-1/+27
2019-01-17gnu: Add graphical installer support.Mathieu Othacehe1-0/+37