alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
MIT License
294 stars 59 forks source link

There should be a script to re-mount required mounts #44

Open pelepelin opened 1 year ago

pelepelin commented 1 year ago

Currently alpine-chroot-install mounts device filesystems. However, if the system is rebooted, these mounts don't persist and there is no script to re-create them.

I think this part of script should be moved to "enter" script or extracted into its own script.