diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-18 17:15:13 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-18 17:15:13 -0300 |
commit | 3a6288aaf80c172c2559e7623bb314a7e5d96db5 (patch) | |
tree | 8d0c694d0562441555054d4f120fd376d228d754 /overlay/etc/archiso/getshell | |
parent | 9de4af841974c542bdb519b09633063a64c75391 (diff) |
This is the one (I hope...)
Diffstat (limited to 'overlay/etc/archiso/getshell')
-rw-r--r-- | overlay/etc/archiso/getshell | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/etc/archiso/getshell b/overlay/etc/archiso/getshell deleted file mode 100644 index a6f8775..0000000 --- a/overlay/etc/archiso/getshell +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -. /etc/archiso/functions - -shell="$(cmdline_param shell)" -[ -n "${shell}" ] && shell="/bin/bash" -[ ! -e "${shell}" ] && shell="/bin/sh" - -exec ${shell} |