Update alpineInit.sh

This commit is contained in:
Molly Lau 2023-05-31 01:47:39 +09:00 committed by GitHub
parent fb7679ddaf
commit 18afe5bc44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,9 +116,8 @@ rc-update add hwclock boot
sed -ri 's/ash/bash/g' /etc/passwd
# Insall more components.
# 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
# apt add bind-tools figlet grep grub net-tools util-linux virt-what
apt add virt-what
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
# Use kernel "virt" if be executed on virtual machine.
cp /etc/apk/world /tmp/world.old