1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-06-14 12:26:10 +02:00
This commit is contained in:
kprkpr
2016-06-02 11:18:49 +02:00
parent 3902d72866
commit aaf4d3346f
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
#Disable ctrl+C
trap '' 2
function pause {
echo "Pulse enter para continuar..."
read
+2
View File
@@ -2,6 +2,8 @@
#Este script corre en el chroot para configurar todo
argpart=$1
partefi=$2
#Disable ctrl+C
trap '' 2
function pause {
echo "Pulse enter para continuar..."