linux-apfs / linux-apfs-rw

APFS module for linux, with experimental write support
GNU General Public License v2.0
514 stars 34 forks source link

Makefile normalize and README edit #3

Closed sickcodes closed 3 years ago

sickcodes commented 3 years ago

Still struggling to use it, but this is useful

eafer commented 3 years ago

Thanks for the patches, sorry I took so long to review them.

I would like to switch the readme to markdown like you propose, but we need to fix the mount instructions too, otherwise they become unreadable. Also, I tested apt install linux-headers in Ubuntu and it doesn't seem to work, you need to specify the kernel version. Have you tested the commands for the other distros?

As for the makefile, it looks like an improvement in general, but I don't get why you changed the clean target. Was it causing problems? Also, what does DDEBUG do here?