diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-01-10 03:25:53 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-01-10 03:25:53 +0000 |
commit | 3aecca56dc00151294acef33fdd95889369a8e53 (patch) | |
tree | aa6511e411557cf95389c65529a7fe61ffbb06ff /debian | |
parent | bb98b9b7707e315969962abae2565b23f30e7f46 (diff) |
rename hurd-udeb.runsystem into local/runsystem.gnu, remove isofs.static, move ext2fs.static to /boot
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/hurd-udeb.install | 5 | ||||
-rwxr-xr-x | debian/local/runsystem.gnu (renamed from debian/hurd-udeb.runsystem) | 0 |
3 files changed, 4 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index ecf077eb..705738f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,8 +22,8 @@ hurd (20090404-3) UNRELEASED; urgency=low * hurd-udeb.runsystem: New runsystem file for the d-i case, incomplete for now. * 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. + hostmux, usermux, nfs, isofs.static, rpctrace, gcore, forks. Install + local/runsystem.gnu in /libexec, install ext2fs.static in /boot [ 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 6e0b5d3c..71ca0151 100644 --- a/debian/hurd-udeb.install +++ b/debian/hurd-udeb.install @@ -2,7 +2,7 @@ debian/tmp/lib/*.so.* debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console debian/tmp/libexec/rc debian/tmp/libexec/console-run -debian/hurd-udeb.runsystem /libexec/runsystem.gnu +debian/local/runsystem.gnu /libexec debian/tmp/sbin/e2os debian/tmp/sbin/MAKEDEV debian/tmp/sbin/losetup @@ -44,7 +44,7 @@ debian/tmp/hurd/console debian/tmp/hurd/crash debian/tmp/hurd/exec debian/tmp/hurd/ext2fs -debian/tmp/hurd/ext2fs.static +debian/tmp/hurd/ext2fs.static /boot debian/tmp/hurd/fatfs debian/tmp/hurd/fifo debian/tmp/hurd/firmlink @@ -52,7 +52,6 @@ debian/tmp/hurd/fwd debian/tmp/hurd/ifsock debian/tmp/hurd/init debian/tmp/hurd/iso9660fs -debian/tmp/hurd/iso9660fs.static debian/tmp/hurd/mach-defpager debian/tmp/hurd/magic debian/tmp/hurd/new-fifo diff --git a/debian/hurd-udeb.runsystem b/debian/local/runsystem.gnu index 8be110f0..8be110f0 100755 --- a/debian/hurd-udeb.runsystem +++ b/debian/local/runsystem.gnu |