diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-31 00:08:20 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-31 00:08:20 +0100 |
commit | 7d45df0f60658c229989ff8f275691ddd49cb150 (patch) | |
tree | 80c53d6c9b49f28f8bf69a60168edb47957b1bf4 | |
parent | 8bb2852e2a6d174ec3eaea2043f1ed500685f49e (diff) |
debian/hurd-udeb.install: Only include the necessary console drivers.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/hurd-udeb.install | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8c7dfd90..a1d8b146 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ hurd (20111030-1) UNRELEASED; urgency=low * debian/patches/libpthread_globsigdisp.patch,posix-sigcodes.patch: New patches from Jeremie Koenig to enable global signal support. * debian/patches/libpthread_sigmask.patch: Update to global signal support. + * debian/hurd-udeb.install: Only include the necessary console drivers. -- Samuel Thibault <sthibault@debian.org> Thu, 18 Aug 2011 01:15:04 +0000 diff --git a/debian/hurd-udeb.install b/debian/hurd-udeb.install index 50dae098..a4a9313d 100644 --- a/debian/hurd-udeb.install +++ b/debian/hurd-udeb.install @@ -3,7 +3,9 @@ debian/local/setup-translators usr/lib/hurd debian/local/partman lib debian/local/finish-install.d usr/lib debian/tmp/lib/*.so.* -debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console +debian/tmp/lib/hurd/console/pc_kbd.so.* usr/lib/hurd/console +debian/tmp/lib/hurd/console/pc_mouse.so.* usr/lib/hurd/console +debian/tmp/lib/hurd/console/vga.so.* usr/lib/hurd/console debian/tmp/libexec/console-run debian/tmp/sbin/e2os debian/tmp/sbin/MAKEDEV |