Bug 15650 - Проблемы c finish.scm
Summary: Проблемы c finish.scm
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: installer-desktop (show other bugs)
Version: unstable
Hardware: all Linux
: P2 major
Assignee: Anton V. Boyarshinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-14 16:43 MSD by Evgeny Sinelnikov
Modified: 2008-07-19 17:06 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeny Sinelnikov 2008-05-14 16:43:13 MSD
После переезда с /net-general на /net-eth
некоторые хвосты остались не подчищенными...

diff --git a/ui/desktop/finish.scm b/ui/desktop/finish.scm
index 4d93015..24445d8 100644
--- a/ui/desktop/finish.scm
+++ b/ui/desktop/finish.scm
@@ -11,7 +11,7 @@
        (groupbox ""
                (label (format #f (_ "Log files from installation progress will
be saved in ~A directory.") logfile) text-wrap #t)
                (label (format #f (_ "System management server will be available
after reboot at https://~A:8080")
-                      (woo-get-option (woo-read-first "/net-general") 'hostname))
+                      (woo-get-option (woo-read-first "/net-eth") 'hostname))
                       text-wrap #t))
        (spacer))



Кроме того, наверное, стоит добавить зависимость на
installer-feature-runlevel5-stage2
Или есть план сделать это иначе?

Мои изменения можно найти здесь:
http://git.altlinux.org/people/sin/packages/?p=installer-desktop.git;a=summary
Comment 1 inger@altlinux.org 2008-05-15 16:58:18 MSD
данный шаг надо вообще заменить на notes.
фича-ранлевел5 - да, надо сделать зависимость.
Comment 2 Evgeny Sinelnikov 2008-05-15 17:02:47 MSD
(In reply to comment #1)
> данный шаг надо вообще заменить на notes.

Ну, сейчас оно вообще падает... Может постепенно? Что ты под notes подразумеваешь?
Comment 3 Evgeny Sinelnikov 2008-07-19 17:06:40 MSD
Сейчас это уже вроде как работает...