summaryrefslogtreecommitdiff
path: root/debian/hurd-udeb.install
AgeCommit message (Collapse)Author
2010-08-18copy the /servers/socket/2 translator settings into the target system.Samuel 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).
2010-08-01Fix and enable parted storesJeremie Koenig
* debian/control: Build-Depend on libparted-dev. * debian/rules: Enable parted stores, in a hackish way for now. * debian/local/partman/commit.d/40hurd_reload-partitions: New file for hurd-udeb, make partman restart the partition translators after the partition table has been changed. * debian/hurd-udeb.install: Install file above.
2010-06-18 * debian/local/runsystem.gnu: Integrate jkoenig d-i changes, rename toSamuel Thibault
debian/local/runsystem.
2010-06-18 * debian/hurd-udeb.install: remove reboot and halt (will be provided bySamuel Thibault
busybox), remove crash and password (not useful), add procfs.
2010-01-10ttys are not neededSamuel Thibault
2010-01-10rename hurd-udeb.runsystem into local/runsystem.gnu, remove isofs.static, ↵Samuel Thibault
move ext2fs.static to /boot
2010-01-09hurd-udeb.runsystem: New runsystem file for the d-i case, incomplete for now.Samuel Thibault
hurd-udeb.install: Remove getty, runttys, /etc/ttys ftpcp, ftpdir, ftpfs, hostmux, usermux, nfs, rpctrace, gcore, forks. Install hurd-udeb.runsystem as /libexec/runsystem.gnu.
2008-10-01 * debian/rules (binary-predeb/hurd): Adjust paths.Michael Banck
* debian/hurd.install: Likewise. * debian/hurd-udeb.install: Likewise. * debian/hurd.dirs: Added /usr/bin.
2008-09-05 * debian/hurd-udev.install: Likewise.Michael Banck
2005-06-12 * debian/rules (DEB_CONFIGURE_USER_FLAGS): Build iso9660fs.staticMichael Banck
as well. * debian/hurd-udeb.install: Added iso9660fs.static.
2005-06-06 * debian/control (Build-Depends): Version dependency on debhelper toMichael Banck
>= 4.2. * debian/control (hurd-udeb): New package. * debian/hurd-udeb.install: New file.