summaryrefslogtreecommitdiff
path: root/gnu/installer/final.scm
AgeCommit message (Expand)AuthorFilesLines
2026-01-12installer: Add Hurd x86_64 as an option.Janneke Nieuwenhuizen1-3/+5
2025-11-02tests: installer: Display the final configuration file.Mathieu Othacehe1-0/+5
2024-11-11installer: Add "Kernel" page to select the Hurd.Janneke Nieuwenhuizen1-2/+7
2022-12-18installer: final: Delete SQLite WAL and shm files upon completion.Ludovic Courtès1-1/+9
2022-12-18installer: final: Stop guix-daemon before accessing store database.Ludovic Courtès1-6/+16
2022-10-20installer: Run the "guix system init" command in a PTY.Mathieu Othacehe1-1/+1
2022-02-02installer: Use system-wide guix for system init.Josselin Poiret1-3/+2
2022-02-02installer: Turn passwords into opaque records.Josselin Poiret1-2/+3
2022-02-02installer: Remove specific logging code.Josselin Poiret1-11/+1
2022-02-02installer: Keep PATH inside the install container.Josselin Poiret1-1/+4
2022-02-02installer: Use new installer-log-line everywhere.Josselin Poiret1-3/+3
2022-01-14installer: Install the locale before mounting the cow-store.Mathieu Othacehe1-0/+26
2022-01-14installer: Do not set the locale in run-command.Mathieu Othacehe1-3/+2
2022-01-14installer: Remove an unused procedure.Mathieu Othacehe1-30/+0
2020-09-10installer: final: Introduce call-with-mnt-container.Mathieu Othacehe1-3/+16
2020-09-02installer: Run the installation inside a container.Mathieu Othacehe1-63/+61
2020-06-16installer: final: Remove restart-service procedure.Mathieu Othacehe1-6/+0
2020-06-13install: final: Add some logging.Mathieu Othacehe1-0/+3
2020-06-09installer: final: Dump "guix system init" command output when testing.Mathieu Othacehe1-1/+12
2020-06-09installer: final: Remove left-over pk call.Mathieu Othacehe1-1/+1
2020-06-05installer: final: Add some extra logging.Mathieu Othacehe1-1/+3
2020-03-23installer: Fix cow-store umount issue.Mathieu Othacehe1-6/+7
2020-03-05installer: Fix cow-store umount.Mathieu Othacehe1-6/+71
2020-03-05installer: Honor /tmp/installer-system-init-options.Ludovic Courtès1-3/+13
2020-03-05installer: Run commands without hopping through the shell.Ludovic Courtès1-6/+5
2020-02-12installer: Remove the cow-store overlay after system installation.Mathieu Othacehe1-3/+24
2019-12-29installer: Pass '--fallback' to 'guix system init'.Ludovic Courtès1-1/+1
2019-04-28installer: User accounts can now have a "real name."Ludovic Courtès1-0/+1
2019-04-26installer: Take 'guix system init' exit code into account.Ludovic Courtès1-3/+2
2019-04-25installer: Ask for the root account password.Ludovic Courtès1-0/+4
2019-04-25installer: Ask for user password and initialize /etc/shadow.Ludovic Courtès1-4/+80
2019-04-23installer: Run 'guix system init' with the right locale.Ludovic Courtès1-3/+5
2019-01-17installer: Add configuration formatter.Mathieu Othacehe1-0/+36