1
0
mirror of https://github.com/20kdc/OC-KittenOS.git synced 2024-09-20 02:08:56 +10:00
OC-KittenOS/laboratory/reset-i.sh

12 lines
279 B
Bash
Raw Normal View History

#!/bin/sh
# This is released into the public domain.
# No warranty is provided, implied or otherwise.
cp ocemu.cfg.default ocemu.cfg && rm -rf c1-sda c1-sdb tmpfs
mkdir c1-sda c1-sdb
echo -n c1-sda > c1-eeprom/data.bin
cd ..
./package.sh
cp inst.lua laboratory/c1-sda/init.lua