[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/52: gnu: hurd: Add util-linux to startup scripts.
From: |
guix-commits |
Subject: |
13/52: gnu: hurd: Add util-linux to startup scripts. |
Date: |
Thu, 9 Apr 2020 13:29:04 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit f660ddd60eb3b1952c2c2075d390a6d3eeaa959c
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun Apr 5 08:32:39 2020 +0200
gnu: hurd: Add util-linux to startup scripts.
* gnu/packages/hurd.scm (hurd): Add util-linux.
---
gnu/packages/hurd.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 88070de..ea2532c 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -32,6 +32,7 @@
#:use-module (gnu packages autotools)
#:use-module (gnu packages flex)
#:use-module (gnu packages bison)
+ #:use-module (gnu packages linux)
#:use-module (gnu packages perl)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
@@ -373,7 +374,8 @@ boot, since this cannot be done from GNU/Linux."
(("^PATH=.*")
(string-append "PATH=" out "/bin:"
coreutils "/bin:"
- sed "/bin:" grep "/bin\n"))
+ sed "/bin:" grep "/bin:"
+ util-linux "/bin\n"))
(("^SHELL=.*")
(string-append "SHELL=" bash "/bin/bash\n"))
(("/sbin/") (string-append out "/sbin/"))
@@ -432,7 +434,8 @@ fsysopts / --writable\n"))
("bash-minimal" ,bash-minimal)
("coreutils" ,coreutils)
("sed" ,sed)
- ("grep" ,grep)))
+ ("grep" ,grep)
+ ("util-linux" ,util-linux)))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
- 04/52: gnu: gnumach: Enable kernel debugger (kbd)., (continued)
- 04/52: gnu: gnumach: Enable kernel debugger (kbd)., guix-commits, 2020/04/09
- 01/52: install: 'populate-root-file-system' can be passed extra directives., guix-commits, 2020/04/09
- 05/52: gnu: hurd: Provide our own /libexec/rc script., guix-commits, 2020/04/09
- 07/52: gnu: hurd: Use a 32-bit MiG when cross-compiling., guix-commits, 2020/04/09
- 09/52: gnu: hurd: Record the right file name of 'login'., guix-commits, 2020/04/09
- 12/52: gnu: hurd: Add coreutils to startup scripts., guix-commits, 2020/04/09
- 06/52: gnu: cross-libc: Add patch to add 'mach_print' symbol on GNU/Hurd., guix-commits, 2020/04/09
- 14/52: system: hurd: Add "/etc/fstab"., guix-commits, 2020/04/09
- 08/52: DRAFT: Add (gnu system hurd)., guix-commits, 2020/04/09
- 03/52: vm: 'qemu-image' can pass options to the 'mkfs' command., guix-commits, 2020/04/09
- 13/52: gnu: hurd: Add util-linux to startup scripts.,
guix-commits <=
- 10/52: gnu: hurd: Ensure startup scripts refer to the right programs., guix-commits, 2020/04/09
- 11/52: gnu: guile@3: Disable JIT on GNU/Hurd., guix-commits, 2020/04/09
- 17/52: system: hurd: Add "/etc/passwd"., guix-commits, 2020/04/09
- 15/52: gnu: hurd: Add "hurd/sbin" to PATH., guix-commits, 2020/04/09
- 18/52: gnu: cross-libc: Add patch to allow 'gettyent' reading store file names., guix-commits, 2020/04/09
- 20/52: system: hurd: Add "/etc/shadow"., guix-commits, 2020/04/09
- 24/52: vm: Preserve file permissions on /dev., guix-commits, 2020/04/09
- 25/52: linux-boot: 'make-essential-device-nodes' root parameter is optional., guix-commits, 2020/04/09
- 19/52: system: hurd: Add "/bin/sh" symlink., guix-commits, 2020/04/09
- 16/52: system: hurd: Add ttys symlink in "/etc/ttys"., guix-commits, 2020/04/09