summaryrefslogtreecommitdiff
path: root/gnu/installer/final.scm
AgeCommit message (Expand)Author
2022-12-18installer: final: Delete SQLite WAL and shm files upon completion.Ludovic Courtès
2022-12-18installer: final: Stop guix-daemon before accessing store database.Ludovic Courtès
2022-10-20installer: Run the "guix system init" command in a PTY.Mathieu Othacehe
2022-02-02installer: Use system-wide guix for system init.Josselin Poiret
2022-02-02installer: Turn passwords into opaque records.Josselin Poiret
2022-02-02installer: Remove specific logging code.Josselin Poiret
2022-02-02installer: Keep PATH inside the install container.Josselin Poiret
2022-02-02installer: Use new installer-log-line everywhere.Josselin Poiret
2022-01-14installer: Install the locale before mounting the cow-store.Mathieu Othacehe
2022-01-14installer: Do not set the locale in run-command.Mathieu Othacehe
2022-01-14installer: Remove an unused procedure.Mathieu Othacehe
2020-09-10installer: final: Introduce call-with-mnt-container.Mathieu Othacehe
2020-09-02installer: Run the installation inside a container.Mathieu Othacehe
2020-06-16installer: final: Remove restart-service procedure.Mathieu Othacehe
2020-06-13install: final: Add some logging.Mathieu Othacehe
2020-06-09installer: final: Dump "guix system init" command output when testing.Mathieu Othacehe
2020-06-09installer: final: Remove left-over pk call.Mathieu Othacehe
2020-06-05installer: final: Add some extra logging.Mathieu Othacehe
2020-03-23installer: Fix cow-store umount issue.Mathieu Othacehe
2020-03-05installer: Fix cow-store umount.Mathieu Othacehe
2020-03-05installer: Honor /tmp/installer-system-init-options.Ludovic Courtès
2020-03-05installer: Run commands without hopping through the shell.Ludovic Courtès
2020-02-12installer: Remove the cow-store overlay after system installation.Mathieu Othacehe
2019-12-29installer: Pass '--fallback' to 'guix system init'.Ludovic Courtès
2019-04-28installer: User accounts can now have a "real name."Ludovic Courtès
2019-04-26installer: Take 'guix system init' exit code into account.Ludovic Courtès
2019-04-25installer: Ask for the root account password.Ludovic Courtès
2019-04-25installer: Ask for user password and initialize /etc/shadow.Ludovic Courtès
2019-04-23installer: Run 'guix system init' with the right locale.Ludovic Courtès
2019-01-17installer: Add configuration formatter.Mathieu Othacehe