aboutsummaryrefslogtreecommitdiff
path: root/gnu
ModeNameSize
-rw-r--r--artwork.scm1338logplainabout
-rw-r--r--bootloader.scm5328logplainabout
d---------bootloader76logplain
d---------build501logplain
-rw-r--r--local.mk52114logplainabout
-rw-r--r--packages.scm10892logplainabout
d---------packages14460logplain
-rw-r--r--services.scm27209logplainabout
d---------services1020logplain
-rw-r--r--system.scm37674logplainabout
d---------system435logplain
-rw-r--r--tests.scm10948logplainabout
d---------tests335logplain
/commit/gnu/installer/final.scm?id=e92723452d2f1e7639579ea327d3fff6fa25ef4c'>installer: Install the locale before mounting the cow-store.Mathieu Othacehe Fixes: <https://issues.guix.gnu.org/52831>. Make sure to install the en_US.utf8 fallback locale if the selected locale is not supported. * gnu/installer/final.scm (install-locale): New procedure. (install-system): Call it. 2022-01-14installer: Do not set the locale in run-command.Mathieu Othacehe Installing the locale inside the container, once the cow-store is mounted, causes the process to keep opened locale files that can later prevent the cow-store umount. * gnu/installer/utils.scm (run-command): Remove locale argument. * gnu/installer/final.scm (install-system): Adapt it. 2022-01-14installer: Remove an unused procedure.Mathieu Othacehe * gnu/installer/final.scm (kill-cow-users): Remove it.