diff options
| author | Jeremie Koenig <jk@jk.fr.eu.org> | 2010-08-01 13:35:57 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 13:35:57 +0200 |
| commit | 16c741ccaea1356d29e6d9d0ca93bd3a98c2d934 (patch) | |
| tree | 195cf0476c502a69f7afca3b46b21f0a6e40cc8a /debian/hurd-udeb.install | |
| parent | 50861e36b4126aebba2ece7ab0bc3b61ff26add8 (diff) | |
Sort out how device and server nodes are created
- 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).
Diffstat (limited to 'debian/hurd-udeb.install')
| -rw-r--r-- | debian/hurd-udeb.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/hurd-udeb.install b/debian/hurd-udeb.install index 8e27ab3d..f80c96c9 100644 --- a/debian/hurd-udeb.install +++ b/debian/hurd-udeb.install @@ -1,4 +1,5 @@ debian/local/runsystem libexec +debian/local/setup-translators usr/lib/hurd debian/local/partman lib debian/tmp/lib/*.so.* debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console |
