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
!2
Ss16
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Ss16
ss16
into
master
Overview
0
Commits
4
Changes
4
Merged
Ss16
Gregor Best
requested to merge
ss16
into
master
Aug 30, 2016
Overview
0
Commits
4
Changes
4
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a10b9789
4 commits,
Aug 30, 2016
4 files
+
18
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
grub/grub.cfg
+
13
−
5
View file @ a10b9789
Edit in single-file editor
Open in Web IDE
Show full file
@@ -26,13 +26,21 @@ function set32 {
function
guesscpu
{
if
cpuid
-l
if
insmod
cpuid
then
echo
"Dein
System
scheint
ein
64-bit
System
zu
sein."
set64
echo
"cpuid
funktioniert,
lasst
uns
die
Architektur
überprüfen!"
if
cpuid
-l
then
echo
"Dein
System
scheint
ein
64-bit
System
zu
sein."
set64
else
echo
"Dein
System
scheint
ein
32-bit
System
zu
sein."
set32
fi
else
echo
"Dein
System
scheint
ein
32-bit
System
zu
sein."
set32
echo
"cpuid
kann
nicht
geladen
werden,
wahrscheinlich
ist
Secure
Boot
an."
echo
"Das
System
ist
dann
wahrscheinlich
ein
64-bit
System."
set64
fi
echo
"Die
weiseste
Wahl
sollte
$bits
bits
mit
$iso
und
$isoinitrd
zu
sein"
echo
Loading