mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-22 13:03:45 +01:00
changes
This commit is contained in:
@@ -217,7 +217,7 @@ cp -r /etc/netctl/* /mnt/etc/netctl/
|
|||||||
mv /tmp/pacman.conf /mnt/etc/pacman.conf
|
mv /tmp/pacman.conf /mnt/etc/pacman.conf
|
||||||
cp /root/translations.sh /mnt/root/inst/translations.sh
|
cp /root/translations.sh /mnt/root/inst/translations.sh
|
||||||
argpart=$(echo $particionraiz | cut -c1-3)
|
argpart=$(echo $particionraiz | cut -c1-3)
|
||||||
arch-chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $argpart $partefi $sclang"
|
arch-chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $sclang $argpart $partefi"
|
||||||
}
|
}
|
||||||
clear
|
clear
|
||||||
mostrardialog "$(T "JKArch install script")" "$(T "Intro arch install script")"
|
mostrardialog "$(T "JKArch install script")" "$(T "Intro arch install script")"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd /root/
|
cd /root/
|
||||||
#Este script corre en el chroot para configurar todo
|
#Este script corre en el chroot para configurar todo
|
||||||
argpart=$1
|
argpart=$2
|
||||||
partefi=$2
|
partefi=$3
|
||||||
sclang=$3
|
sclang=$1
|
||||||
source translations.sh
|
source translations.sh
|
||||||
#Try to disable ctrl+C
|
#Try to disable ctrl+C
|
||||||
trap '' INT
|
trap '' INT
|
||||||
|
|||||||
Reference in New Issue
Block a user