immortalwrt/target
Daniel Golle c17f52d320
initramfs: switch to tmpfs to fix ujail
Hauke wrote:
> We want to run some processes in the procd-ujail, this works when we
> use a SquashFS image and an overlay file system, but when we use an
> initramfs it does not work.
> [...]
> When we switch from initramfs to tmpfs, it is working, we added this
> code to target/linux/generic/other-files/init to make [it] work.

Move files to newly mounted tmpfs and then use switch_root to chroot
into new rootfs and free initramfs.

Suggested-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-28 19:05:38 +08:00
..
imagebuilder imagebuilder: fix partition signature 2020-11-28 18:26:21 +08:00
linux initramfs: switch to tmpfs to fix ujail 2020-11-28 19:05:38 +08:00
sdk sdk: fix missing include directories 2020-11-03 11:54:13 +08:00
toolchain toolchain/wrapper.sh: fix remaining shellcheck warnings 2020-07-12 12:12:56 +08:00
Config.in build: define PWM_SUPPORT arch feature flag 2020-09-26 11:34:00 +08:00
Makefile