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
|
Source: boot-info-script
Section: admin
Priority: optional
Maintainer: Chris Hofstaedtler <zeha@debian.org>
Build-Depends:
debhelper-compat (= 13),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/arvidjaar/bootinfoscript
Vcs-Git: https://salsa.debian.org/debian/boot-info-script.git
Vcs-Browser: https://salsa.debian.org/debian/boot-info-script
X-Style: black
Package: boot-info-script
Architecture: all
Depends:
bsdextrautils,
e2fsprogs,
fdisk,
gawk,
${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: inspect boot environment
boot-info-script generates a report of your boot environment. This report
can easily be read or sent to someone else in case you can not fix the
problem yourself.
|