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
b7c333f0
Commit
b7c333f0
authored
Dec 30, 2021
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Download Debian 11 by default in Lille office
parent
c0921d1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
dnsmasq_lille.sh
dnsmasq_lille.sh
+1
-1
download_boot_systems.sh
download_boot_systems.sh
+10
-0
No files found.
dnsmasq_lille.sh
View file @
b7c333f0
...
...
@@ -6,7 +6,7 @@ SCRIPT_DIR=$(realpath `dirname "$0"`)
.
$SCRIPT_DIR
/download_boot_systems.sh
download_debian_1
0
_if_needed
download_debian_1
1
_if_needed
download_ubuntu_20_if_needed
#download_sysrescuecd_if_needed
...
...
download_boot_systems.sh
View file @
b7c333f0
...
...
@@ -10,6 +10,16 @@ then
ln
-s
debian-installer/amd64/grubx64.efi
fi
}
download_debian_11_if_needed
()
{
if
[
!
-d
debian-installer
]
then
rm
-f
netboot.tar.gz
rm
-f
grubx64.efi
wget http://ftp.debian.org/debian/dists/bullseye/main/installer-amd64/current/images/netboot/netboot.tar.gz
tar
-xzvf
netboot.tar.gz
ln
-s
debian-installer/amd64/grubx64.efi
fi
}
download_sysrescuecd_if_needed
()
{
if
[
!
-f
sysresccd/sysresccd/pkglist.x86_64.txt
]
then
...
...
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