mirror of
https://github.com/yuk7/AlpineWSL.git
synced 2026-03-18 21:40:29 +01:00
Makefile: fix copy profile Fix #10
This commit is contained in:
2
Makefile
2
Makefile
@@ -40,7 +40,7 @@ rootfs: base.tar.gz profile
|
||||
mkdir rootfs
|
||||
sudo tar -zxpf base.tar.gz -C rootfs
|
||||
sudo cp -f /etc/resolv.conf rootfs/etc/resolv.conf
|
||||
sudo cp -f /etc/profile rootfs/etc/profile
|
||||
sudo cp -f profile rootfs/etc/profile
|
||||
sudo chroot rootfs /sbin/apk update
|
||||
sudo chroot rootfs /sbin/apk add bash
|
||||
echo "# This file was automatically generated by WSL. To stop automatic generation of this file, remove this line." | sudo tee rootfs/etc/resolv.conf
|
||||
|
||||
Reference in New Issue
Block a user