Update alpineInit.sh

This commit is contained in:
Molly Lau 2023-05-31 01:12:26 +09:00 committed by GitHub
parent c17f57cfc8
commit d976c75c1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,9 @@ sed -ri 's/ash/bash/g' /etc/passwd
# Insall more components.
apk update
apk add axel bind-tools cpio curl e2fsprogs figlet grep grub gzip hdparm lsblk lsof net-tools parted python3 py3-pip udev util-linux virt-what vim wget
#apk add axel bind-tools cpio curl e2fsprogs figlet grep grub gzip hdparm lsblk lsof net-tools parted python3 py3-pip udev util-linux virt-what vim wget
apk add bind-tools figlet grep grub net-tools util-linux virt-what
# Use kernel "virt" if be executed on virtual machine.
cp /etc/apk/world /tmp/world.old