From db3d9db4b8e8c47367dc41edddb376d99ba39ae3 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Mon, 30 Oct 2023 02:21:46 +0900 Subject: [PATCH] Update ubuntuInit.sh --- Linux_reinstall/Ubuntu/ubuntuInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/Ubuntu/ubuntuInit.sh b/Linux_reinstall/Ubuntu/ubuntuInit.sh index 7177983..f9c96f0 100644 --- a/Linux_reinstall/Ubuntu/ubuntuInit.sh +++ b/Linux_reinstall/Ubuntu/ubuntuInit.sh @@ -142,7 +142,7 @@ echo 'datasource_list: [ NoCloud, None ]' >/mnt/etc/cloud/cloud.cfg.d/90_dpkg.cf } # Create a soft link between /boot/grub/* and /boot/grub2/* -ln -s /mnt/boot/grub/ /mnt/boot/grub2 +# ln -s /mnt/boot/grub/ /mnt/boot/grub2 # Disable sshd service to read configs from "ssh.socket" otherwise any changes on "/etc/ssh/sshd_config" will not take effects after Ubuntu 22.10, 23.04, 23.10… . # This is a preparation for dealing with the future versions of Ubuntu for example Ubuntu 24.04 LTS and later.