aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2018-12-05 14:19:28 +0900
committerLudovic Courtès <ludo@gnu.org>2019-01-17 14:04:22 +0100
commit5cdb6bd2db0b465fa616a9fd36760b14844d5c48 (patch)
treec16c30040bdcd596c38019b5144d32947b825594 /gnu/artwork.scm
parent983abd2cf9bd419eef6b8b45d36722f1cd683b25 (diff)
downloadguix-5cdb6bd2db0b465fa616a9fd36760b14844d5c48.tar.gz
guix-5cdb6bd2db0b465fa616a9fd36760b14844d5c48.zip
installer: Remove "selection" from all titles.
* gnu/installer/newt/hostname.scm (run-hostname-page): Remove selection from page title, (run-variant-page): ditto. * gnu/installer/newt/keymap.scm (run-layout-page): Ditto. * gnu/installer/newt/locale.scm (run-layout-page): Ditto, (run-territory-page): ditto, (run-codeset-page): ditto, (run-modifier-page): ditto * gnu/installer/newt/network.scm (run-territory-page): Ditto. * gnu/installer/newt/timezone.scm (run-timezone-page): Ditto. * gnu/installer/newt/wifi.scm (run-wifi-page): Ditto.
Diffstat (limited to 'gnu/artwork.scm')
0 files changed, 0 insertions, 0 deletions
l'>...Ludovic Courtès 2019-01-28gnu: Move most packages from guile.scm to new module....Ricardo Wurmus 2019-01-17installer: Various renamings....Mathieu Othacehe 2019-01-17installer: partionment: Add encryption support....Mathieu Othacehe 2019-01-17installer: Display an eventual backtrace in a page....Mathieu Othacehe 2019-01-17installer: Reorder partitionment step....Mathieu Othacehe 2019-01-17installer: Add partitioning support....Mathieu Othacehe 2019-01-17installer: Fix comments....Mathieu Othacehe 2019-01-17installer: Add hostname....Mathieu Othacehe 2019-01-17installer: Add services page....Mathieu Othacehe 2019-01-17installer: Do not ask for keyboard model....Mathieu Othacehe 2019-01-17installer: Add configuration formatter....Mathieu Othacehe 2019-01-17installer: Fix locale installation....Mathieu Othacehe 2019-01-17installer: Move everything to the build side....Mathieu Othacehe 2019-01-17gnu: Add graphical installer support....Mathieu Othacehe