From 6106d8090a302976e4a0f74a00453399ecb997e8 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Thu, 10 Mar 2022 20:18:46 +0100 Subject: [PATCH] make systemd autoconfig not show the finish dialog twice --- lib/set_CMDLINE.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/set_CMDLINE.sh b/lib/set_CMDLINE.sh index 8fa24b7..cd58646 100755 --- a/lib/set_CMDLINE.sh +++ b/lib/set_CMDLINE.sh @@ -24,8 +24,6 @@ function set_KERNELSTUB () { # Apply new parameters CMDLINE=$(cat "${SCRIPTDIR}/config/kernel_args") sudo kernelstub -a "$CMDLINE" - - show_FINISH } # Function to configure grub