Bug 23133 - [PATCH] r/o [nfs] root related enhancements
Summary: [PATCH] r/o [nfs] root related enhancements
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: startup (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
: 23959 (view as bug list)
Depends on:
Blocks: 15333
  Show dependency tree
 
Reported: 2010-03-12 01:12 MSK by Michael Shigorin
Modified: 2012-03-16 14:01 MSK (History)
5 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 2010-03-12 01:12:07 MSK
Предлагаю втащить как минимум это исправление:
http://git.altlinux.org/people/led/packages/?p=startup.git;a=commitdiff;h=fc3aa4e8e4ec8e55a556d4e22386cc663fa6c8ee
и этот тривиальный фикс к нему:
http://git.altlinux.org/people/led/packages/?p=startup.git;a=commitdiff;h=716d29373a19aa3e4153f9e11b70c1fcba724935
с целью снизить шумность rc.sysinit при корне, остающемся фактически ro и после формального перемонтирования в rw.

PS: жаль, что не добрался раньше -- вчера протестировал, сегодня опакетил жуткий хак в installer-feature-ltsp-0.4.0-alt1... led@ упоминал, что в startup всё не настолько плохо, чтоб отрывать большую половину, и что в основном можно урегулировать существующими средствами.
Comment 1 Anton V. Boyarshinov 2010-03-15 12:33:42 MSK
К этому релизу терминала, видимо, уже поздно, но вообще неплохо бы..
Comment 2 Michael Shigorin 2010-03-15 14:07:25 MSK
Ладно, перевешу на ltsp-шный блокер.
Comment 3 Dmitry V. Levin 2010-08-26 21:53:37 MSD
*** Bug 23959 has been marked as a duplicate of this bug. ***
Comment 4 Repository Robot 2010-08-28 01:20:44 MSD
startup-0.9.8.28-alt1 -> sisyphus:

* Fri Aug 27 2010 Dmitry V. Levin <ldv@altlinux> 0.9.8.28-alt1
- Added dependence on /sbin/fsck (closes: #22410).
- init.d/rawdevices: turned off by default
  (by Michael Shigorin; closes: #10906).
- rc.sysinit:
  + Disable update of /etc/mtab when the latter is a symlink
    (by Alexey I. Froloff; closes: #23133).
  + No longer try to mount already mounted /proc and /sys
    (closes: #23660).
  + Disable USEMODULES when /sbin/modprobe is not available,
    thus removed hard dependence on module-init-tools
    (closes: #11033).
  + Refactored automatic reboot.
  + Added SELinux support
    (by Mikhail Efremov and me).
- init.d/halt:
  + Made halt action configurable, default remains unchanged
    (by Sergey Y. Afonin and me; closes: #10326).
  + Reworked unmounting of virtual filesystems so that /proc, /sys,
    /dev and any usbfs inside /dev are nor longer unmounted
    (closes: #11888, #22118).