fix default patch path
This commit is contained in:
parent
fa1fc3f0b9
commit
1bc6856438
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ tar -xzvf /tmp/rpi-img/opt/Cardinal/Cardinal-linux-aarch64.tar.gz -C /tmp/rpi-im
|
|||
ln -v -s /lib/systemd/system/payload.service /tmp/rpi-img/etc/systemd/system/graphical.target.wants
|
||||
|
||||
# deploy native patch
|
||||
cp -v ./patch/native.vcv /home/pi/Documents/templates/native.vcv
|
||||
cp -v ./patch/native.vcv /tmp/rpi-img/home/pi/Documents/templates/native.vcv
|
||||
|
||||
echo "] press enter to write the image"
|
||||
read
|
||||
|
|
Loading…
Reference in a new issue