summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Delete some unused variablesDan Fandrich2024-01-051-5/+0
|
* Eliminate use of egrep and fgrep and the warnings they now giveDan Fandrich2024-01-051-1/+1
|
* Fix compiling with glibc-2.32Thierry Vignaud2020-11-251-1/+2
| | | | Old legacy RPC bits were finally axed so we need to link against libtirpc
* fix collecting needed perl files with glibc-2.26Thierry Vignaud2018-11-221-1/+1
| | | | | | | | | | basically the ouput of strace changed with glibc-2.26: "Since version 2.26, the glibc wrapper function for open() employs the openat() system call, rather than the kernel's open() system call". so support both ways (in case it would be backported): open("foobar...) openat(AT_FDCWD, "foobar...)
* adapt to perl 5.28: fix including stuff from pkgsThierry Vignaud2018-08-091-1/+1
| | | | need to expand macro when using "matching"
* adapt to perl 5.28Thierry Vignaud2018-08-091-1/+9
| | | | | - perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch) - ARCH-linux-thread-multi & version is no more used in path
* Really exit on errorPascal Terjan2018-01-041-1/+4
| | | | Incorrect code noticed in a comment on mga#22266
* Increase the default window size of the installer to 1024x768 (mga#20624)Frédéric Buclin2017-06-231-2/+2
| | | | | This permits to correctly display the different panels as some of them contain quite a lot of data.
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-16/+0
| | | | (need latest perl_checker)
* drakx-in-chroot: do not die if Xephyr is not found in text modeOlivier Blin2016-08-181-2/+2
|
* drakx-in-chroot: fix typo in Xephyr not found messageOlivier Blin2016-08-181-1/+1
|
* prevent listing modules more than onceThierry Vignaud2016-06-101-1/+1
|
* supplement blacklistThierry Vignaud2016-06-101-0/+1
|
* also record used kernelThierry Vignaud2016-05-081-0/+1
|
* I should have put that script in git years agoThierry Vignaud2016-05-081-0/+93
|
* perl_checker cleanupsThierry Vignaud2016-04-281-3/+4
|
* supplement blacklistThierry Vignaud2016-04-282-3/+6
|
* enable to control strace behaviourThierry Vignaud2016-04-041-1/+1
|
* Use arm instead of full arm version as arch when installing files from xml listOlivier Blin2016-01-191-0/+1
| | | | | Instead of armv7l as detected from uname -m. Perl files are installed in /usr/lib/perl5/<version>/arm-linux-thread-multi
* drop (broken) support for Alpha, IA64 & PPC, SparcThierry Vignaud2016-01-022-9/+1
|
* kill old junkThierry Vignaud2015-12-254-4/+0
|
* fix path in commentThierry Vignaud2015-12-241-1/+1
|
* kill obsolete references to X11R6 in pathThierry Vignaud2015-12-241-1/+1
|
* fix running with xserver-1.18Thierry Vignaud2015-12-121-1/+1
|
* (create_initial_devices) kill itThierry Vignaud2015-03-051-6/+0
| | | | (no more needed for draklive)
* unbreak !draklive caseThierry Vignaud2015-03-051-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 drakliveThierry Vignaud2015-03-051-1/+1
|
* pre-create /dev/null & co before mounting devtmpfsThierry Vignaud2014-12-201-2/+2
|
* pre-create /dev/null & co again (for draklive)Thierry Vignaud2014-10-261-0/+6
| | | | | | partially reverting commit 1a213f9497330c3173500e4e27d0e21a694beba4 add a comment explaining the purpose
* try harder to umount everything when sg went havrocThierry Vignaud2014-10-231-0/+4
|
* introduce mount() functionThierry Vignaud2014-10-231-12/+17
| | | | more readable & needed for next commit
* perl_checker cleanupsThierry Vignaud2014-10-211-2/+2
|
* document --stage2-update in --helpThierry Vignaud2014-10-211-0/+1
|
* mount /dev -o roThierry Vignaud2014-10-211-1/+1
| | | | (prevent rm -fr going havroc on some error pathes)
* don't bother create /dev/usb nowThierry Vignaud2014-10-201-1/+1
|
* adapt to the fact that stage2 expects a /dev fully populated by udevThierry Vignaud2014-10-201-6/+2
|
* advise to install xephyr if missingThierry Vignaud2013-12-201-1/+1
|
* tools: Get rid of the 'many matches for binary' warning due to usrmove.Colin Guthrie2013-12-021-1/+3
| | | | | This ignores /sbin and /bin paths then they are symlinks and avoids misleading messages being printed when building stage2 and rescue
* tools: Prefer /usr/sbin over /usr/bin.Colin Guthrie2013-12-021-1/+1
| | | | | | | | 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
* add --depth in order to force 16bit colors modeThierry Vignaud2013-11-241-0/+3
|
* do not compile/include xhost+ anymore (unused for years)Thierry Vignaud2013-11-181-1/+1
|
* install/rescue: Adapt to a dracut based stage1.Colin Guthrie2013-10-291-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.
* log substitions in verbose modeThierry Vignaud2013-04-231-0/+1
| | | | | | | | | | | | | 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)
* really fix link :-(Thierry Vignaud2013-04-041-1/+1
|
* always copy /etc/resolv.conf againThierry Vignaud2013-04-041-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 locationThierry Vignaud2013-04-041-1/+1
|
* do not copy /etc/resolv.conf in chroot if not neededThierry Vignaud2013-04-041-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
* simplifyThierry Vignaud2013-04-041-1/+1
|
* export blkid cache (small speedup)Thierry Vignaud2012-12-281-2/+3
|
* factorizeThierry Vignaud2012-12-281-11/+7
|