-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Custom init script? #35
Comments
You can't use any init script now,sorry... |
If I launch the WSL instance with the provided base rootfs.tar.gz, then install whatever I need, and then use the launcher's backup functionality to create my custom tar.gz, can I use it as the source rootfs.tar.gz on another machine? |
Yes,you can. |
Got it, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build a custom distro where the base image does not contain "useradd".
How do I provide a custom init script that install packages like
shadow-utils
,sudo
,passwd
,util-linux-user
, etc.?The text was updated successfully, but these errors were encountered: