icarus/inshim.sh
2024-08-08 17:50:55 -04:00

7 lines
179 B
Bash

#!/bin/bash
mount /dev/sda1 /mnt/stateful_partition
if [ "$(id -u)" -ne 0 ]
then
echo "Run this as root"
fi
cp /usr/share/packeddata/. /mnt/stateful_partition/unencrypted -rvf