Skip to content

Commit

Permalink
moved menu.lst to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Oct 11, 2009
1 parent 1c69478 commit c51dfcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ cleese.img: hello_world/KERNEL.BIN echo/KERNEL.BIN
mv cleese.dmg cleese.img
mkdir -p mnt
mount_msdos -o nosync `hdid -nomount cleese.img` ./mnt
cp -r boot ./mnt
cp -r boot ./mnt # @@@ is this even needed?
cp menu.lst ./mnt/boot/grub
cp hello_world/KERNEL.BIN ./mnt/hello_world.bin
cp echo/KERNEL.BIN ./mnt/echo.bin
umount -f ./mnt
Expand All @@ -20,6 +21,7 @@ cleese.img: hello_world/KERNEL.BIN echo/KERNEL.BIN
update-image:
mkdir -p mnt
mount_msdos -o nosync `hdid -nomount cleese.img` ./mnt
cp menu.lst ./mnt/boot/grub
cp hello_world/KERNEL.BIN ./mnt/hello_world.bin
cp echo/KERNEL.BIN ./mnt/echo.bin
umount -f ./mnt
Expand Down
File renamed without changes.

0 comments on commit c51dfcf

Please sign in to comment.