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
a1f818ac
Commit
a1f818ac
authored
Apr 19, 2023
by
Thomas Gambier
🚴🏼
Committed by
Lu Xu
Apr 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix source of script for all location
This is a followup of
30c59179
parent
039138e6
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
40 additions
and
44 deletions
+40
-44
douai/dnsmasq.sh
douai/dnsmasq.sh
+5
-4
hsinchu/dnsmasq.sh
hsinchu/dnsmasq.sh
+5
-7
hydro66/dnsmasq.sh
hydro66/dnsmasq.sh
+5
-7
kuklen/dnsmasq.sh
kuklen/dnsmasq.sh
+5
-7
lille/dnsmasq.sh
lille/dnsmasq.sh
+5
-4
muc_internetx/dnsmasq.sh
muc_internetx/dnsmasq.sh
+5
-4
netk5/dnsmasq.sh
netk5/dnsmasq.sh
+5
-4
paris/dnsmasq.sh
paris/dnsmasq.sh
+5
-7
No files found.
douai/dnsmasq.sh
View file @
a1f818ac
...
...
@@ -2,9 +2,8 @@
set
-e
SCRIPT_DIR
=
$(
realpath
`
dirname
"
$0
"
`
)
.
$SCRIPT_DIR
/download_boot_systems.sh
cd
$SCRIPT_DIR
.
$SCRIPT_DIR
/../download_boot_systems.sh
download_debian_11_if_needed
download_sysrescuecd_if_needed
...
...
@@ -108,6 +107,8 @@ EOF
i
=
`
expr
$i
+ 1
`
done
# create authorized_keys if it doesn't exist
[
-f
authorized_keys
]
||
ln
-s
../authorized_keys
exec
dnsmasq
-d
--port
=
0
--log-dhcp
\
--interface
=
$MY_IF_NAME
\
--bind-interfaces
\
...
...
@@ -117,7 +118,7 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-option
=
option:router,
$ROUTER_ADDR
\
--dhcp-option
=
option:dns-server,
$DNS_SERVER
\
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$
(
realpath
`
dirname
"
$0
"
`
)
\
--enable-tftp
--tftp-root
=
$
SCRIPT_DIR
\
--conf-file
=
/dev/null
\
--dhcp-host
=
00:22:4D:DD:64:38,192.168.46.51,1h
\
--dhcp-host
=
00:22:4D:DD:65:34,192.168.46.52,1h
\
...
...
hsinchu/dnsmasq.sh
View file @
a1f818ac
...
...
@@ -2,9 +2,8 @@
set
-e
SCRIPT_DIR
=
$(
realpath
`
dirname
"
$0
"
`
)
.
$SCRIPT_DIR
/download_boot_systems.sh
cd
$SCRIPT_DIR
.
$SCRIPT_DIR
/../download_boot_systems.sh
download_debian_10_if_needed
download_sysrescuecd_if_needed
...
...
@@ -95,9 +94,8 @@ EOF
i
=
`
expr
$i
+ 1
`
done
# create authorized_keys if it doesn't exist
[
-f
authorized_keys
]
||
ln
-s
../authorized_keys
exec
dnsmasq
-d
--port
=
0
--log-dhcp
\
--interface
=
$MY_IF_NAME
\
--bind-interfaces
\
...
...
@@ -107,7 +105,7 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-option
=
option:router,
$ROUTER_ADDR
\
--dhcp-option
=
option:dns-server,
$DNS_SERVER
\
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$
(
realpath
`
dirname
"
$0
"
`
)
\
--enable-tftp
--tftp-root
=
$
SCRIPT_DIR
\
--conf-file
=
/dev/null
\
--dhcp-host
=
98:03:9b:9b:8a:47,124.219.111.34,1h
\
--dhcp-host
=
b8:59:9f:37:9a:bd,124.219.111.35,1h
\
...
...
hydro66/dnsmasq.sh
View file @
a1f818ac
...
...
@@ -2,9 +2,8 @@
set
-e
SCRIPT_DIR
=
$(
realpath
`
dirname
"
$0
"
`
)
.
$SCRIPT_DIR
/download_boot_systems.sh
cd
$SCRIPT_DIR
.
$SCRIPT_DIR
/../download_boot_systems.sh
download_debian_10_if_needed
download_sysrescuecd_if_needed
...
...
@@ -123,9 +122,8 @@ EOF
i
=
`
expr
$i
+ 1
`
done
# create authorized_keys if it doesn't exist
[
-f
authorized_keys
]
||
ln
-s
../authorized_keys
exec
dnsmasq
-d
--port
=
0
--log-dhcp
\
--interface
=
$MY_IF_NAME
\
--bind-interfaces
\
...
...
@@ -135,7 +133,7 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-option
=
option:router,
$ROUTER_ADDR
\
--dhcp-option
=
option:dns-server,
$DNS_SERVER
\
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$
(
realpath
`
dirname
"
$0
"
`
)
\
--enable-tftp
--tftp-root
=
$
SCRIPT_DIR
\
--conf-file
=
/dev/null
\
--dhcp-host
=
98:03:9b:9b:8a:47,10.0.45.101,1h
kuklen/dnsmasq.sh
View file @
a1f818ac
...
...
@@ -9,9 +9,8 @@
set
-e
SCRIPT_DIR
=
$(
realpath
`
dirname
"
$0
"
`
)
.
$SCRIPT_DIR
/download_boot_systems.sh
cd
$SCRIPT_DIR
.
$SCRIPT_DIR
/../download_boot_systems.sh
download_debian_10_if_needed
download_sysrescuecd_if_needed
...
...
@@ -120,9 +119,8 @@ EOF
i
=
`
expr
$i
+ 1
`
done
# create authorized_keys if it doesn't exist
[
-f
authorized_keys
]
||
ln
-s
../authorized_keys
exec
dnsmasq
-d
--port
=
0
--log-dhcp
\
--interface
=
$MY_IF_NAME
\
--bind-interfaces
\
...
...
@@ -132,7 +130,7 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-option
=
option:router,
$ROUTER_ADDR
\
--dhcp-option
=
option:dns-server,
$DNS_SERVER
\
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$
(
realpath
`
dirname
"
$0
"
`
)
\
--enable-tftp
--tftp-root
=
$
SCRIPT_DIR
\
--conf-file
=
/dev/null
\
--dhcp-host
=
98:03:9b:9b:8a:47,10.0.45.101,1h
\
lille/dnsmasq.sh
View file @
a1f818ac
...
...
@@ -2,9 +2,8 @@
set
-e
SCRIPT_DIR
=
$(
realpath
`
dirname
"
$0
"
`
)
.
$SCRIPT_DIR
/download_boot_systems.sh
cd
$SCRIPT_DIR
.
$SCRIPT_DIR
/../download_boot_systems.sh
download_debian_11_if_needed
download_ubuntu_20_if_needed
...
...
@@ -100,6 +99,8 @@ iface ens9 inet dhcp
EOF
done
# create authorized_keys if it doesn't exist
[
-f
authorized_keys
]
||
ln
-s
../authorized_keys
exec
dnsmasq
-d
--port
=
0
--log-dhcp
\
--interface
=
$MY_IF_NAME
\
--bind-interfaces
\
...
...
@@ -109,7 +110,7 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-option
=
option:router,
$ROUTER_ADDR
\
--dhcp-option
=
option:dns-server,
$DNS_SERVER
\
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$
(
realpath
`
dirname
"
$0
"
`
)
\
--enable-tftp
--tftp-root
=
$
SCRIPT_DIR
\
--conf-file
=
/dev/null
\
--dhcp-host
=
7c:fe:90:43:80:a8,192.168.46.101,1h
\
--dhcp-host
=
7c:fe:90:43:80:a6,192.168.46.102,1h
\
...
...
muc_internetx/dnsmasq.sh
View file @
a1f818ac
...
...
@@ -2,9 +2,8 @@
set
-e
SCRIPT_DIR
=
$(
realpath
`
dirname
"
$0
"
`
)
.
$SCRIPT_DIR
/download_boot_systems.sh
cd
$SCRIPT_DIR
.
$SCRIPT_DIR
/../download_boot_systems.sh
download_debian_10_if_needed
#download_sysrescuecd_if_needed
...
...
@@ -89,6 +88,8 @@ EOF
i
=
`
expr
$i
+ 1
`
done
# create authorized_keys if it doesn't exist
[
-f
authorized_keys
]
||
ln
-s
../authorized_keys
exec
dnsmasq
-d
--port
=
0
--log-dhcp
\
--interface
=
$MY_IF_NAME
\
--bind-interfaces
\
...
...
@@ -98,7 +99,7 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-option
=
option:router,
$ROUTER_ADDR
\
--dhcp-option
=
option:dns-server,
$DNS_SERVER
\
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$
(
realpath
`
dirname
"
$0
"
`
)
\
--enable-tftp
--tftp-root
=
$
SCRIPT_DIR
\
--conf-file
=
/dev/null
\
--dhcp-host
=
00:22:4d:dd:64:f9,192.168.46.102,1h
\
--dhcp-host
=
00:22:4d:dd:65:39,192.168.46.103,1h
\
...
...
netk5/dnsmasq.sh
View file @
a1f818ac
...
...
@@ -2,9 +2,8 @@
set
-e
SCRIPT_DIR
=
$(
realpath
`
dirname
"
$0
"
`
)
.
$SCRIPT_DIR
/download_boot_systems.sh
cd
$SCRIPT_DIR
.
$SCRIPT_DIR
/../download_boot_systems.sh
download_debian_11_if_needed
...
...
@@ -74,6 +73,8 @@ iface ens2f1 inet dhcp
EOF
done
# create authorized_keys if it doesn't exist
[
-f
authorized_keys
]
||
ln
-s
../authorized_keys
exec
dnsmasq
-d
--port
=
0
--log-dhcp
\
--interface
=
$MY_IF_NAME
\
--bind-interfaces
\
...
...
@@ -83,7 +84,7 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-option
=
option:router,
$ROUTER_ADDR
\
--dhcp-option
=
option:dns-server,
$DNS_SERVER
\
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$
(
realpath
`
dirname
"
$0
"
`
)
\
--enable-tftp
--tftp-root
=
$
SCRIPT_DIR
\
--conf-file
=
/dev/null
\
--dhcp-host
=
4c:38:d5:15:49:d1,192.168.46.120,1h
\
--dhcp-host
=
4c:38:d5:15:58:74,192.168.46.121,1h
\
...
...
paris/dnsmasq.sh
View file @
a1f818ac
...
...
@@ -2,9 +2,8 @@
set
-e
SCRIPT_DIR
=
$(
realpath
`
dirname
"
$0
"
`
)
.
$SCRIPT_DIR
/download_boot_systems.sh
cd
$SCRIPT_DIR
.
$SCRIPT_DIR
/../download_boot_systems.sh
download_debian_10_if_needed
#download_sysrescuecd_if_needed
...
...
@@ -114,9 +113,8 @@ EOF
i
=
`
expr
$i
+ 1
`
done
# create authorized_keys if it doesn't exist
[
-f
authorized_keys
]
||
ln
-s
../authorized_keys
exec
dnsmasq
-d
--port
=
0
--log-dhcp
\
--interface
=
$MY_IF_NAME
\
--bind-interfaces
\
...
...
@@ -126,7 +124,7 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-option
=
option:router,
$ROUTER_ADDR
\
--dhcp-option
=
option:dns-server,
$DNS_SERVER
\
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$
(
realpath
`
dirname
"
$0
"
`
)
\
--enable-tftp
--tftp-root
=
$
SCRIPT_DIR
\
--conf-file
=
/dev/null
\
--dhcp-host
=
00:02:c9:27:ba:be,178.255.101.197,1h
\
--dhcp-host
=
00:02:c9:27:8c:44,178.255.101.198,1h
\
...
...
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