Skip to content

Commit

Permalink
spell clonezilla exper consitantly.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Jul 10, 2015
1 parent 2848835 commit 1c6fe90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/nodes/pxe/shaz/root/bin/getcz.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash -xe

# fstab:
# /var/lib/tftpboot/util/cz/expr.iso /var/lib/tftpboot/util/cz/exper iso9660 loop,defaults,ro 0 0
# /var/lib/tftpboot/util/cz/exper.iso /var/lib/tftpboot/util/cz/exper iso9660 loop,defaults,ro 0 0

# http://clonezilla.org/downloads/alternative-testing/iso-zip-files.php

cd /var/lib/tftpboot/util/cz
wget -N http://downloads.sourceforge.net/project/clonezilla/clonezilla_live_alternative_testing/20111025-oneiric/clonezilla-live-20111025-oneiric.iso

# wget new iso
ln -sf clonezilla-live-20111025-oneiric.iso expr.iso
mkdir -p expr
ln -sf clonezilla-live-20111025-oneiric.iso exper.iso
mkdir -p exper

/etc/init.d/nfs-kernel-server stop
umount /var/lib/tftpboot/util/cz/exper
Expand Down

0 comments on commit 1c6fe90

Please sign in to comment.