build: container: Add #:host-uids argument to call-with-container.
[jackhill/guix/guix.git] / gnu / system.scm
index e3fddcf..ea6e9c1 100644 (file)
   make-operating-system
   operating-system?
   (kernel operating-system-kernel                 ; package
-          (default linux-libre-4.0))
+          (default linux-libre))
   (kernel-arguments operating-system-kernel-arguments
                     (default '()))                ; list of gexps/strings
   (bootloader operating-system-bootloader)        ; <grub-configuration>
@@ -641,6 +641,7 @@ use 'plain-file' instead~%")
     (list #~(string-append #$shadow "/bin/passwd")
           #~(string-append #$shadow "/bin/su")
           #~(string-append #$inetutils "/bin/ping")
+          #~(string-append #$inetutils "/bin/ping6")
           #~(string-append #$sudo "/bin/sudo")
           #~(string-append #$fuse "/bin/fusermount"))))