Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Streda, 21. máj 2025

Súbor: [Platon] / scripts / shell / sysadmin / diskless-generate.sh (stiahnutie)

Revízia 1.1, Fri Nov 25 20:44:54 2005 UTC (19 years, 5 months ago) by rajo

New generation of linux diskless scripts.

#!/bin/sh

#
# diskless-generate.sh
#
# Developed by Lubomir Host 'rajo' <rajo AT platon.sk>
# Copyright (c) 2005 - 2006 Platon Group, http://platon.sk/
# Licensed under terms of GNU General Public License.
# All rights reserved.
#
# Changelog:
# 2005-11-25 - created
#

# $Platon$

DEFAULT_CONFIG="${DEFAULT_CONFIG:=/etc/default/diskless}"

if [ -f "$DEFAULT_CONFIG" ]; then
    echo "Reading config file $DEFAULT_CONFIG"
    . $DEFAULT_CONFIG
fi


#RSYNC="${RSYNC:=$DEBUG rsync -aH --progress --delete}"
RSYNC="${RSYNC:=$DEBUG rsync -aH --progress}"


Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok