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
30c59179
Commit
30c59179
authored
Sep 28, 2022
by
Thomas Gambier
🚴🏼
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize files structure: 1 dir per datacenter
parent
937fd5cf
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
12 additions
and
12 deletions
+12
-12
douai/dnsmasq.sh
douai/dnsmasq.sh
+1
-1
douai/preseed.cfg
douai/preseed.cfg
+0
-0
hsinchu/dnsmasq.sh
hsinchu/dnsmasq.sh
+1
-1
hsinchu/preseed.cfg
hsinchu/preseed.cfg
+0
-0
hydro66/dnsmasq.sh
hydro66/dnsmasq.sh
+1
-1
hydro66/preseed.cfg
hydro66/preseed.cfg
+0
-0
kuklen/dnsmasq.sh
kuklen/dnsmasq.sh
+1
-1
kuklen/preseed.cfg
kuklen/preseed.cfg
+0
-0
lille/dnsmasq.sh
lille/dnsmasq.sh
+2
-2
lille/preseed.cfg
lille/preseed.cfg
+0
-0
muc_internetx/dnsmasq.sh
muc_internetx/dnsmasq.sh
+1
-1
muc_internetx/preseed.cfg
muc_internetx/preseed.cfg
+0
-0
netk5/dnsmasq.sh
netk5/dnsmasq.sh
+2
-2
netk5/preseed.cfg
netk5/preseed.cfg
+0
-0
paris/dnsmasq.sh
paris/dnsmasq.sh
+1
-1
paris/preseed.cfg
paris/preseed.cfg
+0
-0
xinzhou/dnsmasq.sh
xinzhou/dnsmasq.sh
+1
-1
xinzhou/preseed.cfg
xinzhou/preseed.cfg
+0
-0
xinzhou_unicom/dnsmasq.sh
xinzhou_unicom/dnsmasq.sh
+1
-1
xinzhou_unicom/preseed.cfg
xinzhou_unicom/preseed.cfg
+0
-0
No files found.
d
nsmasq_douai
.sh
→
d
ouai/dnsmasq
.sh
View file @
30c59179
...
...
@@ -53,7 +53,7 @@ else unset timeout
fi
menuentry 'Install Debian' {
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed
_douai
.cfg language=C country=FR keymap=fr hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed.cfg language=C country=FR keymap=fr hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'SystemRescueCd' {
...
...
preseed_douai
.cfg
→
douai/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_hsinchu
.sh
→
hsinchu/dnsmasq
.sh
View file @
30c59179
...
...
@@ -52,7 +52,7 @@ else unset timeout
fi
menuentry 'Install Debian' {
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed
_hsinchu
.cfg language=C country=CN keymap=us hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed.cfg language=C country=CN keymap=us hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'SystemRescueCd' {
...
...
preseed_hsinchu
.cfg
→
hsinchu/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_hydro66
.sh
→
hydro66/dnsmasq
.sh
View file @
30c59179
...
...
@@ -74,7 +74,7 @@ else unset timeout
fi
menuentry 'Install Debian' {
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed
_hydro66
.cfg language=C country=SE keymap=us hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed.cfg language=C country=SE keymap=us hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'SystemRescueCd' {
...
...
preseed_hydro66
.cfg
→
hydro66/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_kuklen
.sh
→
kuklen/dnsmasq
.sh
View file @
30c59179
...
...
@@ -50,7 +50,7 @@ else unset timeout
fi
menuentry 'Install Debian 10' {
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed
_kuklen
.cfg language=C country=SE keymap=us hostname=
\$
hostname domain= --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed.cfg language=C country=SE keymap=us hostname=
\$
hostname domain= --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'Install CentOS' {
...
...
preseed_kuklen
.cfg
→
kuklen/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_lille
.sh
→
lille/dnsmasq
.sh
View file @
30c59179
...
...
@@ -43,7 +43,7 @@ fi
unset timeout
menuentry 'Debian Installer (automatic install) ttyS0,57600' {
linux /debian-installer/amd64/linux url=tftp://
\$
pxe_default_server/preseed
_lille
.cfg vga=788 language=C country=FR keymap=fr hostname=
\$
hostname domain= interface=
\$
interface --- mitigations=off console=ttyS0,57600
linux /debian-installer/amd64/linux url=tftp://
\$
pxe_default_server/preseed.cfg vga=788 language=C country=FR keymap=fr hostname=
\$
hostname domain= interface=
\$
interface --- mitigations=off console=ttyS0,57600
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'Debian Installer (manual install) ttyS0,57600' {
...
...
@@ -51,7 +51,7 @@ menuentry 'Debian Installer (manual install) ttyS0,57600' {
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'Debian Installer (automatic install) ttyS1,57600' {
linux /debian-installer/amd64/linux url=tftp://
\$
pxe_default_server/preseed
_lille
.cfg vga=788 language=C country=FR keymap=fr hostname=
\$
hostname domain= interface=
\$
interface --- mitigations=off console=ttyS1,57600
linux /debian-installer/amd64/linux url=tftp://
\$
pxe_default_server/preseed.cfg vga=788 language=C country=FR keymap=fr hostname=
\$
hostname domain= interface=
\$
interface --- mitigations=off console=ttyS1,57600
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'Debian Installer (manual install) ttyS1,57600' {
...
...
preseed_lille
.cfg
→
lille/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_muc_internetx
.sh
→
muc_internetx/dnsmasq
.sh
View file @
30c59179
...
...
@@ -42,7 +42,7 @@ else unset timeout
fi
menuentry 'Install Debian' {
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed
_muc_internetx
.cfg language=C country=DE keymap=de hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed.cfg language=C country=DE keymap=de hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
#menuentry 'SystemRescueCd' {
...
...
preseed_muc_internetx
.cfg
→
muc_internetx/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_netk5
.sh
→
netk5/dnsmasq
.sh
View file @
30c59179
...
...
@@ -37,11 +37,11 @@ fi
unset timeout
menuentry 'Debian Installer (automatic install) ttyS1,115200 (for Aowanda)' {
linux /debian-installer/amd64/linux url=tftp://
\$
pxe_default_server/preseed
_netk5
.cfg vga=788 language=C country=FR keymap=fr hostname=
\$
hostname domain= interface=
\$
interface --- mitigations=off console=ttyS1,115200
linux /debian-installer/amd64/linux url=tftp://
\$
pxe_default_server/preseed.cfg vga=788 language=C country=FR keymap=fr hostname=
\$
hostname domain= interface=
\$
interface --- mitigations=off console=ttyS1,115200
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'Debian Installer (manual install) ttyS1,115200 (for Aowanda)' {
linux /debian-installer/amd64/linux url=tftp://
\$
pxe_default_server/preseed
_netk5
.cfg vga=788 language=C country=FR keymap=fr domain= --- mitigations=off console=ttyS1,115200
linux /debian-installer/amd64/linux url=tftp://
\$
pxe_default_server/preseed.cfg vga=788 language=C country=FR keymap=fr domain= --- mitigations=off console=ttyS1,115200
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'Exit' {
...
...
preseed_netk5
.cfg
→
netk5/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_paris
.sh
→
paris/dnsmasq
.sh
View file @
30c59179
...
...
@@ -70,7 +70,7 @@ else unset timeout
fi
menuentry 'Install Debian' {
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed
_paris
.cfg language=C country=FR keymap=fr hostname=
${
hostname_prefix
}
\$
i domain= interface=ens9 --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed.cfg language=C country=FR keymap=fr hostname=
${
hostname_prefix
}
\$
i domain= interface=ens9 --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'SystemRescueCd' {
...
...
p
reseed_paris
.cfg
→
p
aris/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_xinzhou
.sh
→
xinzhou/dnsmasq
.sh
View file @
30c59179
...
...
@@ -45,7 +45,7 @@ else unset timeout
fi
menuentry 'Install Debian' {
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed
_xinzhou
.cfg language=C country=CN keymap=us hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed.cfg language=C country=CN keymap=us hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'SystemRescueCd' {
...
...
preseed_xinzhou
.cfg
→
xinzhou/preseed
.cfg
View file @
30c59179
File moved
dnsmasq_xinzhou_unicom
.sh
→
xinzhou_unicom/dnsmasq
.sh
View file @
30c59179
...
...
@@ -57,7 +57,7 @@ else unset timeout
fi
menuentry 'Install Debian 10' {
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed
_xinzhou_unicom
.cfg language=C country=CN keymap=us hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788 url=tftp://
\$
pxe_default_server/preseed.cfg language=C country=CN keymap=us hostname=
${
hostname_prefix
}
\$
i domain= --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
menuentry 'Install CentOS' {
...
...
preseed_xinzhou_unicom
.cfg
→
xinzhou_unicom/preseed
.cfg
View file @
30c59179
File moved
Thomas Gambier
🚴🏼
@tomo
mentioned in commit
a1f818ac
·
Apr 19, 2023
mentioned in commit
a1f818ac
mentioned in commit a1f818ac3b6e9a9b8c22a41732f33dfd42657bc2
Toggle commit list
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