Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nextgen-router
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
MyCard
nextgen-router
Commits
4f475297
Commit
4f475297
authored
Feb 10, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.mycard.moe:mycard/nextgen-router
parents
214189b9
4c2aedf0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
cloud.yaml
cloud.yaml
+1
-0
files/pxe/ubuntu.ipxe
files/pxe/ubuntu.ipxe
+2
-2
prepare.sh
prepare.sh
+1
-1
No files found.
cloud.yaml
View file @
4f475297
...
@@ -45,6 +45,7 @@
...
@@ -45,6 +45,7 @@
file
:
file
:
name
:
'
{{ansible_user_dir}}/iptables-gateways'
name
:
'
{{ansible_user_dir}}/iptables-gateways'
state
:
touch
state
:
touch
changed_when
:
false
-
name
:
iptables-gateways stuff
-
name
:
iptables-gateways stuff
copy
:
copy
:
src
:
./files/iptables-gateways/{{item}}
src
:
./files/iptables-gateways/{{item}}
...
...
files/pxe/ubuntu.ipxe
View file @
4f475297
...
@@ -76,9 +76,9 @@ md5sum linux initrd.gz
...
@@ -76,9 +76,9 @@ md5sum linux initrd.gz
boot
boot
:focal
:focal
set kernel_url http://${boot_domain}/ubuntu-squash/20.04.
1-8de3099a
/
set kernel_url http://${boot_domain}/ubuntu-squash/20.04.
2-23da52d5
/
set codename focal
set codename focal
set version_number 20.04.
1
set version_number 20.04.
2
goto sub_boot
goto sub_boot
:groovy
:groovy
set kernel_url http://${boot_domain}/ubuntu-squash/20.10-424a54b4/
set kernel_url http://${boot_domain}/ubuntu-squash/20.10-424a54b4/
...
...
prepare.sh
View file @
4f475297
...
@@ -59,6 +59,6 @@ _download_ubuntu_squash() {
...
@@ -59,6 +59,6 @@ _download_ubuntu_squash() {
}
}
_download_ubuntu_squash 20.10-424a54b4
_download_ubuntu_squash 20.10-424a54b4
_download_ubuntu_squash 20.04.
1-8de3099a
_download_ubuntu_squash 20.04.
2-23da52d5
cd
..
cd
..
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