services: hurd: Populate system profile.
* gnu/system.scm (hurd-default-essential-services): Populate profile with packages.master
parent
f5ca79d2a2
commit
c03e513a41
|
@ -604,7 +604,7 @@ bookkeeping."
|
||||||
%boot-service
|
%boot-service
|
||||||
%activation-service
|
%activation-service
|
||||||
(operating-system-etc-service os)
|
(operating-system-etc-service os)
|
||||||
(service profile-service-type '())))
|
(service profile-service-type (operating-system-packages os))))
|
||||||
|
|
||||||
(define* (operating-system-services os)
|
(define* (operating-system-services os)
|
||||||
"Return all the services of OS, including \"essential\" services."
|
"Return all the services of OS, including \"essential\" services."
|
||||||
|
|
Reference in New Issue