Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no need to create /dev/zero and the like, udev already did it | Thierry Vignaud | 2012-05-23 | 1 | -2/+1 |
| | | | | | quite a lot more remain as we either lack prope udev rules or rely on older style entries or are needed in drakx-in-chroot mode | ||||
* | (init_modules_conf) explain | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | (init_modules_conf) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -5/+9 |
| | |||||
* | (main) we no more use a theme that depends on META_CLASS value | Thierry Vignaud | 2012-05-23 | 1 | -1/+0 |
| | |||||
* | (main) no need to create /dev/tty | Thierry Vignaud | 2012-05-23 | 1 | -2/+0 |
| | |||||
* | explain | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | (init_path) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -3/+7 |
| | |||||
* | /usr/X11R6 is now empty | Thierry Vignaud | 2012-05-23 | 1 | -2/+2 |
| | |||||
* | (process_patch) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -5/+10 |
| | |||||
* | (init_mouse) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -4/+6 |
| | |||||
* | (init_auto_install) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -22/+26 |
| | |||||
* | simplify flow | Thierry Vignaud | 2012-05-23 | 1 | -1/+2 |
| | |||||
* | (pre_init_brltty) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -8/+12 |
| | |||||
* | (process_auto_steps) split it out main() | Thierry Vignaud | 2012-05-23 | 1 | -7/+11 |
| | |||||
* | (init_env_share) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -6/+10 |
| | |||||
* | (parse_args) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -14/+20 |
| | |||||
* | (real_main) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -1/+5 |
| | |||||
* | (finish_install) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -0/+4 |
| | |||||
* | (step_init) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -18/+23 |
| | |||||
* | (read_product_id) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -11/+13 |
| | |||||
* | (init_brltty) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -6/+8 |
| | |||||
* | (read_stage1_net_conf) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -27/+29 |
| | |||||
* | (sig_segv_handler) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -9/+11 |
| | |||||
* | document | Thierry Vignaud | 2012-05-23 | 1 | -0/+7 |
| | |||||
* | better flow | Thierry Vignaud | 2012-05-23 | 1 | -3/+5 |
| | |||||
* | (init_local_install) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -8/+11 |
| | |||||
* | - fix rebooting on autoinstall | Arnaud Patard | 2012-04-30 | 1 | -2/+3 |
| | |||||
* | installer: allow generation of host-only initrd during install | Colin Guthrie | 2012-04-10 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | (SEGV_handler) add a perl_checker hint | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | (prepare_minimal_root) get rid of useless arg | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | | | | (spot by perl_checker) | ||||
* | (SEGV handler) kill dead code introduced by pixel on May 30 2005 in r212449 ↵ | Thierry Vignaud | 2012-03-08 | 1 | -1/+0 |
| | | | | (was: "make drakx-in-chroot work") | ||||
* | (SEGV handler) simplify checking whether interactive was set up or not | Thierry Vignaud | 2012-03-08 | 1 | -2/+1 |
| | |||||
* | (main) set geometry for text installer (help Curses) | Thierry Vignaud | 2012-03-06 | 1 | -0/+2 |
| | |||||
* | (SEGV handler) fix double segfault when text installer fails to init | Thierry Vignaud | 2012-03-06 | 1 | -1/+2 |
| | |||||
* | (SEGV handler) no not stop udev, we might still continue and it prevent ↵ | Thierry Vignaud | 2012-03-06 | 1 | -1/+0 |
| | | | | debugging further | ||||
* | (SEGV handler) no doble backtrace in logs | Thierry Vignaud | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | (stop_udev) fix stopping udev (we don't have killall at install time) | Thierry Vignaud | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | text mode needs /dev/tty | Thierry Vignaud | 2012-02-26 | 1 | -0/+2 |
| | |||||
* | (main::SEGV) do not crash if $o isn't set | Thierry Vignaud | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | (start_udev) fix mounting /dev/pts & /dev/shm | Thierry Vignaud | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | (stop_udev) introduce it in order to stop udev & umount associated mount | Thierry Vignaud | 2012-01-06 | 1 | -0/+8 |
| | | | | points at end of installation | ||||
* | (main) do not start udev within Xnest | Thierry Vignaud | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | (start_udev) simplify by factoring | Thierry Vignaud | 2012-01-04 | 1 | -2/+1 |
| | |||||
* | (start_udev) simplify through reusing MDK::Common | Thierry Vignaud | 2012-01-04 | 1 | -2/+1 |
| | |||||
* | (start_udev) cleanup | Thierry Vignaud | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | (start_udev) split it out of main() | Thierry Vignaud | 2012-01-04 | 1 | -17/+21 |
| | |||||
* | Port stage2 to use udev. | Colin Guthrie | 2011-12-19 | 1 | -0/+18 |
| | | | | | | | | In order to run dracut in the installer, it is necessary to have a working udev setup (specifically /dev/block/* nodes, but there may be other requirements). As dracut is needed by systemd when /usr is on a separate partition, we need udev in the installer in order to support systemd generally. | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. 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 ------------------------------------------------------------------------ | ||||
* | (main) log where we segfaulted | Thierry Vignaud | 2009-04-08 | 1 | -1/+2 |
| | |||||
* | (empty_packages,main) log extra debugging messages if passing the ↵ | Thierry Vignaud | 2009-03-04 | 1 | -0/+1 |
| | | | | 'debug_urpmi' option |