Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa | |||
|
servidores:general:actualizando_wheezy_a_jessie [2015/04/18 20:25] fmolinuevo [El sistema no inicia con /usr en una unidad LVM separada] |
servidores:general:actualizando_wheezy_a_jessie [2015/04/18 22:47] (actual) fmolinuevo [El sistema no inicia con /usr en una unidad LVM separada] |
||
|---|---|---|---|
| Línea 121: | Línea 121: | ||
| * http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken/ | * http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken/ | ||
| + | |||
| + | Sin embargo, el changelog del paquete initramfs-tools informa: | ||
| + | |||
| + | <code> | ||
| + | initramfs-tools (0.119) unstable; urgency=medium | ||
| + | |||
| + | * The initramfs will now run fsck on the root filesystem before | ||
| + | mounting it. If the chosen init program is systemd and there is a | ||
| + | separate /usr filesystem, it will also fsck and mount /usr. | ||
| + | * If /usr is a separate filesystem on a RAID device and the INITRDSTART | ||
| + | setting in /etc/default/mdadm is not 'all', you will need to change it | ||
| + | to include that device. | ||
| + | * If /usr is a separate filesystem on an LVM logical volume, and the | ||
| + | line for /usr in /etc/fstab specifies the device by UUID or LABEL, | ||
| + | you must change this line to specify the device using the format | ||
| + | /dev/mapper/VG-LV or /dev/VG/LV. | ||
| + | * It is no longer possible to bind-mount the /usr filesystem. | ||
| + | * If the RTC (real time clock) is set to local time and the local time is | ||
| + | ahead of UTC, e2fsck will print a warning during boot about the time | ||
| + | changing backward (bug #767040). You can disable this by putting the | ||
| + | following lines in /etc/e2fsck.conf: | ||
| + | [options] | ||
| + | broken_system_clock=1 | ||
| + | |||
| + | -- Ben Hutchings <ben@decadent.org.uk> Mon, 13 Apr 2015 01:00:21 +0100 | ||
| + | </code> | ||
| ==== Monitor "Out of range" ==== | ==== Monitor "Out of range" ==== | ||