-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David Cassany <[email protected]>
- Loading branch information
1 parent
a84bde8
commit 21d62f5
Showing
9 changed files
with
61 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Example network configuration for Ubuntu based systems | ||
name: "Default network configuration" | ||
stages: | ||
initramfs: | ||
- name: "Setup network" | ||
files: | ||
- path: /etc/netplan/elemental_setup.yaml | ||
content: | | ||
network: | ||
version: 2 | ||
renderer: networkd | ||
ethernets: | ||
lan0: | ||
dhcp4: true | ||
permissions: 0600 | ||
owner: 0 | ||
group: 0 | ||
- path: /etc/ssh/sshd_config.d/root_login.conf | ||
content: | | ||
PermitRootLogin yes | ||
permissions: 0600 | ||
owner: 0 | ||
group: 0 | ||
- path: /etc/udev/rules.d/70-persistent-net.rules | ||
content: | | ||
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="?*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="?*", NAME="lan0" | ||
permissions: 0600 | ||
owner: 0 | ||
group: 0 | ||
commands: | ||
- ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf | ||
- netplan apply |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
examples/orange/patches/0001-fix-dmsquash-live-restore-compatibility-with-earlier.patch
This file was deleted.
Oops, something went wrong.
91 changes: 0 additions & 91 deletions
91
examples/orange/patches/0001-fix-overlayfs-split-overlayfs-mount-in-two-steps.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 17 additions & 13 deletions
30
vendor/github.com/rancher-sandbox/ele-testhelpers/vm/sut.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters