YIO-Remote / remote-os

πŸ’Ž Buildroot OS for YIO remote
GNU General Public License v3.0
13 stars 9 forks source link

boot partition mount point: possible to change it to /boot? #6

Closed zehnm closed 4 years ago

zehnm commented 5 years ago

Is there a particular reason that the boot partition is mounted as /mnt/boot? Besides the www copy script, are there any accesses from the remote app?

I would like to change it to the default /boot mount point.

Reasons:

martonborzak commented 5 years ago

The remote app looks for the config files in there. We can change it, but then we have to make sure the app is also changed. There are a couple of places in the code where we need to change.

zehnm commented 5 years ago

Ok good to know, I haven't reached the app code yet. I'll test with a symlink at the old location if the app is still happy (once I get it up and running) and report back. Then we could change the app at a later time.

martonborzak commented 5 years ago

Alright. It’s no big deal, just has to be coordinated :)

On 16 Oct 2019, at 21.31, Markus Zehnder notifications@github.com wrote:

Ok good to know, I haven't reached the app code yet. I'll test with a symlink at the old location if the app is still happy (once I get it up and running) and report back. Then we could change the app at a later time.

β€” You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/YIO-Remote/remote-os/issues/6?email_source=notifications&email_token=AFQRIUGHX2VUFBVIKI2VFFDQO5TZ7A5CNFSM4JBP2COKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBNVMIQ#issuecomment-542856738, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFQRIUBLQ7Y34GE7B5VVWWDQO5TZ7ANCNFSM4JBP2COA.

zehnm commented 5 years ago

The reason I'm asking, I don't want to break (too many) things before I have a good understanding how everything works together :-)

martonborzak commented 5 years ago

Good approach :D

On 16 Oct 2019, at 21.34, Markus Zehnder notifications@github.com wrote:

The reason I'm asking, I don't want to break (too many) things before I have a good understanding how everything works together :-)

β€” You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/YIO-Remote/remote-os/issues/6?email_source=notifications&email_token=AFQRIUBK6X2YWDXNRINIEDLQO5UEVA5CNFSM4JBP2COKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBNVTXQ#issuecomment-542857694, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFQRIUERQRBG7EW53GZFF2TQO5UEVANCNFSM4JBP2COA.

zehnm commented 4 years ago

Boot partition is now mounted in /boot and a symlink keeps /mnt/boot available until the app is changed.