aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/security.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-02-27 15:06:59 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-02-27 15:29:26 +0200
commit5e23071aa9fc57b471d301fba7a981720743eb6b (patch)
tree4d53b1c6483ef46a60a4cd0436ecc71d6cd2649e /gnu/services/security.scm
parent90188a66b420ef9d700c053f99ade2bc393b43e3 (diff)
downloadguix-5e23071aa9fc57b471d301fba7a981720743eb6b.tar.gz
guix-5e23071aa9fc57b471d301fba7a981720743eb6b.zip
gnu: debootstrap: Update to 1.0.128.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.128.
Diffstat (limited to 'gnu/services/security.scm')
0 files changed, 0 insertions, 0 deletions
+0100'>2019-01-17gnu: Add graphical installer support....* configure.ac: Require that guile-newt is available. * gnu/installer.scm: New file. * gnu/installer/aux-files/logo.txt: New file. * gnu/installer/build-installer.scm: New file. * gnu/installer/connman.scm: New file. * gnu/installer/keymap.scm: New file. * gnu/installer/locale.scm: New file. * gnu/installer/newt.scm: New file. * gnu/installer/newt/ethernet.scm: New file. * gnu/installer/newt/hostname.scm: New file. * gnu/installer/newt/keymap.scm: New file. * gnu/installer/newt/locale.scm: New file. * gnu/installer/newt/menu.scm: New file. * gnu/installer/newt/network.scm: New file. * gnu/installer/newt/page.scm: New file. * gnu/installer/newt/timezone.scm: New file. * gnu/installer/newt/user.scm: New file. * gnu/installer/newt/utils.scm: New file. * gnu/installer/newt/welcome.scm: New file. * gnu/installer/newt/wifi.scm: New file. * gnu/installer/steps.scm: New file. * gnu/installer/timezone.scm: New file. * gnu/installer/utils.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add previous files. * gnu/system.scm: Export %root-account. * gnu/system/install.scm (%installation-services): Use kmscon instead of linux VT for all tty. (installation-os)[users]: Add the graphical installer as shell of the root account. [packages]: Add font related packages. * po/guix/POTFILES.in: Add installer files. Mathieu Othacehe