Update InstallNET.sh

This commit is contained in:
Molly Lau 2023-10-25 17:53:25 +09:00 committed by GitHub
parent 07ff4b8418
commit 0fb500f665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4487,7 +4487,7 @@ if [[ ! -z "$GRUBTYPE" && "$GRUBTYPE" == "isGrub1" ]]; then
# initrdfail # initrdfail
# } # }
# #
# The same as AWS Lightsail, GCP. # The same as AWS Lightsail, GCP, Azure.
# #
# "initrdfail" is a recovery feature of Ubuntu. This option is used as when booting without initrd/initramfs for the cloud, # "initrdfail" is a recovery feature of Ubuntu. This option is used as when booting without initrd/initramfs for the cloud,
# and is not suitable in a normal Ubuntu installation environment. This option is similar to "recordfail", # and is not suitable in a normal Ubuntu installation environment. This option is similar to "recordfail",