Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
fd9c9852
Commit
fd9c9852
authored
Mar 05, 2012
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-disk: cleanup. remove raid_part_type variable
Not needed.
parent
0c045004
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
setup-disk.in
setup-disk.in
+2
-3
No files found.
setup-disk.in
View file @
fd9c9852
...
...
@@ -605,7 +605,6 @@ data_only_disk_install_lvm() {
local
vgname
=
vg0
local
var_dev
=
/dev/
$vgname
/lv_var
local
lvm_part_type
=
"8e"
local
raid_part_type
=
"fd"
local
part_type
=
$lvm_part_type
local
size
=
...
...
@@ -613,7 +612,8 @@ data_only_disk_install_lvm() {
confirm_erase
$@
||
return
1
if
[
"
$USE_RAID
"
]
;
then
part_type
=
$raid_part_type
# the paritition type for raid is "fd"
part_type
=
"fd"
stop_all_raid
fi
...
...
@@ -688,7 +688,6 @@ setup_root() {
native_disk_install_lvm
()
{
local
diskdev
=
vgname
=
vg0
local
lvm_part_type
=
"8e"
local
raid_part_type
=
"fd"
local
boot_part_type
=
"83"
local
boot_size
=
${
BOOT_SIZE
:-
100
}
local
lvm_size
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment