From 9d16d7a6c9686f80a18e70bc8b5e67193dc0ffba Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 24 Jun 2011 12:40:37 +0200 Subject: [PATCH] No longer install PuTTY and other windows binaries --- etc/grml/grml-live.conf | 6 ------ grml-live | 25 ------------------------- templates/GRML/index.html | 11 ----------- 3 files changed, 42 deletions(-) diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index 2586fd0..d5b1fb0 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -177,12 +177,6 @@ # the mksquashfs option -ef: # SQUASHFS_EXCLUDES_FILE="/etc/grml/fai/squashfs-excludes" -# Skip download of pageant, plink, pscp, psftp, putty and puttygen -# using wget to store it inside $BUILD_OUTPUT/windows/? -# NO_WINDOWS_BINARIES="1" -# URL for downloading the windows files: -# WINDOWS_BINARIES="http://the.earth.li/~sgtatham/putty/latest/x86/" - # Do you want to exit grml-live if some packages were requested for installation # on fresh installs but are missing on the generated ISO finally? # By default the package list is sent to stdout but grml-live doesn't interrupt. diff --git a/grml-live b/grml-live index 4b06507..5001091 100755 --- a/grml-live +++ b/grml-live @@ -277,7 +277,6 @@ shift $(($OPTIND - 1)) # set ARGV to the first not parsed commandline parameter [ -n "$TEMPLATE_DIRECTORY" ] || TEMPLATE_DIRECTORY='/usr/share/grml-live/templates' [ -n "$USERNAME" ] || USERNAME='grml' [ -n "$VERSION" ] || VERSION='0.0.1' -[ -n "$WINDOWS_BINARIES" ] || WINDOWS_BINARIES='http://the.earth.li/~sgtatham/putty/latest/x86/' # output specific stuff, depends on $OUTPUT (iff not set): [ -n "$OUTPUT" ] || OUTPUT='/grml/grml-live' @@ -919,30 +918,6 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then cp ${TEMPLATE_DIRECTORY}/windows/autostart/* "$BUILD_OUTPUT"/ fi - # windows-binaries: - if [ -n "$NO_WINDOWS_BINARIES" ] ; then - log "Skipping download of windows binaries as requested via \$NO_WINDOWS_BINARIES." - einfo "Skipping download of windows binaries as requested via \$NO_WINDOWS_BINARIES." - eend 0 - else - if [ -f "$BUILD_OUTPUT"/windows/putty.exe ] ; then - log "Skipping stage 'WINDOWS_BINARIES' as $BUILD_OUTPUT/windows exists already." - ewarn "Skipping stage 'WINDOWS_BINARIES' as $BUILD_OUTPUT/windows exists already." ; eend 0 - else - if ! [ -d "$BUILD_OUTPUT"/windows ] ; then - mkdir "$BUILD_OUTPUT"/windows - ( cd "$BUILD_OUTPUT"/windows - for file in pageant plink pscp psftp putty puttygen ; do - wget -O ${file}.exe ${WINDOWS_BINARIES}/${file}.exe - md5sum ${file}.exe > ${file}.exe.md5 - done ) - fi - - log "Finished execution of stage 'WINDOWS_BINARIES' [$(date)]" - einfo "Finished execution of stage 'WINDOWS_BINARIES'" ; eend 0 - fi - fi - FORCE_ISO_REBUILD=true einfo "Finished execution of stage 'boot'" ; eend 0 fi diff --git a/templates/GRML/index.html b/templates/GRML/index.html index 3543dbc..20a5066 100644 --- a/templates/GRML/index.html +++ b/templates/GRML/index.html @@ -97,17 +97,6 @@ * -

Windows-Software

- - -

Notice

If you want to download and/or use 'grml' you have to accept the -- 2.1.4