diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/hurd-udeb.install | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6b52dac3..55dac85c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,8 @@ hurd (20090404-3) UNRELEASED; urgency=low * debian/patches/ext2fs_large_stores.patch: Apply Alioth fix #312328 from Fredrik Hammar to fix random startup crash (Closes: Bug#576519). * debian/patches/procfs.patch: Fix swap size printout. + * debian/hurd-udeb.install: remove reboot and halt (will be provided by + busybox), remove crash and password (not useful), add procfs. [ Guillem Jover ] * Update make-new-tarball.sh to exclude git instead of CVS paths. diff --git a/debian/hurd-udeb.install b/debian/hurd-udeb.install index 21a95f95..fdbea3b2 100644 --- a/debian/hurd-udeb.install +++ b/debian/hurd-udeb.install @@ -6,8 +6,6 @@ debian/local/runsystem.gnu /libexec debian/tmp/sbin/e2os debian/tmp/sbin/MAKEDEV debian/tmp/sbin/losetup -debian/tmp/sbin/reboot -debian/tmp/sbin/halt debian/tmp/sbin/swapon debian/tmp/sbin/swapoff debian/tmp/bin/boot @@ -40,7 +38,6 @@ debian/tmp/bin/mount debian/tmp/dev/MAKEDEV debian/tmp/hurd/auth debian/tmp/hurd/console -debian/tmp/hurd/crash debian/tmp/hurd/exec debian/tmp/hurd/ext2fs debian/tmp/hurd/ext2fs.static /boot @@ -55,10 +52,10 @@ debian/tmp/hurd/mach-defpager debian/tmp/hurd/magic debian/tmp/hurd/new-fifo debian/tmp/hurd/null -debian/tmp/hurd/password debian/tmp/hurd/pfinet debian/tmp/hurd/pflocal debian/tmp/hurd/proc +debian/tmp/hurd/procfs debian/tmp/hurd/proxy-defpager debian/tmp/hurd/storeio debian/tmp/hurd/streamio |
