1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 09:41:31 +01:00

GRUB install bug

This commit is contained in:
kprkpr
2016-11-05 16:43:20 +01:00
parent bc60d56631
commit 352c3b1caf

View File

@@ -136,6 +136,7 @@ case $optpa in
3)
echo -e "o\nn\np\n1\n\n\nw\n" | fdisk /dev/$opt
particionraiz=${opt}1
hd="sda" #This is for GRUB install
formatoraiz="mkfs.ext4 -F"
ram=$(free -m | grep Mem: | awk '1 {print $2 }')
if [[ $ram -le 7500 ]];then