| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Particularly the floppy module fails quite regularly. That said,
do we even need floppy support these days?
|
|
|
|
|
|
|
|
|
| |
Technically, because we don't actually switchroot into this filesystem
we don't need some of the directories and symlinks (as they are already
present in the initrd).
But with a long term view to making this a "real" filesystem that we DO
switchroot into, it makes sense to try and keep things vaguely valid.
|
|
|
|
|
|
|
|
| |
This moves any perl files into bin and sbin folders which will be directly installed
in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still
work and the files end up in the right places.
All other files have been moved into the tree folder in their final destination.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows us to actually mount and run the system inside a container for
more advanced debugging.
I've successfully booted my systemd, logged in, had a fiddle and then
powered it off again. There are some delays and it's requried to umount
the /mnt/proc which seems to get automatically mounted before running
nspawn. Also audit support has to be turned off in the kernel too to
allow a full boot to work properly (otherwise the authentication in
the container doesn't work. This is a known problem in the kernel and
will be fixed eventually.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit converts the rescue system to systemd rather than the legacy
sysvinit.
Besides being faster, one primary advantage of running systemd here is
that we can "boot" the system we're inspecting via systemd-nspawn
to properly test it.
Note: Bits that don't work:
* nspawn
* old dracut initqueue udev rules in /etc/ are not cleaned out (drop in
support error?)
* the gui may loop differently now
|
|
|
|
|
|
| |
We can easily avoid post processing the tree simply by moving the tree around
and ensuring we set it up correctly (with the compat symlinks) early in the
process.
|
| |
|
| |
|
| |
|
|
|
|
| |
the sound card description is kept b/c next messages start by "\n\n"
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
by puting the scrolling window only around the package group check boxes
|
| |
|
| |
|
|
|
|
| |
dracut is now creating /tmp/ifcfg & /tmp/ifcfg-leases directories...
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 527a624d8825348bcd9bd2ec0005409a89230315.
Thus preventing drakxtools-backend to require Glib::Object::Introspection
(mga#11842).
The "Too late to run INIT" warning will happen anyway...
|
| |
|
| |
|
| |
|
|
|
|
|
| |
unused since July 2008
see commits e5ebd1827, 5a380298d, 0aceb01fd, & 3ee8b0b2c
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to the switch from RC to CSS, the background color now got enforced by gtk3 (#11866)
=> drop the useless bg color.
this affected both installer & (no yet released) mcc.
Detected first while testing gtk3 mcc and then also reported once
oxygen-gtk3 was fixed regarding Banners.
Spotted by Hugo Pereira Da Costa in
https://bugs.kde.org/show_bug.cgi?id=328383
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This ignores /sbin and /bin paths then they are symlinks and avoids
misleading messages being printed when building stage2 and rescue
|
|
|
|
|
|
|
|
| |
The list already contains /sbin and /bin which are just symlinks to the
above, but the order is different for / vs. /usr.
Due to the symlinks we always prefer sbin over bin anyway, so this change
doesn't technically change anything but does clarify things
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
in CSS, we need to match sub widgets too for installer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
"In the GTK+ CSS interpreter (and CSS in general), background-image
takes precedence over background-color, so the gradients set by Adwaita
on focused windows' buttons still takes precedence over your custom
background-color, this doesn't happen on unfocused windows because no
background-image is set for buttons there."
|
| |
|
| |
|
| |
|