Do not explicitly mention OBJDIR for ISO images

This commit is contained in:
Pierre Pronchery 2019-03-28 00:34:28 +01:00
parent 248c30d555
commit 3080d27727

View File

@ -62,7 +62,7 @@ Generating ISO images
---------------------
The build system will automatically try to create a bootable ISO image in
`$(OBJDIR)src/DeforaOS.iso` on supported platforms.
`src/DeforaOS.iso` on supported platforms.
On Intel-based platforms (i386, amd64) this currently requires GNU GRUB to be
installed.