doc: No longer mention Wicd in OS examples.
* gnu/system/examples/desktop.tmpl, gnu/system/examples/lightweight-desktop.tmpl: Mention NetworkManager instead of Wicd.
This commit is contained in:
parent
d466b1fc82
commit
30875d07ef
|
@ -48,8 +48,8 @@
|
||||||
|
|
||||||
;; Add GNOME and/or Xfce---we can choose at the log-in
|
;; Add GNOME and/or Xfce---we can choose at the log-in
|
||||||
;; screen with F1. Use the "desktop" services, which
|
;; screen with F1. Use the "desktop" services, which
|
||||||
;; include the X11 log-in service, networking with Wicd,
|
;; include the X11 log-in service, networking with
|
||||||
;; and more.
|
;; NetworkManager, and more.
|
||||||
(services (cons* (gnome-desktop-service)
|
(services (cons* (gnome-desktop-service)
|
||||||
(xfce-desktop-service)
|
(xfce-desktop-service)
|
||||||
%desktop-services))
|
%desktop-services))
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
%base-packages))
|
%base-packages))
|
||||||
|
|
||||||
;; Use the "desktop" services, which include the X11
|
;; Use the "desktop" services, which include the X11
|
||||||
;; log-in service, networking with Wicd, and more.
|
;; log-in service, networking with NetworkManager, and more.
|
||||||
(services %desktop-services)
|
(services %desktop-services)
|
||||||
|
|
||||||
;; Allow resolution of '.local' host names with mDNS.
|
;; Allow resolution of '.local' host names with mDNS.
|
||||||
|
|
Loading…
Reference in New Issue