summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/hurd-console.default4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 10dcceda..40a9fdc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
hurd (20111206-2) UNRELEASED; urgency=low
* patches/ext2fs_large_stores.patch: Fix memory leak, thanks Sergio Lopez!
+ * debian/hurd-console.default: Enable the console by default.
- -- Samuel Thibault <sthibault@debian.org> Fri, 30 Dec 2011 00:08:04 +0100
+ -- Samuel Thibault <sthibault@debian.org> Sat, 21 Jan 2012 23:59:41 +0100
hurd (20111206-1) unstable; urgency=low
diff --git a/debian/hurd-console.default b/debian/hurd-console.default
index 133604d8..2ff9a5e5 100644
--- a/debian/hurd-console.default
+++ b/debian/hurd-console.default
@@ -1,7 +1,7 @@
# Options to start the Hurd console.
-# Set this to 'true' to run the Hurd console on bootup.
-ENABLE='false'
+# Set this to 'false' to avoid running the Hurd console on bootup.
+ENABLE='true'
# The display driver, mandatory. Either `vga' or `ncursesw'.
DISPLAY='-d vga'