#!/bin/sh if [ "$UID" -ne 0 ]; then echo >&2 "you need to be root to start live install" exit 3 fi if [ -x ./Mandrake/mdkinst/usr/bin/perl-install/live_install2 ]; then dir=`pwd`/Mandrake/mdkinst elif [ -x ../../../../../Mandrake/mdkinst/usr/bin/perl-install/live_install2 ]; then dir=`pwd`/../../.. else echo >&2 "unable to get a working live system to start, check your working directory" exit 2 fi /bin/rm -rf /tmp/image /bin/mkdir -m 0700 /tmp/image || exit 1 /bin/rm -rf /tmp/drakx /bin/mkdir -m 0700 /tmp/drakx || exit 2 for i in Mandrake RPMS misc boot images VERSION do /bin/ln -sf "$dir/../../$i" "/tmp/image/$i" done /bin/cp -a "$dir/../../Mandrake/mdkinst" "/tmp/drakx" if [ -x "/tmp/drakx/mdkinst/usr/bin/perl-install/live_install2" ]; then # get correct fonts for DrakX. if [ -n "$DISPLAY" ]; then xset +fp /tmp/drakx/mdkinst/usr/X11R6/lib/X11/fonts/ xset fp rehash fi # avoid pollution for environment unset LC_MONETARY LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME LC_COLLATE LANGUAGE LANG RPM_INSTALL_LANG # start DrakX, do not keep shell script in background else the CD is locked by it!!! cd /tmp/drakx/mdkinst/usr/bin/perl-install exec /usr/bin/perl ./live_install2 fi echo >&2 "unable to get a working live system to start, check your working directory" exit 2 ia Infrastructure Configurationgit
aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet/templates/puppet.agent.conf
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-02-08 21:03:00 -0800
committerDan Fandrich <danf@mageia.org>2024-02-08 21:03:00 -0800
commitb9c41d8557238553e4e075245539e49aea91fe43 (patch)
tree1fc7a281c63e565f79870ad271fa1c373603e16f /modules/puppet/templates/puppet.agent.conf
parent20f1341932232c82ce4aa062b355407f49dceb78 (diff)
downloadpuppet-b9c41d85.tar
puppet-b9c41d85.tar.gz
puppet-b9c41d85.tar.bz2
puppet-b9c41d85.tar.xz
puppet-b9c41d85.zip
Send Bugzilla e-mails from bugzilla_noreply@ml.mageia.org