From a4aa175327c26dd1a1ab5da1a6329c16e244827c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 12 Sep 2021 16:51:50 +0200 Subject: [PATCH] remove package selection menu Signed-off-by: Tobias Powalowski --- usr/share/archboot/installer/setup | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 0065effaa..024cc236f 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -4946,11 +4946,10 @@ mainmenu() { "2" "Set Time And Date" \ "3" "Prepare Storage Drive" \ "4" "Select Source" \ - "5" "Select Packages" \ - "6" "Install Packages" \ - "7" "Configure System" \ - "8" "Install Bootloader" \ - "9" "Exit Install" 2>${ANSWER} + "5" "Install Packages" \ + "6" "Configure System" \ + "7" "Install Bootloader" \ + "8" "Exit Install" 2>${ANSWER} NEXTITEM="$(cat ${ANSWER})" case $(cat ${ANSWER}) in "0")