roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

commit eb497121c358e3ad38d0b29c18a83feca336f072
parent 234e541bb424954cd531aafe4ce5101d565a22f6
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 15 Dec 2017 15:27:51 +0100

mmcblk0p1 should be ext4

Diffstat:
Minitramfs/skel/init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/initramfs/skel/init b/initramfs/skel/init @@ -24,7 +24,7 @@ echo " * setting time from ntp" ntpd -q -p pool.ntp.org || rescue_shell mkdir -p /mnt/mmc0p1 -mount -t btrfs /dev/mmcblk0p1 /mnt/mmc0p1 +mount -t ext4 /dev/mmcblk0p1 /mnt/mmc0p1 mkdir -p /mnt/ro mkdir -p /mnt/rw