commit d6843e8aee9a31361697cf377c2fe0b942adc912 parent 74bb34355096365010cd10fad0861a02b37a7adc Author: parazyd <parazyd@dyne.org> Date: Thu, 28 Jan 2021 12:49:25 +0100 Mount root as rw. Diffstat:
M | boot/cmdline.txt | | | 4 | ++-- |
M | init | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/boot/cmdline.txt b/boot/cmdline.txt @@ -1 +1 @@ -console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait init=/init- \ No newline at end of file +console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/init+ \ No newline at end of file diff --git a/init b/init @@ -1,6 +1,6 @@ #!/bin/busybox sh -busybox --install -s /bin +/bin/busybox --install -s /bin mount -t devtmpfs none /dev mount -t proc none /proc