summaryrefslogtreecommitdiff
path: root/debian/hurd-console.default
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-01-22 00:00:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-01-22 00:00:07 +0100
commit09218a5407f3d9cf04b69f8eccdad5a1e0fbda99 (patch)
treebe5827d4f5d5e141d607d131fc107927b4be1d35 /debian/hurd-console.default
parent146bcbfd39136e15c95e3481a86b870e0c409fb8 (diff)
debian/hurd-console.default: Enable the console by default.
Diffstat (limited to 'debian/hurd-console.default')
-rw-r--r--debian/hurd-console.default4
1 files changed, 2 insertions, 2 deletions
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'