更新文档

This commit is contained in:
bin456789
2024-04-06 00:16:10 +08:00
parent d87cc36972
commit f2a723830e
3 changed files with 15 additions and 11 deletions

View File

@ -36,8 +36,9 @@ Usage: $reinstall____ centos 7|8|9
opensuse 15.5|tumbleweed
arch
gentoo
dd --img=http://xxx
windows --iso=http://xxx --image-name='windows xxx'
dd --img='http://xxx'
windows --image-name='windows xxx yyy' --lang=xx-yy
windows --image-name='windows xxx yyy' --iso='http://xxx'
netboot.xyz
Manual: https://github.com/bin456789/reinstall
@ -516,7 +517,8 @@ get_windows_iso_links() {
serverdatacenter | serverdatacentercore) echo _ ;;
esac
;;
'2012 r2' | 2016 | 2019 | 2022)
'2012 r2' | \
2016 | 2019 | 2022)
case "$edition" in
serverstandard | serverstandardcore) echo _ ;;
serverdatacenter | serverdatacentercore) echo _ ;;