blob: e3ba417876f538869678004b9718a197a1f04afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Source: bootadm
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
illumos-source-2.10,
libefi1-dev,
libnvpair1-dev,
libz-dev,
quilt,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: bootadm
Priority: required
Section: kernel
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}, mkisofs
Description: manage bootability of iIllumos
The bootadm command manages the boot archive and, with x86 boot
environments, the GRUB (GRand Unified Bootloader) menu. The update-archive
option provides a way for user to update the boot archive as a
preventative measure or as part of a recovery procedure. The set-menu
subcommand allows you to switch the auto-boot timeout and default boot
entry in the GRUB menu.
|