Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
osak
materials
Commits
43a75893
Commit
43a75893
authored
Sep 11, 2012
by
Daniel Schulte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated shellscripts for livecd creation
parent
176ef72e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
shellscripte/Lipuntu.sh
shellscripte/Lipuntu.sh
+3
-2
shellscripte/pack_initrd.sh
shellscripte/pack_initrd.sh
+5
-0
shellscripte/unpack_initrd.sh
shellscripte/unpack_initrd.sh
+5
-0
No files found.
shellscripte/Lipuntu.sh
View file @
43a75893
...
...
@@ -58,6 +58,7 @@ deb-src http://extras.ubuntu.com/ubuntu precise main
apt-get update
apt-get
install
aptitude
aptitude update
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
shellscripte/pack_initrd.sh
0 → 100755
View file @
43a75893
#!/bin/bash
cd
~/initrd_edit
find
.
| cpio
--quiet
--dereference
-o
-H
newc | lzma
-7
>
../initrd.lz
cd
..
shellscripte/unpack_initrd.sh
0 → 100755
View file @
43a75893
#!/bin/bash
mkdir
-p
~/initrd_edit
cd
~/initrd_edit
lzma
-dc
-S
.lz ~/tmp/remaster-iso/casper/initrd.lz | cpio
-imvd
--no-absolute-filenames
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment