diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/local/setup-translators | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9aabc1a1..955376c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,8 @@ hurd (20110519-2) UNRELEASED; urgency=low * debian/control: Make the hurd package depend on random-egd, to get /dev/*random working as early as d-i's base install. * debian/local/setup-translators: Add entries for partitions 9-16 too, as the - full partman layout at least uses slice 9. + full partman layout at least uses slice 9. Add comX and random translators + on installed system. * debian/hurd-console.default: Enable keyboard and mouse repeaters by default for X11. diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 7076bf59..a0c3b228 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -144,6 +144,9 @@ else md ptyp md ptyq md lprX 0123 + md comX 0123 + st random '/hurd/random /tmp/entropy.sock' random + st urandom '/hurd/random -u /tmp/entropy.sock' urandom fi st kbd 'symlink cons/kbd' kbd |