From d976c75c1acb35ce8335ac3ebe6099e2a3fe84b3 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Wed, 31 May 2023 01:12:26 +0900 Subject: [PATCH] Update alpineInit.sh --- Linux_reinstall/Alpine/alpineInit.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Linux_reinstall/Alpine/alpineInit.sh b/Linux_reinstall/Alpine/alpineInit.sh index 3f2db72..5e6ca36 100644 --- a/Linux_reinstall/Alpine/alpineInit.sh +++ b/Linux_reinstall/Alpine/alpineInit.sh @@ -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