diff options
author | Michael Banck <mbanck@debian.org> | 2005-06-19 14:18:43 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-06-19 14:18:43 +0000 |
commit | e5a94733cfa5e5110146f3639710e81b58db6316 (patch) | |
tree | eea2ef4b162fd9981bc09b78d36ec3cfe5ebf2da /debian/hurd-console.default | |
parent | 6e8c617dd37e802363936f8837c6fc94e8a9b771 (diff) |
* debian/patches/hurd_console_startup.patch: New patch, adding
support for starting the Hurd console on bootup.
* debian/hurd-console.default: New file.
* debian/rules (install/hurd::) Install it into debian/tmp/etc/default.
* debian/rules/hurd.install: Ship debian/tmp/etc/default/hurd-console.
Diffstat (limited to 'debian/hurd-console.default')
-rw-r--r-- | debian/hurd-console.default | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/hurd-console.default b/debian/hurd-console.default new file mode 100644 index 00000000..69084292 --- /dev/null +++ b/debian/hurd-console.default @@ -0,0 +1,24 @@ +# Options to start the Hurd console. + +# Set this to 'true' to run the Hurd console on bootup. +ENABLE='false' + +# The display driver, mandatory. Either `vga' or `ncursesw'. +DISPLAY='-d vga' + +# The keyboard driver, mandatory. Either `pc_kbd' or `xkb' from the +# console-driver-xkb package. +KBD='-d pc_kbd' +#KBD='-d xkb' + +# The keyboard repeater. Required for X11. +#KBD_REPEAT='--repeat=kbd' + +# The mouse driver. Optional. +#MOUSE='-d pc_mouse --protocol=ps/2' + +# The mouse repeater. Required for X11. +#MOUSE_REPEAT='--repeat=mouse' + +# The pc speaker. Optional. +#SPEAKER='-d generic_speaker' |