diff options
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | src/core/procedures/interactive | 5 |
2 files changed, 1 insertions, 6 deletions
@@ -2,7 +2,7 @@ See also the FIXME's and TODO's in the code. PRE-ALPHA PHASE: get the framework reasonably working + interactive procedure ftp/cdrom working. -* core/interactive bug: grub menu.lst says hda instead of sda + too many entries again (1) /dev/hda, 2)windows, 0 1 again but with uuid's (fallback and normal) +* core/interactive bug: grub menu.lst bad entries not cleaned ( after '#-*' tag) ALPHA PHASE: get some people to test and suggest ideas, while fixing bugs and refactoring diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index 8fdb138..8db5638 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -234,11 +234,6 @@ worker_runtime_network() { } -dogrub() { - interactive_dogrub && S_GRUB=1 -} - - worker_select_mirror () { interactive_select_mirror |