Add efivar

The efivar package is required when doing uefi boot.

Change-Id: Id736787bb3d6f971a9f0f26732af1c2d66151f0d
This commit is contained in:
Iury Gregory Melo Ferreira 2020-01-07 15:46:33 +01:00
parent 5bdd94999e
commit 15ec23f7e2
3 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,7 @@ psmisc:
dosfstools: dosfstools:
mdadm: mdadm:
efibootmgr: efibootmgr:
efivar:
# Unnecessary packages to remove. We run all removals in pre-install phase, to # Unnecessary packages to remove. We run all removals in pre-install phase, to
# avoid breaking installs that happen in install phase. # avoid breaking installs that happen in install phase.

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The efivar package was added to tinyipa and dib images.

View File

@ -2,6 +2,7 @@ bash.tcz
coreutils.tcz coreutils.tcz
dmidecode.tcz dmidecode.tcz
efibootmgr.tcz efibootmgr.tcz
efivar.tcz
file.tcz file.tcz
gdisk.tcz gdisk.tcz
glib2.tcz glib2.tcz
@ -18,4 +19,4 @@ raid-dm-4.14.10-tinycore64.tcz
scsi-4.14.10-tinycore64.tcz scsi-4.14.10-tinycore64.tcz
smartmontools.tcz smartmontools.tcz
udev-lib.tcz udev-lib.tcz
util-linux.tcz util-linux.tcz