Age | Commit message (Collapse) | Author |
|
|
|
with symlink to /run/shm.
|
|
Conflicts:
debian/changelog
|
|
* 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.
|
|
|
|
* local/setup-translators: Move /run initialization to...
* patches/run.patch: ... boot time.
|
|
|
|
|
|
* 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.
|
|
|
|
* 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.
|
|
|
|
|
|
instead of random-egd.
|
|
scripts.
|
|
* local/setup-translators: Set up entropy socket in /var/run instead of
/tmp, as the latter is world-writable.
|
|
|
|
|
|
|
|
|
|
debian/local/setup-translators: Add entries for partitions 9-16 too, as the
full partman layout at least uses slice 9.
|
|
|
|
* 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.
|
|
|
|
|
|
* 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.
|
|
as it'll be needed for serial-port-based d-i
|
|
|
|
- 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).
|