tMore progress on initramfs init. - uwu - hardware bitcoin wallet software and build system
 (HTM) git clone https://git.parazyd.org/uwu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 67741022a91c83ac3d06669b2ec4a83a7068581e
 (DIR) parent 287f700212acbc8808cc21fe5ac1688b6fdfa7d8
 (HTM) 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(-)
       ---
 (DIR) diff --git a/initramfs/init b/initramfs/init
       t@@ -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