Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
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
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipstick
Merge requests
!3
WIP: Ws16
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
WIP: Ws16
ws16
into
master
Overview
0
Commits
28
Changes
2
Merged
WIP: Ws16
Gregor Best
requested to merge
ws16
into
master
Aug 30, 2016
Overview
0
Commits
28
Changes
2
0
0
Merge request reports
Compare
master
version 1
b1a8f0af
Oct 13, 2016
master (base)
and
latest version
latest version
31d3d4d9
28 commits,
Oct 13, 2016
version 1
b1a8f0af
27 commits,
Oct 13, 2016
2 files
+
18
−
18
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
grub/grub.cfg
+
18
−
16
View file @ 31d3d4d9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -26,22 +26,24 @@ function set32 {
@@ -26,22 +26,24 @@ function set32 {
function
guesscpu
{
function
guesscpu
{
if
insmod
cpuid
# if insmod cpuid
then
# then
echo
"cpuid
funktioniert,
lasst
uns
die
Architektur
überprüfen!"
# echo "cpuid funktioniert, lasst uns die Architektur überprüfen!"
if
cpuid
-l
# if cpuid -l
then
# then
echo
"Dein
System
scheint
ein
64-bit
System
zu
sein."
# echo "Dein System scheint ein 64-bit System zu sein."
set64
# set64
else
# else
echo
"Dein
System
scheint
ein
32-bit
System
zu
sein."
# echo "Dein System scheint ein 32-bit System zu sein."
set32
# set32
fi
# fi
else
# else
echo
"cpuid
kann
nicht
geladen
werden,
wahrscheinlich
ist
Secure
Boot
an."
# echo "cpuid kann nicht geladen werden, wahrscheinlich ist Secure Boot an."
echo
"Das
System
ist
dann
wahrscheinlich
ein
64-bit
System."
# echo "Das System ist dann wahrscheinlich ein 64-bit System."
set64
# set64
fi
# fi
echo
"Ich
gehe
einfach
mal
davon
aus,
das
dein
system
64
bit
hat."
set64
echo
"Die
weiseste
Wahl
sollte
$bits
bits
mit
$iso
und
$isoinitrd
zu
sein"
echo
"Die
weiseste
Wahl
sollte
$bits
bits
mit
$iso
und
$isoinitrd
zu
sein"
echo
echo
}
}
Loading