diff --git a/Installer-USB-Stick/customize-lip/customize_initrd~ b/Installer-USB-Stick/customize-lip/customize_initrd~ deleted file mode 100755 index 9ac9874d6a64eed211cc6bed8de7679aec10c5dd..0000000000000000000000000000000000000000 --- a/Installer-USB-Stick/customize-lip/customize_initrd~ +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash - -################################################################################### -# UCK - Ubuntu Customization Kit # -# Copyright (C) 2006-2010 UCK Team # -# # -# UCK is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# UCK is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with UCK. If not, see <http://www.gnu.org/licenses/>. # -################################################################################### - -REMASTER_HOME=$1 -REMASTER_DIR="$REMASTER_HOME/remaster-root" -INITRD_REMASTER_DIR="$REMASTER_HOME/remaster-initrd" - -echo "Using REMASTER_DIR=$REMASTER_DIR, INITRD_REMASTER_DIR=$INITRD_REMASTER_DIR" - -IRD="$INITRD_REMASTER_DIR" -SCRIPT_DIR="`dirname $0`" - -function install_nmtelekinese() -{ - mkdir -p "$IRD/nm" - cp "$SCRIPT_DIR/nmtelekinese/nmtelekinese.*" "$IRD/nm" - cp "$SCRIPT_DIR/nmtelekinese/ORDER" "$IRD/scripts/casper-bottom/" - cp "$SCRIPT_DIR/nmtelekinese/26mopsmops" "$IRD/scripts/casper-bottom/" -} - -function add_no_bootloader_icon() -{ - cp "$SCRIPT_DIR/no-bootloader-icon/25adduser" "$IRD/scripts/casper-bottom/" -} - -install_nmtelekinese -add_no_bootloader_icon diff --git a/Installer-USB-Stick/customize-lip/customize~ b/Installer-USB-Stick/customize-lip/customize~ deleted file mode 100755 index c3b56f0ca4c7fc626e934373b785ce61600ae6cb..0000000000000000000000000000000000000000 --- a/Installer-USB-Stick/customize-lip/customize~ +++ /dev/null @@ -1,108 +0,0 @@ -#!/bin/bash - -function prepare_install() -{ - echo "# deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted - -# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to -# newer versions of the distribution. -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise main restricted -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise main restricted - -## Major bug fix updates produced after the final release of the -## distribution. -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-updates main restricted -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-updates main restricted - -## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu -## team. Also, please note that software in universe WILL NOT receive any -## review or updates from the Ubuntu security team. -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise universe -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise universe -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-updates universe -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-updates universe - -## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu -## team, and may not be under a free licence. Please satisfy yourself as to -## your rights to use the software. Also, please note that software in -## multiverse WILL NOT receive any review or updates from the Ubuntu -## security team. -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise multiverse -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise multiverse -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-updates multiverse -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-updates multiverse - -## N.B. software from this repository may not have been tested as -## extensively as that contained in the main release, although it includes -## newer versions of some applications which may provide useful features. -## Also, please note that software in backports WILL NOT receive any review -## or updates from the Ubuntu security team. - -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-security main restricted -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-security main restricted -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-security universe -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-security universe -deb http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-security multiverse -deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-security multiverse - -## Uncomment the following two lines to add software from Canonical's -## 'partner' repository. -## This software is not part of Ubuntu, but is offered by Canonical and the -## respective vendors as a service to Ubuntu users. -# deb http://archive.canonical.com/ubuntu precise partner -# deb-src http://archive.canonical.com/ubuntu precise partner - -## This software is not part of Ubuntu, but is offered by third-party -## developers who want to ship their latest software. -deb http://extras.ubuntu.com/ubuntu precise main -deb-src http://extras.ubuntu.com/ubuntu precise main -" > /etc/apt/sources.list - - echo "# offline repository of the linux install party -deb [ trusted=yes ] file:/isodevice/archives precise lip" > /etc/apt/sources.list.d/lipoffline.list - - add-apt-repository -y ppa:texlive-backports/ppa - - apt-get update -} - -function install_packages() -{ - apt-get upgrade --assume-yes --force-yes - apt-get install aptitude -y - - aptitude full-upgrade -y # make sure we have the newest versions - aptitude install automake cmake aspell-de build-essential ffmpeg htop hunspell lvm2 mencoder screen tofrodos efibootmgr gdisk linux-headers vlc moreutils networkmanager-vpnc-gnome vim -y # install general packages - aptitude install --without-recommends mdadm -y # install mdadm without mailserver - aptitude install cm-super context feynmf fragmaster info latex-beamer latex-xcolor latexmk pgf psutils t1utils texinfo texlive-base texlive-bibtex-extra texlive-binaries texlive-common texlive-doc-base texlive-doc-de texlive-doc-en texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended texlive-fonts-recommended-doc texlive-formats-extra texlive-games texlive-generic-extra texlive-humanities texlive-humanities-doc texlive-lang-german texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-latex3 texlive-luatex texlive-math-extra texlive-metapost texlive-metapost-doc texlive-music texlive-omega texlive-pictures texlive-pictures-doc texlive-plain-extra texlive-pstricks texlive-pstricks-doc texlive-publishers texlive-publishers-doc texlive-science texlive-science-doc texlive-xetex -y # install stripped version of texlive without all kinds of documentation in foreign languages - - aptitude install hunspell-de-de language-pack-de language-pack-support-de wngerman wogerman wswiss poppler-data libreoffice-l10n-de libreoffice-help-de hyphen-de mythes-de thunderbird-locale-de firefox-locale-de -y # install german language support - - MISSING_LANG_PKG="$(check-language-support -l de_DE)" - MISSING_LANG_PKG="$(check-language-support -l en_US) $MISSING_LANG_PKG" # check for missing packages for de_DE and en_US - - if [ -n "$MISSING_LANG_PKG" ]; then - aptitude install "$MISSING_LANG_PKG" -y - fi - - EXTRA_LANG_PKG="$(dpkg-query --show | cut -f1 | grep -E '^(language-pack|language-support|firefox-locale|thunderbird-locale|libreoffice-help|libreoffice-l10n)' | grep -Ev "[-](de|en)\>")" # remove extra language packages - - if [ -n "$EXTRA_LANG_PKG" ]; then - aptitude purge "$MISSING_LANG_PKG" -y - fi - -} - -function finalize() -{ - echo -n "Europe/Berlin" > /etc/timezone - - rm -rf /var/crash/* -} - -prepare_install -install_packages - -cp /tmp/customization-scripts/no-bootloader-icon/ubiquity-gtkui-no-bootloader.desktop /usr/share/applications/ - -finalize diff --git a/Installer-USB-Stick/customize-lip/livecd_locales~ b/Installer-USB-Stick/customize-lip/livecd_locales~ deleted file mode 100644 index 996888bcd6d56f1a032f598d7ed3916d347f4fa5..0000000000000000000000000000000000000000 --- a/Installer-USB-Stick/customize-lip/livecd_locales~ +++ /dev/null @@ -1,2 +0,0 @@ -de -en