diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive-install -VERSION = 1.2 +VERSION = 1.3 all install: make $(MAKECMDGOALS) -C po @@ -1,3 +1,10 @@ +1.3 +- mount /proc and /sys before install (for mkinitrd to find drivers) +- create devices early to have a consistent root before calling other + programs (so that /dev/null does not become a plain file when + accessed by other programs, thanks rtp!) +- don't die when unmounting fails + 1.2: - better fix for mdkonline |