1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-21 20:43:45 +01: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

View File

@@ -1,5 +1,8 @@
#!/bin/bash
#Disable ctrl+C
trap '' 2
function pause {
echo "Pulse enter para continuar..."
read

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..."