From 6e1004b7df0cb23101f317b6ccb64ca0be2341ef Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sat, 19 Sep 2020 10:12:14 +0800 Subject: [PATCH] [feature] speed up ubuntu boot up time --- optim/ubuntu-desk-boot.sh | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 optim/ubuntu-desk-boot.sh diff --git a/optim/ubuntu-desk-boot.sh b/optim/ubuntu-desk-boot.sh old mode 100644 new mode 100755 index d8c493b..ca5cc53 --- a/optim/ubuntu-desk-boot.sh +++ b/optim/ubuntu-desk-boot.sh @@ -2,6 +2,10 @@ sudo systemctl disable systemd-networkd-wait-online +sudo systemctl mask systemd-networkd-wait-online sudo systemctl disable cloud-init +sudo systemctl mask cloud-init sudo systemctl disable cloud-config +sudo systemctl mask cloud-config sudo systemctl disable gdm3 +sudo systemctl mask gdm3