Bug 31582 - повторный запуск после установки невразумителен
Summary: повторный запуск после установки невразумителен
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: livecd-install (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Michael Shigorin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 14:02 MSK by Michael Shigorin
Modified: 2016-11-16 02:47 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Shigorin 2015-12-02 14:02:04 MSK
Если воспользоваться livecd-install для установки на диск, а затем запустить его ещё раз -- диагностика неадекватна: окошко сообщения о "критической ошибке" backend not found: step-list и после его закрытия по "ОК" -- пустое окно с заголовком "Установка".
Comment 1 Michael Shigorin 2016-11-15 19:55:27 MSK
Возможно, так:

--- a/livecd-install/livecd-install
+++ b/livecd-install/livecd-install
@@ -2,4 +2,12 @@
 
 export ALTERATOR_DESTDIR="/mnt/destination"
 
+# see also installer-scripts-remount-stage2
+if [ -d /dev/evms/.nodes ]; then
+       mdadm --stop --scan
+       dmsetup remove_all
+fi
+
+service alteratord restart
+
 alterator-wizard -f /etc/livecd-install/steps
Comment 2 Repository Robot 2016-11-16 02:47:52 MSK
livecd-install-0.9.5-alt1 -> sisyphus:

* Tue Nov 15 2016 Michael Shigorin <mike@altlinux> 0.9.5-alt1
- Deactivate EVMS if a previous run has got down to
  disk partitioning but not through (closes: #31582).
- Update the icon in desktop file. :)

* Fri Apr 08 2016 Michael Shigorin <mike@altlinux> 0.9.4-alt1
- Drop dconf hook (thanks shaba@).
  + NB: incompatible with p7/t7!