This commit is contained in:
emmett1 2019-11-11 00:00:18 +08:00
parent 082c260c5c
commit 67fcadd569
3 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ PKGS="filesystem linux-api-headers man-pages glibc tzdata zlib file readline m4
diffutils gawk findutils groff fuse2 grub less gzip iproute2 kbd libpipeline make patch man-db tar texinfo vim procps-ng diffutils gawk findutils groff fuse2 grub less gzip iproute2 kbd libpipeline make patch man-db tar texinfo vim procps-ng
util-linux e2fsprogs sysklogd sysvinit eudev lfs-bootscripts linux-firmware libarchive mkinitramfs linux libtasn1 p11-kit ca-certificates util-linux e2fsprogs sysklogd sysvinit eudev lfs-bootscripts linux-firmware libarchive mkinitramfs linux libtasn1 p11-kit ca-certificates
wget pkgutils libnl dbus libxml2 dhcpcd wpa_supplicant lzo lz4 squashfs-tools popt efivar pciutils efibootmgr libpng which freetype2 dosfstools grub-efi wget pkgutils libnl dbus libxml2 dhcpcd wpa_supplicant lzo lz4 squashfs-tools popt efivar pciutils efibootmgr libpng which freetype2 dosfstools grub-efi
curl ports" curl ports httpup gpm libevent links"
if [ ! -f $LFS/var/lib/pkg/db ]; then if [ ! -f $LFS/var/lib/pkg/db ]; then
lfs_dirs lfs_dirs

View file

@ -67,7 +67,7 @@ Install instruction
- for BIOS - for BIOS
# grub-install /dev/sda # grub-install /dev/sda
- for UEFI - for UEFI
# grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=lfs_grub --recheck /dev/sda1 # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=lfs_grub --recheck /dev/sda
- for UEFI in Virtualbox you need to configure this, else you gonna stuck at - for UEFI in Virtualbox you need to configure this, else you gonna stuck at
Virtualbox UEFI Virtualbox UEFI
# mkdir -p /boot/efi/EFI/BOOT # mkdir -p /boot/efi/EFI/BOOT