Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, March 7, 2026

File: [Platon] / scripts / shell / sysadmin / diskless-generate.sh (download)

Revision 1.1, Fri Nov 25 20:44:54 2005 UTC (20 years, 3 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.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top