summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/NEWS10
-rw-r--r--debian/changelog2
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 0b139982..c201e52e 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,13 @@
+hurd (20050513-4) unstable; urgency=low
+
+ * The Hurd console may now be started automatically on bootup. The
+ file `/etc/default/hurd-console' controls whether the Hurd console
+ will be started, and if so, which options are used. To get the
+ Hurd console on bootup, change ENABLE to `true' and adjust the
+ other options to your liking.
+
+ -- Michael Banck <mbanck@debian.org> Mon, 20 Jun 2005 01:43:31 +0200
+
hurd (20050119-1) unstable; urgency=low
* The command line syntax for the console client has slightly
diff --git a/debian/changelog b/debian/changelog
index 195f741e..d1f645c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ hurd (20050513-3+SVN) unreleased; urgency=low
* debian/hurd-console.default: New file.
* debian/rules (install/hurd::) Install it into debian/hurd/etc/default.
* debian/hurd.postinst: Removed creation of user `login'.
+ * debian/NEWS: Mention the possibility of starting the Hurd console
+ on bootup.
-- Michael Banck <mbanck@debian.org> Sun, 12 Jun 2005 23:53:59 +0200