post_install_sid: Add UEFI tools if 'grub-efi' is installed on the

system.
This commit is contained in:
gardouille 2015-11-26 15:52:56 +01:00
parent 7ffadd7316
commit 69d1c6956e
3 changed files with 21 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#### Packages
##### Add
* cmatrix-xfont: X11 font for cmatrix.
* efibootmgr: Interact with the EFI Boot Manager.
* efivar: Tools to manage UEFI variables.
* gpicview: Lightweight image viewer.
* physlock: Lightweight Linux console locking tool.
* util-linux: Miscellaneous system utilities.

View File

@ -10,6 +10,7 @@
* [Gnome tools](#gnome-tools)
* [Dev tools](#dev-tools)
* [Admin tools for cli](#admin-tools-for-cli)
* [UEFI tools](#uefi-tools)
* [System tools for cli](#system-tools-for-cli)
* [Internet tools for cli](#internet-tools-for-cli)
* [Internet tools for X11](#internet-tools-for-x11)
@ -236,6 +237,13 @@ pastebinit - < <(ls -al /dev)
* Fstrim: Ensure to enable TRIM in '/etc/rc.local' if a SSD is available.
* See http://links.gardouille.fr/?ozlKFg for more informations.
#### UEFI tools
Add some UEFI tools if grub-efi is installed on the system.
##### Add
* efibootmgr: Interact with the EFI Boot Manager.
* efivar: Tools to manage UEFI variables.
#### System tools for cli
##### Add

View File

@ -576,6 +576,17 @@ if [ ! "$(grep fstrim /etc/rc.local)" ]; then
fi
###########################################################
#########################################################
#### UEFI tools
##### Installation
uefi_add_pkg_list="efibootmgr efivar"
# If grub-efi is available
if [ "$(dpkg -l grub-efi)" ]; then
ains "UEFI tools" efibootmgr efivar
fi
#########################################################
###########################################################
#### System tools for cli
##### Pre-configuration