commit 67741022a91c83ac3d06669b2ec4a83a7068581e parent 287f700212acbc8808cc21fe5ac1688b6fdfa7d8 Author: parazyd <parazyd@dyne.org> Date: Tue, 2 Feb 2021 23:58:45 +0100 More progress on initramfs init. Diffstat:
M | initramfs/init | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/initramfs/init b/initramfs/init @@ -17,5 +17,9 @@ cp /boot/filesystem.squashfs /tmp umount /boot mount -t squashfs /tmp/filesystem.squashfs /mnt +mount -t tmpfs -o size=50M none /mnt/home/uwu/.electrum + +mount --move /dev /mnt/dev +umount /proc /sys exec /bin/sh