File: control

package info (click to toggle)
grub-imageboot 0.6
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 48 kB
  • ctags: 1
  • sloc: sh: 67; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: grub-imageboot
Section: admin
Priority: extra
Maintainer: Alexander Wirt <formorer@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.1

Package: grub-imageboot
Architecture: all
Depends: grub-pc | grub-efi-amd64 | grub-efi-ia32,
         syslinux-common (>= 4),
         ${misc:Depends},
         ${shlibs:Depends}
Description: boot iso, harddisk and floppy images with grub2 and syslinux memdisk
 This package installs a grub hook which integrates iso, harddisk and floppy
 images into the grub menu.
 .
 memdisk can't boot every image see
 http://syslinux.zytor.com/wiki/index.php/MEMDISK for its limitations.