summaryrefslogtreecommitdiff
path: root/debian/local/setup-translators
AgeCommit message (Collapse)Author
2012-05-24local/setup-translators: Remove /dev/shm directory if any, to be replaced ↵Samuel Thibault
with symlink to /run/shm.
2012-05-20Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurdSamuel Thibault
Conflicts: debian/changelog
2012-05-20Enable netdde by defaultSamuel Thibault
* control: Depend on netdde, recent enough (>= 0.0.20120518~) to avoid conflicts with gnumach drivers. * local/setup-translators: Setup netdde translator and /dev/eth*. * debian/hurd.postinst: Migrate pfinet into using /dev/eth0.
2012-05-03local/setup-translators: Add hd4 and hd5 /dev entries, for some SATA controlers.Samuel Thibault
2011-12-06Fix /run initializationSamuel Thibault
* local/setup-translators: Move /run initialization to... * patches/run.patch: ... boot time.
2011-11-27Setup random translator in hurd-udeb tooSamuel Thibault
2011-11-26fix pathSamuel Thibault
2011-11-26Replace /dev/u?random alternatives with /hurd/u?random.sh alternativesSamuel Thibault
* local/random-hurd.sh, urandom-hurd.sh: Add scripts to be used as hurd-provided translators for /dev/*random. * hurd.postinst: Remove "random" alternative introduced by 20111106-1, as it makes rgrep in /etc not working any more. Install random.sh alternative instead, which sets /hurd/u?random.sh scripts. * local/setup-translators: Set /dev/u?random translator from /hurd/u?random.sh instead of making them alternatives.
2011-11-06Set entropy pool in /var/spool/random-seedSamuel Thibault
2011-10-30Use native random serverSamuel Thibault
* debian/control, debian/local/setup-translators: Use native random server set on /dev/u?random-hurd instead of random-egd on /dev/u?random. * debian/hurd.{postinst,prerm}: Handle alternative for /dev/u?random, default to u?random-hurd. * debian/hurd.lintian-overrides: Override warnings about the /dev/u?random mangling. * debian/copyright: Fix copyright notice. * debian/control: - Drop article from synopsis. - Tighten hurd-dev dependency on hurd to the same version.
2011-10-07setup-translators: Add cd[01] SCSI CD-ROMs.Samuel Thibault
2011-08-18use the fast random translator for random for now, secure is not seeded yetSamuel Thibault
2011-08-18debian/control, debian/local/setup-translators: Use native random server ↵Samuel Thibault
instead of random-egd.
2011-08-18create /run/shm and /run/lock, to fix locking until we properly start rcS.d ↵Samuel Thibault
scripts.
2011-08-12Avoid /tmp/entropy.sock compromisionSamuel Thibault
* local/setup-translators: Set up entropy socket in /var/run instead of /tmp, as the latter is world-writable.
2011-08-01local/setup-translators: Restore /dev/shm creation.Samuel Thibault
2011-06-09Fix random translator pathSamuel Thibault
2011-06-05Add comX and random translators on installed system.Samuel Thibault
2011-05-31Do not forget [hs]d0s{9,10}Samuel Thibault
2011-05-30Add entries for partitions 9-16 tooSamuel Thibault
debian/local/setup-translators: Add entries for partitions 9-16 too, as the full partman layout at least uses slice 9.
2011-05-08debian/local/setup-translators: Add fd[01]Samuel Thibault
2011-04-12Pass the --compatible option to procfsSamuel Thibault
* debian/local/setup-translators: Pass the --compatible option to procfs to tweak it a bit to get proc-related tools working without too much patching.
2011-04-11Enable mouse and keyboard repeaters for g-i supportSamuel Thibault
2011-03-09Fix -K option into not starting existing translators.Samuel Thibault
2010-10-30Enable IPv6 support in target during d-iSamuel Thibault
* debian/local/setup-translators: Add inet6 -> 26 symlink. * debian/local/finish-install.d/51hurd_config-target-network: Set pfinet translator on /servers/socket/26 too.
2010-08-02Add comX to the minimal setSamuel Thibault
as it'll be needed for serial-port-based d-i
2010-08-01fix debian/local/setup-translators permissionsSamuel Thibault
2010-08-01Sort out how device and server nodes are createdJeremie Koenig
- debian/patches/makedev_keep_options.patch: Introduces the -k and -K options to MAKEDEV, respectively to keep active translators running or leave existing files alone completely. - debian/patches/makedev_parted_store.patch: MAKEDEV -p will use parted instead of device stores for disk partitions. - debian/local/setup-translators: New script installed in /usr/lib/hurd, uses MAKEDEV's new options to create all the necessary device and server nodes. - debian/local/runsystem (hurd-udeb): Uses setup-translators in "minimal mode" to prepare the initrd when the installer is started. Parted stores are used to avoid problems when reloading the partition table. - debian/hurd.postinst: Uses setup-translators to create missing nodes on upgrades (on initial installs, debootstrap will use the setup-translators script from the installed hurd package to setup the devices and servers itself).