| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We mount --bind /dev on $::prefix/dev just after...
Should have been done in commit 0e175066e7b21b48285d28afe85493664a0c2a8a
Also restore comment & fix it.
|
|
|
|
| |
they're obsolete since switching from CVS/SVN to git...
|
| |
|
|
|
|
| |
see commit f55b5875bbf545a2a4bc33bf5d70820589d4397d
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Including Xsun, silo & yaboot support
Rationale: it's unused/unmaintained for years and those arches are beyond
any hope of being usefull any day...
They just got in the way...
Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg
driver at install, ...) as it might be usefull to extend to other arches
Next to consider: Xbox?
|
| |
|
| |
|
|
|
|
|
| |
supermount is dead since 2007
(commit 29b91486ff7de14e6f4388ee03bf426a912f76d9)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
widgets were too wide with gtk3 + oxygen-gtk3
we either have to change the horizontal scrolling policty to 'automatic'
(thus having an ugly horizontal scrolling bar) or shrink those widgets
|
|
|
|
| |
fix can't locate object method "child1_shrink" via package "Gtk3::HPaned"
|
| |
|
|
|
|
| |
we would load *gtk3 even on text install
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
some fs (eg: btrfs) do not have a way to preserve the UUID
this should explain some strange logs
|
| |
|
|
|
|
|
| |
typo introduced by Pascal Terjan in commit f55b5875b on Jan 27 2010
(was: "support ddf1 dmraid")
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(read_crypttab) try harder to get enough data ({dm_active})
(idea from Colin, mga#5661)
|
| |
|
|
|
|
|
|
| |
thus enabling to choose to/from which crypttab file read/write-ing
needed for next changes (mga#5661)
|
|
|
|
|
|
|
|
|
|
|
|
| |
As /dev/ is bind mounted into the prefix, we should always refer to /dev/ directly.
In particular this is needed inside wild_device.pm which is often used before the
prefix is even ready (i.e. when configuring existing partitions).
A specific problem here was detecting the major/minor numbers of partitions
which failed because the device node was being searched for inside the prefix
but we'd not even unlocked the encrypted / partition yet to mount it... catch 22.
mga#5661
|
|
|
|
|
|
|
| |
condition got inverted in commit r3694 on Mar 23 2012
("perl_checker cleanups")
spot by Colin
|
| |
|
|
|
|
| |
(even if more Journalised FS or like one)
|
| |
|
| |
|
| |
|
|
|
|
| |
as seen in attachment #3693 of mga#9467 for example
|
|
|
|
|
| |
try harder to lookup / partition by looking at mounted point
when / is missing from /etc/fstab
|
|
|
|
|
|
|
| |
bug introduced in commit r252676 by pterjan on Tue Feb 10 2009:
"fix preserving UUID owhen formatting ext* and swap, and handle more
FS (#39913)"
|
| |
|
|
|
|
| |
also fix indent + perl_checker cleanups + simplify
|
| |
|
| |
|
|
|
|
| |
in the future
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts the use of the blkid cache.
This cache is a broken concept and should not be used. It's only
intended to be used for LABEL/UUID conversion.
From the upstream maintainer:
<kzak> coling: -p provides more information, the cache is designed for
LABEL/UUID conversion -- and the goal is to avoid the cache if possible
(it's mostly for backward compatibility). The ideal solution is to read
the information from udev DB.
<kzak> coling: man blkid (at least the latest version contains some hint
about this issue)
<kzak> coling: I'd like to learn people to use lsblk -- it's designed
more friendly for end-users as well as for scripts and it reads info
from udev, libblkid is only fallback here.
Longer term we should kill off the use of blkid and perhaps move to
lsblk or some perl-udev (if such a thing exists) usage instead:
<kay> coling: avoid the blkid cache, it is a completely broken idea
<kay> kzak: you should really kill that thing :)
<kzak> kay: I'd like to kill blkid at all and keep it as "to test the
library" binary...
<kay> kzak: tools with options like that talk for their sanity
themselves :) " -g Perform a garbage collection pass on the blkid
cache to remove devices which no longer exist."
<kay> kzak: it's just silly, really silly to ever do that :)
<kay> kzak: yeah, sounds fine to let blkid and its cache die in the long
run
<kzak> lsblk is maintainable and extendable -- fix blkid(8) is
impossible to fix...
This reverts r6891.
|