Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RapidSpace Autoinstall OS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Lu Xu
RapidSpace Autoinstall OS
Commits
6e9a2f5e
Commit
6e9a2f5e
authored
Sep 15, 2020
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly detect if CentOS is present
parent
9245b18f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
download_boot_systems.sh
download_boot_systems.sh
+5
-2
No files found.
download_boot_systems.sh
View file @
6e9a2f5e
...
...
@@ -17,9 +17,12 @@ then
fi
}
download_centos_8_if_needed
()
{
if
[
!
-f
version.
info
]
if
[
!
-f
centos-installer/.tree
info
]
then
wget http://mirrors.neterra.net/centos/8.2.2004/isos/x86_64/CentOS-8.2.2004-x86_64-minimal.iso
if
[
!
-f
CentOS-8.2.2004-x86_64-minimal.iso
]
then
wget http://mirrors.neterra.net/centos/8.2.2004/isos/x86_64/CentOS-8.2.2004-x86_64-minimal.iso
fi
mkdir
-p
centos-installer
mount
-o
loop CentOS-8.2.2004-x86_64-minimal.iso centos-installer
fi
...
...
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