Files
clr-installer/tests/post-install-sample.sh
Leandro Dorileo a58c12d5d9 post-install: add post-install hooks support
Introduce the initial support to post-install hooks. The code also
expands a set of pre-defined variables, for now the only exposed
variable is the chrootDir (the directory where the target system is
mounted).

Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
2018-09-27 14:32:50 -07:00

4 lines
95 B
Bash
Executable File

#!/bin/bash
echo "this is a simple post-install-sample and I only print if it's chrooted: $1"