index
:
guix
add-compress-debug-symbols-phase
add-maintainers-to-etc-teams.scm
add-tests-for-guix-shell-container
audio-team
beam-team
bootstrap-team
client-add-build-max-log-size-option
core-packages-team
core-packages-team-2026-06-20
core-packages-team-2026-06-20-rebased
core-packages-team-2026-07-21
core-packages-team-2026-07-21-rebased
crypto-team
daemon-allow-all-clients-to-set-build-max-log-size
dexed
emacs-team
gnome-team
go-team
graal
guile-daemon
guix-extension-channels
haskell-team
hpc-team
hurd-team
hurl
java-team
javascript-team
kde-team
kernel-updates
keyring
libreoffice
librewolf-updates
lisp-team-asdf-build-system/abcl
master
merge-xorg-configurations
mesa-updates
mpd-fix-groups
nckx-patch-1
next-master
ocaml-team
onnx
perlssl
python-team
qt-team
r-team
rename-kernel-team
ruby-team
rust-team
science-team
sysadmin-team
tex-team
ungoogled-chromium-updates
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
version-1.5.0
wip-arm-bootstrap
wip-container
wip-digests
wip-fix-system-tests
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-julia-upgrade
wip-node-riscv64
wip-ocaml
wip-plmshift
wip-postfix
wip-riscv-bootstrap
wip-riscv-bootstrap1
wip-system-bootstrap
world-rebuild
Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
installer
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-02
installer: Skip the backtrace page on user abort.
Mathieu Othacehe
3
-6
/
+10
2022-11-02
installer: Add core dump support.
Mathieu Othacehe
2
-1
/
+24
2022-10-31
installer: parted: Retry failing read-partition-uuid call.
Mathieu Othacehe
1
-1
/
+20
2022-10-25
installer: welcome: Warn when uvesafb gets used.
pelzflorian (Florian Pelz)
1
-21
/
+32
2022-10-23
installer: Resume newt in exit-error procedure.
Mathieu Othacehe
1
-0
/
+3
2022-10-20
installer: Add a missing confirmation page before formatting.
Mathieu Othacehe
1
-1
/
+1
2022-10-20
installer: Propose the user to report a "guix system init" failure.
Mathieu Othacehe
1
-2
/
+7
2022-10-20
installer: Run the "guix system init" command in a PTY.
Mathieu Othacehe
2
-10
/
+42
2022-10-17
installer: Factorize url-alive? in internet check.
Andrew Tropin
1
-9
/
+7
2022-10-17
installer: Relax internet check availability criteria.
aleksandr barakin
1
-4
/
+9
2022-10-17
guix: Fix typos.
Julien Lepiller
1
-1
/
+1
2022-10-13
installer: partition: Add a confirmation page before formatting.
Mathieu Othacehe
1
-1
/
+15
2022-09-24
installer: tests: Fix typo.
Mathieu Othacehe
1
-1
/
+1
2022-09-24
installer: Fix configuration edition during testing.
Mathieu Othacehe
1
-0
/
+4
2022-09-22
installer: Exit console-services page with abort-to-prompt.
Josselin Poiret
1
-4
/
+2
2022-09-22
installer: Ensure luks devices are open when mounting partitions.
Josselin Poiret
1
-0
/
+16
2022-09-22
installer: Return partitions with crypt password as step result.
Josselin Poiret
1
-3
/
+3
2022-09-22
installer: Move <secret> to utils and use it for crypt passwords.
Josselin Poiret
4
-20
/
+23
2022-09-01
installer: Fix segfault on double logical partition removal.
Josselin Poiret
1
-0
/
+6
2022-08-14
installer: parted: Don't export WITH-DELAY-DEVICE-IN-USE?.
Tobias Geerinckx-Rice
1
-1
/
+0
2022-08-08
installer: Add comments and vertical space to the generated config.
Ludovic Courtès
4
-14
/
+64
2022-08-08
installer: Render the final configuration with (guix read-print).
Ludovic Courtès
1
-7
/
+5
2022-08-05
installer: parted: Call set-system before set-flags.
Mathieu Othacehe
1
-4
/
+7
2022-08-05
installer: parted: Log partition flags.
Mathieu Othacehe
1
-0
/
+1
2022-05-21
Revert "installer: user: Remove useless filtering."
Ludovic Courtès
1
-2
/
+7
2022-04-06
installer: user: Remove useless filtering.
Mathieu Othacehe
1
-7
/
+2
2022-04-06
installer: user: Forbid root user creation.
Mathieu Othacehe
1
-18
/
+31
2022-03-01
initrd: Use non-hyphenated kernel command-line parameter names.
Maxim Cournoyer
1
-1
/
+1
2022-02-26
installer: Continue even if Connman cannot phone home.
Florian Pelz
1
-1
/
+1
2022-02-02
installer: Use system-wide guix for system init.
Josselin Poiret
1
-3
/
+2
2022-02-02
installer: Make dump archive creation optional and selective.
Josselin Poiret
5
-90
/
+163
2022-02-02
installer: Turn passwords into opaque records.
Josselin Poiret
3
-6
/
+24
2022-02-02
installer: Add error page when running external commands.
Josselin Poiret
2
-5
/
+132
2022-02-02
installer: Use named prompt to abort or break installer steps.
Josselin Poiret
13
-148
/
+85
2022-02-02
installer: Replace run-command by invoke in newt/page.scm.
Josselin Poiret
1
-2
/
+2
2022-02-02
installer: Fix run-file-textbox-page when edit-button is #f.
Josselin Poiret
1
-0
/
+1
2022-02-02
installer: Raise condition when mklabel fails.
Josselin Poiret
1
-2
/
+8
2022-02-02
installer: Use run-command-in-installer in (gnu installer parted).
Josselin Poiret
1
-30
/
+14
2022-02-02
installer: Add installer-specific run command process.
Josselin Poiret
3
-3
/
+24
2022-02-02
installer: Capture external commands output.
Josselin Poiret
1
-20
/
+78
2022-02-02
installer: Remove specific logging code.
Josselin Poiret
1
-11
/
+1
2022-02-02
installer: Keep PATH inside the install container.
Josselin Poiret
1
-1
/
+4
2022-02-02
installer: Un-export syslog syntax.
Josselin Poiret
1
-1
/
+0
2022-02-02
installer: Use new installer-log-line everywhere.
Josselin Poiret
8
-46
/
+48
2022-02-02
installer: Generalize logging facility.
Josselin Poiret
1
-0
/
+45
2022-02-02
installer: Add crash dump upload support.
Mathieu Othacehe
5
-8
/
+165
2022-01-14
installer: Install the locale before mounting the cow-store.
Mathieu Othacehe
1
-0
/
+26
2022-01-14
installer: Do not set the locale in run-command.
Mathieu Othacehe
2
-18
/
+5
2022-01-14
installer: Remove an unused procedure.
Mathieu Othacehe
1
-30
/
+0
2022-01-14
installer: Check if ci.guix.gnu.org can be reached.
Mathieu Othacehe
1
-2
/
+19
[prev]
[next]