| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During install dracut will generate a generic (i.e. large) initrd.
As we now start udev early, we can use udev metadata when generating
our initrd and thus we can generate our default, hostonly initrd.
Thus ensure relevant directories (/run) are bind mounted and fake a
/run/initramfs folder which is used in dracut to detect a boot
which will have sufficient metadata in the udev DB.
Tested with an install on a new disk and creating LVMs and
also on an install where the pre-existing LVMs were reused.
Suitable fixes to drakx-in-chroot have also been added, but
remain untested
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
code (e.g. plymouth, systemd and others)
- support the "quiet" kernel command line argument to hide kernel text
|
|
|
|
| |
(bogus cleaning on importing drakx)
|
|
|
|
|
|
| |
with mga extension when upgrading
(move the call to live_patch_URPM() from upgrading_redhat() here)
|
| |
|
| |
|
|
|
|
| |
release tag
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line
Add drakx structure on the SVN
------------------------------------------------------------------------
r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned advertising
------------------------------------------------------------------------
r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line
Import Clean perl-install
------------------------------------------------------------------------
r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line
Add cleaned files
------------------------------------------------------------------------
r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned kernel
------------------------------------------------------------------------
r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned tools
------------------------------------------------------------------------
r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line
Import stage1
------------------------------------------------------------------------
r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line
Import images
------------------------------------------------------------------------
r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines
readd missing file
------------------------------------------------------------------------
r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line
Import rescue
------------------------------------------------------------------------
r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines
import cleaned rescue for Mageia
------------------------------------------------------------------------
r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line
import (cleaned) doc
------------------------------------------------------------------------
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
default dm)
|
| |
|
| |
|
|
|
|
| |
vice-versa)
|
| |
|
|
|
|
|
|
| |
when adding media
CHECK ME: check additionnal media got written in urpmi.cfg too
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(since we don't propose "Save packages selection" at end of install)
|
| |
|
|
|
|
| |
depend on o->{compssListLevel} that currently defaults to max rate)
|
| |
|
| |
|
|
|
|
| |
security::various::config_libsafe()
|
|
|
|
|
|
|
| |
and pass "reason" and version to urpmi.addmedia
- we also parse {version} field out of /etc/release
|
|
|
|
|
|
|
|
|
| |
and install updates. This replaces the previous "Install Updates" step.
- this calls gurpmi.addmedia/urpmi.addmedia and gurpmi2/urpmi in chroot
- we do not allow anymore to choose which updates are going to be updated
(ie choosePackagesTree is not used for this anymore)
|
| |
|
|
|
|
|
|
|
| |
install_acpi_pkgs()
(needed for next commit)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(to prevent modules::load_category from loading ide-generic too early)
|
| |
|
|
|
|
|
|
| |
nb: one must not set $o->{locale}{lang} directly, otherwise
$o->{locale}{country} will not have a valid value, hence some issues...
|
|
|
|
|
| |
Core by the way)
|
|
|
|
| |
non-libata pata modules)
|
|
|
|
|
| |
keymaps, not installer simplified (?) .bkmap (#35376)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(the rules will be generated at boot time otherwise it won't catch the
hdX/srX switch)
(ID_PATH is something like "pci-0000:00:1f.1-ide-1:0", so it can't catch the
ide/scsi device name switch that occurs at first boot on a box with cdrom on
pata and harddisk on sata)
|
|
|
|
|
| |
(the rules were generated at boot time but here we ensure consistent naming)
|