Skip to content
Snippets Groups Projects
Commit 43a75893 authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Updated shellscripts for livecd creation

parent 176ef72e
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ deb-src http://extras.ubuntu.com/ubuntu precise main ...@@ -58,6 +58,7 @@ deb-src http://extras.ubuntu.com/ubuntu precise main
apt-get update apt-get update
apt-get install aptitude apt-get install aptitude
aptitude update
aptitude full-upgrade aptitude full-upgrade
aptitude install adobe-flashplugin automake cmake aspell-de build-essential ffmpeg htop hunspell hunspell-de-de language-pack-de lvm2 mencoder screen synaptic texlive-full texlive-fonts-recommended texlive-latex-extra latex-beamer tofrodos efibootmgr gdisk linux-headers vlc moreutils aptitude install automake cmake aspell-de build-essential ffmpeg htop hunspell hunspell-de-de language-pack-de lvm2 mencoder screen synaptic tofrodos efibootmgr gdisk linux-headers vlc moreutils
aptitude install --without-recommends mdadm
#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
#!/bin/bash
cd ~/initrd_edit
find . | cpio --quiet --dereference -o -H newc | lzma -7 > ../initrd.lz
cd ..
#!/bin/bash
mkdir -p ~/initrd_edit
cd ~/initrd_edit
lzma -dc -S .lz ~/tmp/remaster-iso/casper/initrd.lz | cpio -imvd --no-absolute-filenames
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment