| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
since commit c4634f60b5c6d67eedfedc02166499884e4d6625
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(needed for UUID info on root disks)
was already included in drakx (see commit r4017)
|
| |
|
|
|
|
| |
(it's free, just a symlink on kmod)
|
|
|
|
|
|
|
|
| |
rationale:
- support is not build in stage1,
- hasn't been tested for ages
- poor doc
- can been restored if someone show up to maintain
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
also include libdmraid-events-isw.so for dmraid (mga#4750)
|
| |
|
|
|
|
| |
- include "screen" terminfo (mga#4894)
|
|
|
|
| |
doesn't pull b/c it only looks at lib*.so, not ld*
|
|
|
|
|
|
|
| |
- add logging to dropbear
- make sure /dev/pts is mounted (mga#1023)
- make root user homedir /root
- add agetty (mga#2052)
|
| |
|
|
|
|
| |
(will help next commits)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- clean up genpasswd (AL13N)
- add gdisk for GPT partitioning support (#1023)
|
|
|
|
|
|
| |
- add dropbear
- add etc/shells
- add script that set password and start ssh server
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
------------------------------------------------------------------------
|
| |
|
| |
|
|
|
|
|
| |
client node in ka replication process
|
| |
|
|
|
|
|
| |
(to fix restore_ms_boot, hardcoding this path)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|