You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,12 @@ rootfs: base.tar
39
39
mkdir rootfs
40
40
sudo bsdtar -zxpf base.tar -C rootfs
41
41
@echo "# This file was automatically generated by WSL. To stop automatic generation of this file, remove this line."| sudo tee rootfs/etc/resolv.conf > /dev/null
42
+
sudo cp bash_profile rootfs/root/.bash_profile
42
43
sudo chmod +x rootfs
43
44
44
45
base.tar:
45
46
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
46
-
docker run --net=host --name mintwsl linuxmintd/mint20.3-amd64 /bin/bash -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog htop iputils-ping software-properties-common tree; touch /etc/wsl.conf; echo '[automount]' | tee -a /etc/wsl.conf > /dev/null; echo >> /etc/wsl.conf; echo '[network]' | tee -a /etc/wsl.conf > /dev/null; echo >> /etc/wsl.conf; echo '[interop]' | tee -a /etc/wsl.conf > /dev/null; echo >> /etc/wsl.conf; echo '[user]' | tee -a /etc/wsl.conf > /dev/null; echo >> /etc/wsl.conf; echo '#The Boot setting is only available on Windows 11' | tee -a /etc/wsl.conf > /dev/null; echo '[boot]' | tee -a /etc/wsl.conf > /dev/null; unminimize; apt-get autoremove -y; apt-get clean;"
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Usage :
118
118
119
119
## How to setup
120
120
121
-
Open Mint.exe and runthe following commands.
121
+
LinuxmintWSL will ask you to create a new user during its first run. If you chose to create a new user during initial setup, the steps below are not required unless you want to create additional users.
0 commit comments