2022-10-08 15:35:39 +02:00
|
|
|
#!/usr/bin/env bash
|
2022-09-05 16:13:51 +02:00
|
|
|
set -e
|
|
|
|
|
|
|
|
source $(dirname $0)/env.sh
|
|
|
|
|
2022-10-31 14:02:12 +01:00
|
|
|
cd $LUNA_ROOT/moon
|
2022-09-05 16:13:51 +02:00
|
|
|
|
2022-10-31 14:02:12 +01:00
|
|
|
cp target/moon-x86/debug/moon $LUNA_ROOT/initrd/boot/moon
|