#!/bin/sh
set -xe
mount -o remount,rw /
mount -o remount,rw /boot
set +x
echo "=== PiKVM is in Read-Write mode ==="
