mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 01:31:32 +01:00
GRUB install bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user