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
e6d0c61d
Commit
e6d0c61d
authored
12 years ago
by
mmoebius/ALUG
Browse files
Options
Downloads
Patches
Plain Diff
Installhelferhandout V1.01
Jetzt mit Hinweisen zu LVM und mkfs.ext4 / mkswap
parent
426bfd41
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Handouts/Install-Helfer-HandoutWS1213.pdf
+0
-0
0 additions, 0 deletions
Handouts/Install-Helfer-HandoutWS1213.pdf
Handouts/Install-Helfer-HandoutWS1213.tex
+7
-9
7 additions, 9 deletions
Handouts/Install-Helfer-HandoutWS1213.tex
with
7 additions
and
9 deletions
Handouts/Install-Helfer-HandoutWS1213.pdf
+
0
−
0
View file @
e6d0c61d
No preview for this file type
This diff is collapsed.
Click to expand it.
Handouts/Install-Helfer-HandoutWS1213.tex
+
7
−
9
View file @
e6d0c61d
\documentclass
[fontsize=9.
5
pt,oneside,a4paper]
{
scrartcl
}
\documentclass
[fontsize=9.
1
pt,oneside,a4paper]
{
scrartcl
}
\usepackage
[OT1]
{
fontenc
}
% Euro fonts: use OT1 font encoding
\usepackage
[utf8]
{
inputenc
}
\usepackage
{
ngerman
}
...
...
@@ -20,7 +20,7 @@
\begin{document}
%\renewcommand{\labelitemi}{$\square$}
\chapter
{
Installationscheckliste für Installationshelfer LIP WS12/13
.
}
\chapter
{
Installationscheckliste für Installationshelfer LIP WS12/13
}
\section
{
Prerequisiten
}
\begin{itemize}
...
...
@@ -29,25 +29,21 @@
\section
{
Partitionstabellen
}
\begin{multicols}
{
3
}
[
\vspace*
{
-4ex
}
]
PC-MBR
\mbox
{
MBR (Windows: „Basisdatenträger“)
}
Windows: Basisdatenträger
bearbeiten mit:
\mbox
{
Windows, gparted, fdisk,
\ldots
}
\columnbreak
LDM
Windows: Dynamischer Datenträger
\mbox
{
LDM (Windows: „Dynamischer Datenträger“)
}
bearbeiten mit: Windows
fake-MBR
\columnbreak
GPT
Windows: Basisdatenträger
\mbox
{
GPT (Windows: „Basisdatenträger“)
}
bearbeiten mit: Windows, gdisk
...
...
@@ -91,6 +87,8 @@ Falls Optionen an den Installer-Kernel übergeben werden sollen, müssen die im
Die Grafikkarte finden, die
\textit
{
Bus-ID
}
(ganz vorne, z.B. „00:0f.0“ ) merken.
\\
\texttt
{
lspci -vvs
}
\textit
{
Bus-ID
}
$
\rightarrow
$
im Kopf addieren
\item
Rest: bei viel Platz eine separate /home-Partition anlegen. Oder NTFS-Datenpartition als /data einbinden. Kay befragen.
\item
LVM:
\texttt
{
pvcreate /dev/sd
\textit
{
Xy
}}
;
\qquad\texttt
{
vgcreate linux /dev/sd
\textit
{
Xy
}}
;
\qquad\texttt
{
lvcreate -n
\textit
{
root
}
-L
\textit
{
15G
}
linux
}
;
\\\hspace*
{
2.4em
}
\texttt
{
lvcreate -n
\textit
{
swap
}
-L
\textit
{
5G
}
linux
}
;
\qquad\texttt
{
lvcreate -n
\textit
{
home
}
-
$
\ell\,
$
\textit
{
100
\%
FREE
}
linux
}
\item
Filesysteme vor dem Start des Installers anlegen:
\texttt
{
mkfs.ext4 -m
\textit
{
1
}
-Lroot -M/
\textit
{
/dev/mapper/linux-root
}}
;
\\\hspace*
{
2.4em
}
\texttt
{
mkswap
\textit
{
/dev/mapper/linux-swap
}}
;
\qquad\texttt
{
mkfs.ext4 -m0 -Lhome -M/home
\textit
{
/dev/mapper/linux-home
}}
\end{itemize*}
\section
{
Installer
}
...
...
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