Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | guix-install.sh: Explicitly set root's home directory.•••* etc/guix-install.sh (ROOT_HOME): New variable. (sys_create_store, sys_enable_guix_daemon, sys_authorize_build_farms): Use ROOT_HOME instead of ~root or the HOME environment variable. * doc/guix.texi (Binary Installation): Instead of assuming that ~ and $HOME refer to root's directory simply because commands are being run as root, explicilty refer to it via ~root. Fixes: <https://bugs.gnu.org/30728> | Chris Marusich | 2018-03-29 | 1 | -7/+12 |
* | etc: guix-install.sh: Add aarch64-linux support.•••* etc/guix-install.sh (chk_sys_arch): Add aarch64 case. | Efraim Flashner | 2018-02-21 | 1 | -0/+4 |
* | etc: Add installation script.•••* etc/guix-install.sh: New file. * Makefile.am (EXTRA_DIST): Add it. * doc/guix.texi (Binary Installation): Mention it. Co-authored-by: sharlatan <sharlatanus@gmail.com> | Ricardo Wurmus | 2018-01-30 | 1 | -0/+425 |