sakaki- / raspbian-nspawn-64

Bootable RPi4 / RPi3 image with 64-bit kernel, 32-bit Raspbian Buster host OS, 64-bit Debian Buster guest OS in nspawn container
GNU General Public License v3.0
153 stars 24 forks source link

Variable Path #7

Closed vincentARM closed 4 years ago

vincentARM commented 5 years ago

Thank you for this release Linux 64 bits. It works great on my raspberry pi 3b+ How to change the PATH variable in the 64-bit container ? I modified the .profile but the modification is only taken into account for the 3rd bits. Thank you. Sorry for my english, is french traduction with google.

sakaki- commented 5 years ago

When you have a 64-bit shell open, you can just export PATH directly, but if you want to change it up front, edit the files /usr/bin/ds64-run and /usr/bin/ds64-shell on the host (32-bit) system, here and here.

vincentARM commented 5 years ago

It is OK. Thank you. Now i write program in assembly arm 64 bits. good night.

sakaki- commented 4 years ago

Closing this now. Please re-open if you experience further issues on this topic.