mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-27 02:46:50 +00:00
a58c12d5d9
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>
4 lines
95 B
Bash
Executable File
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"
|