Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
materials
Commits
43a75893
Commit
43a75893
authored
12 years ago
by
Daniel Schulte
Browse files
Options
Downloads
Patches
Plain Diff
Updated shellscripts for livecd creation
parent
176ef72e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
shellscripte/Lipuntu.sh
+3
-2
3 additions, 2 deletions
shellscripte/Lipuntu.sh
shellscripte/pack_initrd.sh
+5
-0
5 additions, 0 deletions
shellscripte/pack_initrd.sh
shellscripte/unpack_initrd.sh
+5
-0
5 additions, 0 deletions
shellscripte/unpack_initrd.sh
with
13 additions
and
2 deletions
shellscripte/Lipuntu.sh
+
3
−
2
View file @
43a75893
...
@@ -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
This diff is collapsed.
Click to expand it.
shellscripte/pack_initrd.sh
0 → 100755
+
5
−
0
View file @
43a75893
#!/bin/bash
cd
~/initrd_edit
find
.
| cpio
--quiet
--dereference
-o
-H
newc | lzma
-7
>
../initrd.lz
cd
..
This diff is collapsed.
Click to expand it.
shellscripte/unpack_initrd.sh
0 → 100755
+
5
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment