Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rescue: Use systemd as initsystem. | Colin Guthrie | 2013-12-07 | 1 | -87/+0 |
| | | | | | | | | | | | | | | | 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 | ||||
* | preload fuse | Thierry Vignaud | 2012-09-20 | 1 | -0/+1 |
| | |||||
* | drop KA support | Thierry Vignaud | 2012-09-03 | 1 | -10/+0 |
| | | | | | | | | rationale: - support is not build in stage1, - hasn't been tested for ages - poor doc - can been restored if someone show up to maintain | ||||
* | simplify bringing up local loop interface (pok, mdv) | Thierry Vignaud | 2012-09-03 | 1 | -3/+1 |
| | |||||
* | preload load btrfs and nilfs2 too | Thierry Vignaud | 2012-09-03 | 1 | -0/+2 |
| | |||||
* | mount /dev/{pts,shm} earlier, in stage1 rather than in stage2 | Thierry Vignaud | 2012-09-03 | 1 | -4/+0 |
| | | | | (based on pok's idead @mdv but fixed) | ||||
* | mount /dev as devtmpfs earlier, in stage1 rather than in stage2 | Thierry Vignaud | 2012-09-03 | 1 | -1/+0 |
| | | | | (based on pok's idead @mdv but fixed) | ||||
* | adapt to latest systemd/udevd | Thierry Vignaud | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | revert to "linux" terminfo | Thierry Vignaud | 2012-06-05 | 1 | -2/+0 |
| | |||||
* | - default to "screen" instead of "linux" terminfo (mga#4894) | Thierry Vignaud | 2012-04-05 | 1 | -0/+2 |
| | | | | - include "screen" terminfo (mga#4894) | ||||
* | really fix mounting /dev/pts & /dev/shm (mga#1023) | Thierry Vignaud | 2012-02-25 | 1 | -3/+2 |
| | |||||
* | don't overwrite /dev after udev handles it | Maarten Vanraes | 2012-02-25 | 1 | -3/+2 |
| | |||||
* | fix mounting /dev/pts & /dev/shm (mga#1023) | Thierry Vignaud | 2012-02-25 | 1 | -2/+2 |
| | | | | | and do it in the right place | ||||
* | log some boot steps | Thierry Vignaud | 2012-01-25 | 1 | -0/+2 |
| | |||||
* | udev support | Thierry Vignaud | 2012-01-25 | 1 | -3/+15 |
| | | | | (will help next commits) | ||||
* | - add screen | Maarten Vanraes | 2011-10-24 | 1 | -1/+7 |
| | | | | | | - add dropbear - add etc/shells - add script that set password and start ssh server | ||||
* | replace ide-disk by ide-gd_mod | Anne Nicolas | 2011-03-09 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ------------------------------------------------------------------------ | ||||
* | load ext4 module (#48816) | Pascal Terjan | 2009-08-07 | 1 | -0/+1 |
| | |||||
* | run /oem-rescue.sh if oem option is present on cmdline | Olivier Blin | 2009-06-29 | 1 | -0/+2 |
| | |||||
* | add image restoration scripts ("restore" command line parameter) from ↵ | Olivier Blin | 2008-09-25 | 1 | -0/+2 |
| | | | | Classmate installer (Caio Begotti) | ||||
* | be quiet when grepping | Olivier Blin | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | adapt to ide-cd being renamed as ide-cd_mod | Olivier Blin | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | do not try to load obsolete ide-mod/ide-probe | Olivier Blin | 2008-06-13 | 1 | -2/+0 |
| | |||||
* | merge partimage hooks in real rc.sysinit (and drop hardcoded leia) | Olivier Blin | 2008-06-13 | 1 | -4/+15 |
| | |||||
* | grep ka from cmdline, and launch new script | Antoine Ginies | 2007-10-25 | 1 | -5/+11 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -12/+1 |
| | |||||
* | disable the weird echoprt in cooked mode for user interaction | Pascal Rigaux | 2005-11-28 | 1 | -0/+3 |
| | |||||
* | minimal i18n support | Pascal Rigaux | 2005-11-10 | 1 | -0/+2 |
| | |||||
* | Mandrake -> Mandriva series. | Funda Wang | 2005-09-17 | 1 | -1/+1 |
| | |||||
* | ka support (initially from Antoine Ginies and Erwan Velu) | Olivier Blin | 2005-08-28 | 1 | -0/+7 |
| | |||||
* | mount /sys | Pascal Rigaux | 2005-04-13 | 1 | -0/+5 |
| | |||||
* | create /var/log | Pascal Rigaux | 2005-01-24 | 1 | -1/+1 |
| | |||||
* | we want /mnt at the root of the rescue | Pascal Rigaux | 2005-01-20 | 1 | -0/+2 |
| | |||||
* | have /dev rw (eg: for /dev/initctl) | Pascal Rigaux | 2005-01-10 | 1 | -0/+2 |
| | |||||
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 1 | -2/+0 |
| | | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime | ||||
* | umount /stage1 when /etc/mtab exists to remove a warning | Pascal Rigaux | 2004-11-05 | 1 | -3/+3 |
| | |||||
* | free up stage1 memory | Pascal Rigaux | 2004-11-05 | 1 | -0/+3 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-11-05 | 1 | -1/+1 |
| | |||||
* | keep the tmpfs and rescue in /tmp/stage2 | Pascal Rigaux | 2004-11-05 | 1 | -1/+5 |
| | | | | | (this allows to mount the rescue read-only) | ||||
* | make oem defaults to /etc/oem-all | Francois Pons | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | don't drvinst SERIAL_USB when noauto (it needs a lspcidrake -v) | Guillaume Cottenceau | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | drvinst serial_usb in rc.sysinit so that legacy free machines may | Guillaume Cottenceau | 2002-09-04 | 1 | -0/+2 |
| | | | | | work with rescue | ||||
* | - add a GUI to the rescue | Guillaume Cottenceau | 2001-10-24 | 1 | -7/+2 |
| | | | | | | | - provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types | ||||
* | better phrasing | Guillaume Cottenceau | 2001-10-16 | 1 | -1/+1 |
| | |||||
* | ext3, xfs, jfs | Guillaume Cottenceau | 2001-09-07 | 1 | -0/+3 |
| | |||||
* | s/Linux-Mandrake/Mandrake Linux/ | Pascal Rigaux | 2001-06-21 | 1 | -1/+1 |
| | | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done) | ||||
* | minor changes | Guillaume Cottenceau | 2001-06-11 | 1 | -2/+2 |
| | |||||
* | - add 'guessmounts' that mimics RH's detecting of partitions when rescue starts | Guillaume Cottenceau | 2001-06-10 | 1 | -0/+10 |
| | |||||
* | load sr_mod and sd_mod at startup | Guillaume Cottenceau | 2001-03-17 | 1 | -0/+2 |
| |