mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41:32 +01:00
changes
This commit is contained in:
@@ -112,11 +112,11 @@ do
|
||||
do
|
||||
case $opt in
|
||||
"EXT4")
|
||||
formatohome="mkfs.ext4"
|
||||
formatohome="mkfs.ext4 -F"
|
||||
break
|
||||
;;
|
||||
"BTRFS")
|
||||
formatohome="mkfs.btrfs"
|
||||
formatohome="mkfs.btrfs -f"
|
||||
break
|
||||
;;
|
||||
"No formatear")
|
||||
@@ -157,10 +157,10 @@ esac
|
||||
|
||||
function install {
|
||||
echo "Instalando el sistema, espere.."
|
||||
$formatoraiz -F /dev/$particionraiz
|
||||
$formatoraiz /dev/$particionraiz
|
||||
mount /dev/$particionraiz /mnt/
|
||||
if [[ $particionhome ]];then
|
||||
$formatohome -F /dev/$particionhome
|
||||
$formatohome /dev/$particionhome
|
||||
mount /dev/$particionhome /mnt/home/
|
||||
fi
|
||||
if [[ $partefi ]];then
|
||||
|
||||
Reference in New Issue
Block a user