-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tailscale #32
Comments
I guess so, I'll update a defconfig with TUN enabled later. |
Ok. Thanks |
#33 should fix this. |
@wu-yue-yu, thanks for the update. I: automatically chosen mode: unshare I have tested both in ubuntu 20.04 and 22.04 with both physical and virtual server. Am I missing anything? |
have you tried
? |
Yes, it works after the apt install. Out of curiousity, what is the difference between mkrootfs and mkrootfs-ubuntu? |
During mkrootfs, i saw some of these, dpkg: warning: ignoring pre-dependency problem and also awk is need. |
The mkrootfs.sh is to build debian rootfs, while the mkrootfs-ubuntu is to build ubuntu rootfs. |
The virtual server may have some problem when running mkrootfs script, I tested on Ubuntu22.04 on lxd. You may need do some configuration according the virtual server you use. My configurations for lxd are listed below: |
Also, I have tested the SDK on my WSL2 Ubuntu-22.04, which runs on Win11. |
|
I guess we can just simply ignore these warnings of
|
Everything is working well. One more question. How to build a cli version of Debian. Sorry for being such a nuisance. Thanks in advance. |
You can just delete the software packages which install xfce and other GUI stuff: |
Looks good now, with the cli only image. Had to add a couple of packages though. @wu-yue-yu & @lonerkim, thanks for all your help. |
I have a new question. Where would be the best place to compile a new USB Wi-Fi driver, or is there a way to create a patch for ASUS USB-AC53? |
Please ignore. Thanks |
Hi, I am attempting to install Tailscale but have an error saying the TUN module is unavailable. Do I need to make a new image and include the TUN module in the kernel, or is it something that I have missed? Thanks
The text was updated successfully, but these errors were encountered: