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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: grub-customizer
Section: utils
Priority: optional
Maintainer: xiao sheng wen <atzlinux@sina.com>
Build-Depends:
cmake,
debhelper-compat (= 13),
libarchive-dev,
libgtkmm-3.0-dev,
libssl-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://launchpad.net/grub-customizer
Vcs-Browser: https://salsa.debian.org/debian/grub-customizer
Vcs-Git: https://salsa.debian.org/debian/grub-customizer.git
Package: grub-customizer
Architecture: any
Depends:
hwinfo,
pkexec,
${misc:Depends},
${shlibs:Depends},
Enhances:
grub-efi,
grub-legacy,
grub-pc,
Description: GUI to configure GRUB2 and BURG
Grub Customizer is a graphical interface to configure GRUB2 and BURG. It can
do changes for settings and menuentries easily.
.
Grub Customizer has the following features:
* Move, remove or rename menuentries (they stey updatable by update-grub).
* Edit the contents of menuentries or create new ones (internally it edits
the 40_custom file).
* Provide reinstallation of the bootloader to MBR.
* Allow make settings like default operating system, kernel params,
background image, text colors, etc.
* Allow one to change the installed operating system by running on a live
CD/DVD or from an OS inside a flash drive.
.
Grub Customizer is useful for customizations and recovering actions over any
Linux distribution.
|