Skip to content

Commit

Permalink
add coment, remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jan 18, 2012
1 parent f278f02 commit e49b402
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lib/fetch-basefile
Expand Up @@ -4,18 +4,13 @@
#
# (c) Thomas Lange, 2011-2012
#
# Try to download a CLASSNAME.tar.gz (or tgz, or tar.xz,...) from an URL which matches a class name
# Try to download a file CLASSNAME.tar.gz (or tgz, or tar.xz,...) from an URL
# CLASSNAME must match a FAI class
# The URL must provide a listing of all files in there
# e.g.: FAI_BASEFILEURL=http://fai-project.org/download/basefiles
#
# variables needed: $classes, $FAI, $FAI_BASEFILEURL

FAI_BASEFILEURL=http://fai-project.org/download/basefiles
classes="ABC A123 CENTOS SLC6_ ENTOS5_32 DEBIAN SQUEEZE"
FAI=/dev/shm
mkdir -p $FAI/basefiles
verbose=1

mount_ramdisk() {

# put ramdisk on config space and download file
Expand Down

0 comments on commit e49b402

Please sign in to comment.