Skip to content

Commit

Permalink
add wsl.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Feb 16, 2022
1 parent ee0afd4 commit b6de61c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ rootfinal.tmp: glibc.tmp fakeroot.tmp locale.tmp glibc-linux4.pkg.tar.zst
@echo -e '\e[1;31mCopy Extra files to rootfs...\e[m'
sudo cp bash_profile root.x86_64/root/.bash_profile
sudo cp glibc-linux4.pkg.tar.zst root.x86_64/root/glibc-linux4.pkg.tar.zst
sudo cp wsl.conf root.x86_64/etc/wsl.conf
echo > rootfinal.tmp

fakeroot.tmp: proc-tmp.tmp glibc.tmp fakeroot-tcp.pkg.tar.zst
Expand Down
4 changes: 4 additions & 0 deletions wsl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[automount]
enabled = true
options = "metadata"
mountFsTab = true

0 comments on commit b6de61c

Please sign in to comment.