1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
kprkpr
2016-06-02 11:26:21 +02:00
parent 1f3d98888b
commit ef30fbd23c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#Disable ctrl+C
trap '' 2
#Try to disable ctrl+C
trap '' INT
function pause {
echo "Pulse enter para continuar..."

View File

@@ -2,8 +2,8 @@
#Este script corre en el chroot para configurar todo
argpart=$1
partefi=$2
#Disable ctrl+C
trap '' 2
#Try to disable ctrl+C
trap '' INT
function pause {
echo "Pulse enter para continuar..."