Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable to control strace behaviour | Thierry Vignaud | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | fix path in comment | Thierry Vignaud | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | kill obsolete references to X11R6 in path | Thierry Vignaud | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | fix running with xserver-1.18 | Thierry Vignaud | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | (create_initial_devices) kill it | Thierry Vignaud | 2015-03-05 | 1 | -6/+0 |
| | | | | (no more needed for draklive) | ||||
* | unbreak !draklive case | Thierry Vignaud | 2015-03-05 | 1 | -2/+7 |
| | | | | | | | 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) | ||||
* | unbreak draklive | Thierry Vignaud | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | pre-create /dev/null & co before mounting devtmpfs | Thierry Vignaud | 2014-12-20 | 1 | -2/+2 |
| | |||||
* | pre-create /dev/null & co again (for draklive) | Thierry Vignaud | 2014-10-26 | 1 | -0/+6 |
| | | | | | | partially reverting commit 1a213f9497330c3173500e4e27d0e21a694beba4 add a comment explaining the purpose | ||||
* | try harder to umount everything when sg went havroc | Thierry Vignaud | 2014-10-23 | 1 | -0/+4 |
| | |||||
* | introduce mount() function | Thierry Vignaud | 2014-10-23 | 1 | -12/+17 |
| | | | | more readable & needed for next commit | ||||
* | perl_checker cleanups | Thierry Vignaud | 2014-10-21 | 1 | -2/+2 |
| | |||||
* | document --stage2-update in --help | Thierry Vignaud | 2014-10-21 | 1 | -0/+1 |
| | |||||
* | mount /dev -o ro | Thierry Vignaud | 2014-10-21 | 1 | -1/+1 |
| | | | | (prevent rm -fr going havroc on some error pathes) | ||||
* | don't bother create /dev/usb now | Thierry Vignaud | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | adapt to the fact that stage2 expects a /dev fully populated by udev | Thierry Vignaud | 2014-10-20 | 1 | -6/+2 |
| | |||||
* | advise to install xephyr if missing | Thierry Vignaud | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | add --depth in order to force 16bit colors mode | Thierry Vignaud | 2013-11-24 | 1 | -0/+3 |
| | |||||
* | install/rescue: Adapt to a dracut based stage1. | Colin Guthrie | 2013-10-29 | 1 | -0/+8 |
| | | | | | | | | | | | 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. | ||||
* | really fix link :-( | Thierry Vignaud | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | always copy /etc/resolv.conf again | Thierry Vignaud | 2013-04-04 | 1 | -3/+1 |
| | | | | | | 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) | ||||
* | fix location | Thierry Vignaud | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | do not copy /etc/resolv.conf in chroot if not needed | Thierry Vignaud | 2013-04-04 | 1 | -1/+3 |
| | | | | | | | | | 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 | ||||
* | simplify | Thierry Vignaud | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | export blkid cache (small speedup) | Thierry Vignaud | 2012-12-28 | 1 | -2/+3 |
| | |||||
* | factorize | Thierry Vignaud | 2012-12-28 | 1 | -11/+7 |
| | |||||
* | add support for strace | Thierry Vignaud | 2012-12-23 | 1 | -0/+2 |
| | |||||
* | rename $gdb as $wrapper | Thierry Vignaud | 2012-12-23 | 1 | -4/+4 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | fix debugfs dir path and do not attempt to create it since it is already in ↵ | Olivier Blin | 2012-09-01 | 1 | -4/+4 |
| | | | | sysfs | ||||
* | more usbfs removal fixes | Thomas Backlund | 2012-09-01 | 1 | -1/+2 |
| | |||||
* | - drakx-in-chroot: | Thomas Backlund | 2012-09-01 | 1 | -2/+2 |
| | | | | | | o adapt to usbfs death | ||||
* | drakx-in-chroot: unmount /dev in chroot | Olivier Blin | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | installer: allow generation of host-only initrd during install | Colin Guthrie | 2012-04-10 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | text mode needs /dev/tty | Thierry Vignaud | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | add support for --gdb | Thierry Vignaud | 2012-01-08 | 1 | -1/+15 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2009-03-17 | 1 | -1/+0 |
| | |||||
* | enable to emulate iso-on-disk installation | Thierry Vignaud | 2009-03-17 | 1 | -2/+15 |
| | |||||
* | (create_initial_devices) copy /dev/*random too | Thierry Vignaud | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | document --text | Thierry Vignaud | 2008-10-08 | 1 | -0/+1 |
| | |||||
* | do not start an X server if using --text | Thierry Vignaud | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | drakx-in-chroot: do not require running kernel to be installed, generate ↵ | Olivier Blin | 2008-09-25 | 1 | -1/+1 |
| | | | | empty modules.dep and modules.alias files instead (useful when running drakx-in-chroot from a chroot) | ||||
* | document --flang | Thierry Vignaud | 2008-08-29 | 1 | -0/+1 |
| | |||||
* | remove debugging code that wrongly went in last commit (r244224 on | Thierry Vignaud | 2008-08-20 | 1 | -6/+1 |
| | | | | | 2008-08-19), thus fixing using remote repositories (spotted by pixel) | ||||
* | enable to use a package repository different from installer one; this enables | Thierry Vignaud | 2008-08-19 | 1 | -2/+14 |
| | | | | | to use a locally build installer with an official distro repository | ||||
* | enable to choose resolution of Xvfb | Thierry Vignaud | 2008-08-19 | 1 | -2/+11 |
| | |||||
* | prefer Xephyr over Xnest since Xnest lacks many extensions needed by | Thierry Vignaud | 2008-07-25 | 1 | -1/+1 |
| | | | | | matchbox-window-manager | ||||
* | - drakx-in-chroot: | Pascal Rigaux | 2007-12-12 | 1 | -2/+3 |
| | | | | | | o just like stage1, handle <root of distrib> ending with current arch() so that we can access main32 on x86_64 | ||||
* | tag it as executable | Thierry Vignaud | 2007-08-29 | 1 | -0/+0 |
| | |||||
* | use 127.0.0.1 instead of localhost | Pascal Rigaux | 2007-08-21 | 1 | -1/+1 |
| | | | | | (it is needed by Frank Griffin to make it work, cf cooker mailing list) |