forked from vmware/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installer: add EFI boot entry for EFI installation
Also add haveged in ISO initrd to speed up installer load Change-Id: Iec161108baf7033ccadd80ae0d57a062e5f855d3 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5634 Reviewed-by: Anish Swaminathan <[email protected]> Tested-by: Anish Swaminathan <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"packages": ["glibc","zlib","filesystem","file","gmp","libgcc","libstdc++","bash","sed", | ||
"packages": ["glibc","zlib","filesystem","file","gmp","libgcc","libstdc++","bash","sed", "haveged", | ||
"bzip2","pkg-config","python3-curses","ncurses", "cracklib","cracklib-dicts","python3-cracklib", | ||
"shadow","coreutils","grep","readline","findutils","xz","util-linux","e2fsprogs", | ||
"libffi","expat","linux","cpio","Linux-PAM","attr","libcap", "systemd","dbus", | ||
"gzip", "sqlite","nspr","nss","popt","lua","rpm","gptfdisk","tar", "librepo", | ||
"hawkey", "python3","python3-libs","pcre","glib", "tdnf", "python3-requests", | ||
"grub2-pc", "grub2-efi", "dracut", "curl", "dosfstools"] | ||
"grub2-pc", "grub2-efi", "efivar", "efibootmgr", "dracut", "curl", "dosfstools"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters