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
nexedi
RapidSpace Autoinstall OS
Commits
69f8e4d0
Commit
69f8e4d0
authored
Nov 28, 2024
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
download_boot_systems: Fix location of systemrescue-11.02-amd64.iso
parent
00055c27
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
download_boot_systems.sh
download_boot_systems.sh
+2
-2
No files found.
download_boot_systems.sh
View file @
69f8e4d0
...
@@ -23,9 +23,9 @@ fi
...
@@ -23,9 +23,9 @@ fi
download_sysrescuecd_if_needed
()
{
download_sysrescuecd_if_needed
()
{
if
[
!
-f
sysresccd/sysresccd/pkglist.x86_64.txt
]
if
[
!
-f
sysresccd/sysresccd/pkglist.x86_64.txt
]
then
then
wget https://
jztkft.dl.sourceforge.net/project/systemrescuecd/sysresccd-x86/8.01/systemrescue-8.01
-amd64.iso
wget https://
fastly-cdn.system-rescue.org/releases/11.02/systemrescue-11.02
-amd64.iso
mkdir
-p
sysresccd
mkdir
-p
sysresccd
mount
-o
loop systemrescue-
8.01
-amd64.iso sysresccd
mount
-o
loop systemrescue-
11.02
-amd64.iso sysresccd
fi
fi
}
}
download_centos_8_if_needed
()
{
download_centos_8_if_needed
()
{
...
...
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