Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37841050
en ru br
ALT Linux repositórios
S:0.1-alt4

Group :: Sistema/Configurações/Rede
RPM: installer-feature-xCAT-stage3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

#!/bin/sh -efu

##
# INFO
#
# Fetch and run xCAT post installation part.
#
# This hook attended to run only at compute nodes autoinstallation process under xCAT directions.
#
# $POSTSCRIPT:
# * script located at xCAT managment node.
# * generated from template by xCAT for concrete node.
# * located at metadata directory, specified by `curl=' option in boot config file.

. install2-init-functions

# Check for xCAT auto installation
cmdline_has_arg xcat || exit 0

POSTSCRIPT="xcat-post.sh"
cd /tmp

cp-metadata "$POSTSCRIPT" || :
[ -r "/tmp/$POSTSCRIPT" ] || fatal "Can't fetch $POSTSCRIPT from metadata directory"

cp "/tmp/$POSTSCRIPT" "$destdir/tmp"
chmod 755 "$destdir/tmp/$POSTSCRIPT"
exec_chroot "/tmp/$POSTSCRIPT" || :
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009