Optimized chroot

This commit is contained in:
2020-05-21 19:42:29 +02:00
parent 49f5bddbea
commit 16d16387f2
3 changed files with 19 additions and 7 deletions

View File

@@ -98,6 +98,7 @@ To pase the configuration to the program use this syntax:
echo "n" # | Should the ssh-key be copied to the image?(y/N)
echo "n" # |Should the hostname be changed?(y/N)
#echo "example-host" # | The hostname
echo "y" # Should the image system be updated?(y/N)
#echo "y" # | Setup Wifi on target system - Not implemented yet
)| sudo bash ./scripts/image/setup.sh | tee log.txt
```