diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-23 21:28:10 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-23 21:28:10 +0200 |
commit | f62cfdc8ff6297616d68f6b195db7abc82ab457b (patch) | |
tree | 5d048c9ee6fd0419e59ef1f2e203bdea20cc4179 /Makefile | |
parent | 5dd48c50c0cf7793a5dafa6be769c8a3f8b9ab60 (diff) | |
download | Melon-f62cfdc8ff6297616d68f6b195db7abc82ab457b.tar.gz Melon-f62cfdc8ff6297616d68f6b195db7abc82ab457b.zip |
Added some stuff to the README, and made GRUB's menu.cfg auto-updating.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ $(RamFS): floppy: $(Files) sudo mount $(Floppy) Mount -o loop + sudo cp Grub-menu.cfg Mount/boot/menu.cfg for f in $(Files); do \ sudo cp $$f Mount; \ done |