File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > tailscale initramfs integration</ title >
5
+ </ head >
6
+ < body >
7
+ < div >
8
+ Run the < a href ="https://tailscale.com "> Tailscale client</ a > in a Linux
9
+ initrd on Debian or Ubuntu.
10
+
11
+ < br /> < a href ="https://github.com/lugoues/tailscale-initramfs "> project
12
+ page</ a >
13
+ </ div >
14
+
15
+ < div >
16
+ < pre >
17
+ # Add the repository
18
+ sudo mkdir -p --mode=0755 /usr/share/local/keyrings
19
+ curl -fsSL https://lugoues.github.io/tailscale-initramfs/keyring.asc | sudo tee /usr/local/share/keyrings/tailscale-initramfs-keyring.asc >/dev/null
20
+ echo 'deb [signed-by=/usr/local/share/keyrings/tailscale-initramfs-keyring.asc] https://lugoues.github.io/tailscale-initramfs/repo stable main' | sudo tee /etc/apt/sources.list.d/tailscale-initramfs.list >/dev/null
21
+
22
+ # Install tailscale-initramfs
23
+ sudo apt-get update && sudo apt-get install tailscale-initramfs</ pre >
24
+ </ pre >
25
+ </ div >
26
+ </ body >
27
+ </ html >
You can’t perform that action at this time.
0 commit comments