| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(no more needed for draklive)
|
|
|
|
|
|
|
| |
with previous commit, running drakx-in-chroot a 2nd time fails b/c
/tmp/drakx-in-chroot/dev would still exists
(we first copy a couple files in it then mount --bind the real /dev on
top)
|
| |
|
| |
|
|
|
|
|
|
| |
partially reverting commit 1a213f9497330c3173500e4e27d0e21a694beba4
add a comment explaining the purpose
|
| |
|
|
|
|
| |
more readable & needed for next commit
|
| |
|
| |
|
|
|
|
| |
(prevent rm -fr going havroc on some error pathes)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The main change here is not remounting a fresh /run. Dracut does this
for us and we actually need to keep this one as the initial udev
database (when udev is started by dracut) is stored here and thus
mounting an empty fs could see us lose some metadata.
We no longer touch the /bin, /sbin or /lib[64] symlinks as these are
already relative symlinks into /usr and simply bind mounting /usr is
enough.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
needed in order to pinpoint & fix:
Backslash found where operator expected at -e line 2, near ";}continue{print or die qq(-p destination: $!\"
(Missing operator before \?)
Final $ should be \$ or $name at -e line 1, within string
syntax error at -e line 2, near ";}continue{print or die qq(-p destination: $!"
(Might be a runaway multi-line !! string starting on line 1)
Execution of -e aborted due to compilation errors.
(see next commit)
|
| |
|
|
|
|
|
|
| |
previous fix for mga#9326 was incomplete in that draklive's auto-install
would still have broke with a remote repositery (which we don't use but
it's better to have all cases cornered for the sake of it)
|
| |
|
|
|
|
|
|
|
|
|
| |
only copy it if using either remote display or remote repository
(thus fixing goup lookups, mga#9326)
rationale: copying /etc/resolv.conf in installer chroot prevent librpm
to load some NSS modules, which results in failure to lookup groups
when chrooted in the _installed_ system
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
sysfs
|
| |
|
|
|
|
|
|
| |
o adapt to usbfs death
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
with git
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
------------------------------------------------------------------------
|
|
|
|
| |
build time)
|
| |
|
|
|
|
| |
was used before...
|
| |
|
| |
|
| |
|
|
|
|
|
| |
things when it's empty)
|
| |
|
| |
|