Makefile: fix copy profile Fix #10

This commit is contained in:
yuk7
2019-10-25 10:18:31 +09:00
committed by GitHub
parent 5568b20d0f
commit e7fc43ac47

View File

@@ -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