install: Re-add /bin/sh.
Reported by Divan Santana <divan@santanas.co.za>.
/bin/sh had disappeared in commit
387e175492
.
* gnu/system/install.scm (%installation-services): Add
'special-files-service-type' instance.
This commit is contained in:
parent
e00a59097e
commit
50cb948f1c
|
@ -277,7 +277,13 @@ You have been warned. Thanks for being so brave.
|
||||||
;; Since this is running on a USB stick with a unionfs as the root
|
;; Since this is running on a USB stick with a unionfs as the root
|
||||||
;; file system, use an appropriate cache configuration.
|
;; file system, use an appropriate cache configuration.
|
||||||
(nscd-service (nscd-configuration
|
(nscd-service (nscd-configuration
|
||||||
(caches %nscd-minimal-caches))))))
|
(caches %nscd-minimal-caches)))
|
||||||
|
|
||||||
|
;; Having /bin/sh is a good idea. In particular it allows Tramp
|
||||||
|
;; connections to this system to work.
|
||||||
|
(service special-files-service-type
|
||||||
|
`(("/bin/sh" ,(file-append (canonical-package bash)
|
||||||
|
"/bin/sh")))))))
|
||||||
|
|
||||||
(define %issue
|
(define %issue
|
||||||
;; Greeting.
|
;; Greeting.
|
||||||
|
|
Loading…
Reference in New Issue