Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
centos7
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
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
bruker
centos7
Commits
7f2160e4
Commit
7f2160e4
authored
8 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
more fixes
parent
922699b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ks/C7.x86_64.bruker-http-sda.cfg
+9
-2
9 additions, 2 deletions
ks/C7.x86_64.bruker-http-sda.cfg
with
9 additions
and
2 deletions
ks/C7.x86_64.bruker-http-sda.cfg
+
9
−
2
View file @
7f2160e4
...
...
@@ -53,9 +53,10 @@ bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
# Partition clearing information
clearpart
--all
--initlabel
--drives
=
sda
# Disk partitioning information
ignoredisk
--only-use
=
sda
part
/boot
--fstype
=
"ext4"
--ondisk=sda --size=1024 --asprimary
part
pv.sda
2
--size
64000
--ondisk
=
sda --grow
volgroup
vg
pv.sda
2
part
pv.sda
--size
=
64000 --ondisk=sda --grow
--asprimary
volgroup
vg
--pesize
=
4096
pv.sda
logvol
/
--vgname
=
vg --fstype="xfs" --name=root --size=16000
logvol
swap
--vgname
=
vg --size=4096 --name=swap
logvol
/opt
--vgname
=
vg --fstype="ext4" --name=opt --size=16000
...
...
@@ -148,3 +149,9 @@ yum -y install --enablerepo=bruker bruker-topspin-environ
%end
%pre
# workaround clearpart initlabel not able to initialise sda
parted
-s
/dev/sda
mklabel
msdos
%end
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