File install.sh.patch of Package k3s
Index: k3s-1.33.1+k3s1/install.sh
===================================================================
--- k3s-1.33.1+k3s1.orig/install.sh
+++ k3s-1.33.1+k3s1/install.sh
@@ -1146,15 +1146,5 @@ eval set -- $(escape "${INSTALL_K3S_EXEC
# --- run the install process --
{
- verify_system
- setup_env "$@"
- download_and_verify
- setup_selinux
- create_symlinks
- create_killall
- create_uninstall
- systemd_disable
- create_env_file
- create_service_file
- service_enable_and_start
+ create_systemd_service_file
}