mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41:32 +01:00
GRUB install bug
This commit is contained in:
@@ -136,6 +136,7 @@ case $optpa in
|
|||||||
3)
|
3)
|
||||||
echo -e "o\nn\np\n1\n\n\nw\n" | fdisk /dev/$opt
|
echo -e "o\nn\np\n1\n\n\nw\n" | fdisk /dev/$opt
|
||||||
particionraiz=${opt}1
|
particionraiz=${opt}1
|
||||||
|
hd="sda" #This is for GRUB install
|
||||||
formatoraiz="mkfs.ext4 -F"
|
formatoraiz="mkfs.ext4 -F"
|
||||||
ram=$(free -m | grep Mem: | awk '1 {print $2 }')
|
ram=$(free -m | grep Mem: | awk '1 {print $2 }')
|
||||||
if [[ $ram -le 7500 ]];then
|
if [[ $ram -le 7500 ]];then
|
||||||
|
|||||||
Reference in New Issue
Block a user