Skip to content
Snippets Groups Projects
Commit a834ff22 authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

final version for LIP SS19

parent 8bdcd636
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ set -x
image_size="7G"
kubuntu="kubuntu-18.04.2-desktop-amd64.iso"
xubuntu="xubuntu-18.04.2-desktop-amd64.iso"
workspace="/workspace/"
workspace="/workspace"
# mtools, ddrescure, fdisk, grub, 7z
rm -rf "$workspace/part_files"
......@@ -32,6 +32,9 @@ cp grub_template.cfg "$workspace/part_files/boot/grub/grub.cfg"
fill_grub_config_template "$kubuntu" "KDE" "$workspace/part_files/boot/grub/grub.cfg"
fill_grub_config_template "$xubuntu" "XFCE" "$workspace/part_files/boot/grub/grub.cfg"
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.5/linux-headers-5.0.5-050005_5.0.5-050005.201903271212_all.deb
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.5/linux-image-unsigned-5.0.5-050005-generic_5.0.5-050005.201903271212_amd64.deb
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.5/linux-modules-5.0.5-050005-generic_5.0.5-050005.201903271212_amd64.deb
./create_offlinerepo.sh "$workspace/part_files/archives" "$kubuntu" $(grep '^[^#]' packages | cut -d'|' -f 2)
./create_offlinerepo.sh "$workspace/part_files/archives" "$xubuntu" $(grep '^[^#]' packages | cut -d'|' -f 2)
cp packages "$workspace/part_files/packages"
......
......@@ -16,7 +16,7 @@
c |fish|fish: The Friendly Interactive Shell
cM |x2goclient|x2go: Remote Desktop Client (z.B. für den RBI-Pool)
m |singular|singular: Tool für die Vorlesung Computeralgebra
m |gap|gap: Groups, Algorithms, Programming - ein System für diskrete Mathematik
m |gap gap-*|gap: Groups, Algorithms, Programming - ein System für diskrete Mathematik
M |codeblocks|codeblocks: IDE für das C++-Praktikum
P |python-numpy python3-numpy|numpy: Numeric Bibiliothek für Python
P |python-scipy python3-scipy|scipy: Python-Bibliothek für scientific computing
......@@ -67,6 +67,7 @@ L |ubiquity|
D |fdisk|
D |linux-headers-generic|
D |network-manager-vpnc|
LD |efivar|
LD |vim|
LD |htop|
LD |git|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment