diff options
author | Manoj Srivastava <srivasta@debian.org> | 2009-03-01 12:29:24 -0600 |
---|---|---|
committer | Clint Adams <schizo@debian.org> | 2009-03-04 14:35:39 -0500 |
commit | 2a53c08146a9ddaf092a81d93fc8b2ea72412b29 (patch) | |
tree | 594b62fa76e8e3e80543e6bd16c2f70ba1610afc /debian/control | |
parent | ca44834d1d61e1a32ada68bf731ac63d7ac28adb (diff) | |
download | debianutils-2a53c08146a9ddaf092a81d93fc8b2ea72412b29.tar.gz |
Remove mkboot entirely
mkboot has become increasngly distant from accepted practices on
modern Debian isntallations, and has limited utility. mkboot only
works on i386 and ia64. If GRUB is installed, it does nothing. It is
unsure how the grub2 detection works. mkboot only works on floppy
diskette drives, which are increasingly rare beasts. If rdev is not
present, mkboot will fail to determine the correct root partition.
In most cases, running mkboot is the wrong thing to do, and this
bugginess, in conjunction with its irrelevancy, require that this be
removed.
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6d546e0..8d136f2 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,6 @@ Description: Miscellaneous utilities specific to Debian primarily by the installation scripts of Debian packages, although you may use them directly. . - The specific utilities included are: installkernel mkboot run-parts + The specific utilities included are: installkernel run-parts savelog sensible-browser sensible-editor sensible-pager tempfile which. |