diff options
Diffstat (limited to 'copy_fdd.sh')
-rwxr-xr-x | copy_fdd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/copy_fdd.sh b/copy_fdd.sh index 940586e..1372f2c 100755 --- a/copy_fdd.sh +++ b/copy_fdd.sh @@ -6,8 +6,8 @@ cp menu_fdd.cfg mnt/boot/menu.cfg # copy kernel -cp src/stem/stem.elf mnt -cp src/grapes/test/test mnt +cp src/kernel/kernel.elf mnt +cp src/modules/test/test.elf mnt #echo "*** Launching a BASH shell, if you want to do any maintenance ***" #bash || exit 0 |