From 851599edfe14d38e071e8ad2f6e20f1fc637d4b4 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 7 Oct 2016 20:41:23 -0400 Subject: [PATCH] bugs have been moved to github issues --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index f3b98c9..baff615 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,6 @@ This is a repo for building an NBI (never-booted image) of an OS X (pron: oh ess **ten**) root partition, which can be easily and quickly (<10m) imaged onto a Mac with the `asr` utility readily available on OSX boot media. -## TODO / Known Bugs - -* `new-system-setup` tries to update some system python packages that are protected by System Integrity Protection and fails. - * fix: move those packages to the `new-user-setup` script instead (`pip install --user $PKG`) -* a wrong password passed to `fdesetup` in `new-system-setup` offers no attempt to retry - * fix: put in shell loop based on exit code - # HOWTO: Creating the NBI ## Prerequisites