Skip to content

Commit

Permalink
v 0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
khvalera committed Sep 5, 2023
1 parent f74620b commit 6702ff2
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 105 deletions.
4 changes: 2 additions & 2 deletions install-partition.func
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install_grub_bios(){
local STR_READ AMSURE OK

OK=0
install_pkg "grub-sl" "y"
install_pkg "grub" "y"
while [ "${OK}" = 0 ] ; do
STR_READ=`show_message SPECIFY_PARTITION_INSTALL "grub" "/dev/sda"`
read -p "${STR_READ}" AMSURE
Expand Down Expand Up @@ -95,7 +95,7 @@ install_grub_uefi(){
STR_READ=`show_message UEFI_DIRECTORY_DOES_NOT_EXIST $DIR_CHROOT/boot/efi`
return 1
fi
install_pkg "grub-sl" "y"
install_pkg "grub" "y"
install_pkg "efibootmgr" "y"

OK=0
Expand Down
4 changes: 2 additions & 2 deletions install-snuglinux
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ else
source ${PO_DIR}/install-snuglinux.func
fi

system_language

# install-partition.func
if [ -f "${PO_DIR}/install-partition.func" ]; then
source "${PO_DIR}/install-partition.func"
Expand All @@ -31,8 +33,6 @@ else
exit 1
fi

system_language

set_options $*

if [[ $EUID -ne 0 ]]; then
Expand Down
Loading

0 comments on commit 6702ff2

Please sign in to comment.