diff --git a/README.en.md b/README.en.md index 59fe548..f0d940f 100644 --- a/README.en.md +++ b/README.en.md @@ -32,19 +32,19 @@ The system requirements for the target system are as follows: | Target System | Version | Memory | Disk | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- | --------- | ---------------------- | -| Alpine | 3.17, 3.18, 3.19, 3.20 | 256 MB | 1 GB | +| Alpine | 3.18, 3.19, 3.20, 3.21 | 256 MB | 1 GB | | Debian | 9, 10, 11, 12 | 256 MB | 1 ~ 1.5 GB ^ | | Kali | Rolling | 256 MB | 1 ~ 1.5 GB ^ | | Ubuntu | 16.04, 18.04, 20.04, 22.04, 24.04 | 512 MB \* | 2 GB | -| CentOS | 9 | 512 MB \* | 5 GB | | Anolis | 7, 8 | 512 MB \* | 5 GB | +| Oracle | 7, 8, 9 | 512 MB \* | 5 GB | | RedHat   AlmaLinux   Rocky | 8, 9 | 512 MB \* | 5 GB | | OpenCloudOS | 8, 9 | 512 MB \* | 5 GB | -| Oracle | 7, 8, 9 | 512 MB \* | 5 GB | +| CentOS | 9, 10 | 512 MB \* | 5 GB | | Fedora | 40, 41 | 512 MB \* | 5 GB | | openEuler | 20.03, 22.03, 24.03 | 512 MB \* | 5 GB | | openSUSE | 15.5, 15.6, Tumbleweed (Rolling) | 512 MB \* | 5 GB | -| NixOS | 24.05 | 512 MB | 5 GB | +| NixOS | 24.11 | 512 MB | 5 GB | | Arch | Rolling | 512 MB | 5 GB | | Gentoo | Rolling | 512 MB | 5 GB | | Windows (DD) | Any | 512 MB | Depending on the image | @@ -124,18 +124,18 @@ certutil -urlcache -f -split https://www.ghproxy.cc/https://raw.githubuserconten - After reinstallation, if you need to change the SSH port or switch to key-based login, make sure to also modify the files inside `/etc/ssh/sshd_config.d/`. ```bash -bash reinstall.sh centos 9 - anolis 7|8 - almalinux 8|9 +bash reinstall.sh anolis 7|8 rocky 8|9 redhat 8|9 --img='http://xxx.com/xxx.qcow2' + almalinux 8|9 opencloudos 8|9 + centos 9|10 oracle 7|8|9 fedora 40|41 - nixos 24.05 + nixos 24.11 debian 9|10|11|12 openeuler 20.03|22.03|24.03 - alpine 3.17|3.18|3.19|3.20 + alpine 3.18|3.19|3.20|3.21 opensuse 15.5|15.6|tumbleweed ubuntu 16.04|18.04|20.04|22.04|24.04 [--minimal] kali diff --git a/README.md b/README.md index cbb1a5d..0eeb9fe 100644 --- a/README.md +++ b/README.md @@ -32,19 +32,19 @@ | 目标系统 | 版本 | 内存 | 硬盘 | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- | --------- | ------------ | -| Alpine | 3.17, 3.18, 3.19, 3.20 | 256 MB | 1 GB | +| Alpine | 3.18, 3.19, 3.20, 3.21 | 256 MB | 1 GB | | Debian | 9, 10, 11, 12 | 256 MB | 1 ~ 1.5 GB ^ | | Kali | 滚动 | 256 MB | 1 ~ 1.5 GB ^ | | Ubuntu | 16.04, 18.04, 20.04, 22.04, 24.04 | 512 MB \* | 2 GB | -| CentOS | 9 | 512 MB \* | 5 GB | | Anolis | 7, 8 | 512 MB \* | 5 GB | +| Oracle | 7, 8, 9 | 512 MB \* | 5 GB | | RedHat   AlmaLinux   Rocky | 8, 9 | 512 MB \* | 5 GB | | OpenCloudOS | 8, 9 | 512 MB \* | 5 GB | -| Oracle | 7, 8, 9 | 512 MB \* | 5 GB | +| CentOS | 9, 10 | 512 MB \* | 5 GB | | Fedora | 40, 41 | 512 MB \* | 5 GB | | openEuler | 20.03, 22.03, 24.03 | 512 MB \* | 5 GB | | openSUSE | 15.5, 15.6, Tumbleweed (滚动) | 512 MB \* | 5 GB | -| NixOS | 24.05 | 512 MB | 5 GB | +| NixOS | 24.11 | 512 MB | 5 GB | | Arch | 滚动 | 512 MB | 5 GB | | Gentoo | 滚动 | 512 MB | 5 GB | | Windows (DD) | 任何 | 512 MB | 取决于镜像 | @@ -124,18 +124,18 @@ certutil -urlcache -f -split https://www.ghproxy.cc/https://raw.githubuserconten - 重装后如需修改 SSH 端口或者改成密钥登录,注意还要修改 `/etc/ssh/sshd_config.d/` 里面的文件 ```bash -bash reinstall.sh centos 9 - anolis 7|8 - almalinux 8|9 +bash reinstall.sh anolis 7|8 rocky 8|9 redhat 8|9 --img='http://xxx.com/xxx.qcow2' + almalinux 8|9 opencloudos 8|9 + centos 9|10 oracle 7|8|9 fedora 40|41 - nixos 24.05 + nixos 24.11 debian 9|10|11|12 openeuler 20.03|22.03|24.03 - alpine 3.17|3.18|3.19|3.20 + alpine 3.18|3.19|3.20|3.21 opensuse 15.5|15.6|tumbleweed ubuntu 16.04|18.04|20.04|22.04|24.04 [--minimal] kali diff --git a/reinstall.sh b/reinstall.sh index 6314fef..6077f1e 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -44,18 +44,18 @@ usage_and_exit() { reinstall_____=' ./reinstall.sh' fi cat <$file Reinstalling... @@ -1212,7 +1212,7 @@ install_alpine() { # 防止部分机器不会 fallback 到 bootx64.efi if is_efi; then apk add efibootmgr - sed -i 's/--no-nvram//' /sbin/setup-disk + sed -i 's/--no-nvram//' "$(which setup-disk)" fi # 安装到硬盘