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