diff options
author | Alexis211 <alexis211@gmail.com> | 2010-02-06 20:51:56 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2010-02-06 20:51:56 +0100 |
commit | 6a52d123672b7a00af6e22b4c138205be2042a94 (patch) | |
tree | cd9b0a13490159369a66c850850596fd4b418139 /copy_fdd.sh | |
parent | 3558f18daf50281ee1cd68cca96cd967dbac04ba (diff) | |
download | TCE-6a52d123672b7a00af6e22b4c138205be2042a94.tar.gz TCE-6a52d123672b7a00af6e22b4c138205be2042a94.zip |
Reorganisation
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 |