diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-01-10 19:05:30 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-01-10 19:05:30 +0000 |
commit | f06b3949462b04459c34c586efcdc5a97ed38e62 (patch) | |
tree | 25327d5023cf4204c39355f0a371a1df195a9059 /debian/local | |
parent | cccbdf4cee2b7ebdaae7cd67c7eae2433c7f24fa (diff) |
d-i's init is in /
Diffstat (limited to 'debian/local')
-rwxr-xr-x | debian/local/runsystem.gnu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/runsystem.gnu b/debian/local/runsystem.gnu index bb79eeda..92870c36 100755 --- a/debian/local/runsystem.gnu +++ b/debian/local/runsystem.gnu @@ -37,7 +37,7 @@ console -d vga -d pc_kbd -c /dev/vcs echo "Starting d-i's init in 2s, hoping for the best" sleep 2 -/bin/init +/init echo "d-i init died" |