27 Commits (53036be4188cabc883d874c9d57616c5ab800f0f)

Author SHA1 Message Date
Adriaan de Groot 9d31380980 [libcalamares] Refactor target-environment calls
- Add a more general targetEnvCommand() that returns both
   error code and process output.
 - Change existing targetEnvCall() and targetEnvOutput()
   to use general form while discarding some data.
8 years ago
Adriaan de Groot 1f3f6111f7 [libcalamares] Log output from failed commands 8 years ago
Adriaan de Groot 7a7e2b16cb [libcalamares] Some extra system-information functions 8 years ago
Adriaan de Groot 9693d7a5bd Memory: clean up interface used to get memory (RAM) size 8 years ago
Adriaan de Groot 13807ceabf Licensing: add self
- to all the files I've touched recently
 - to (very incomplete) AUTHORS list

Licensing: add license info to top-level CMakeLists.txt
8 years ago
Adriaan de Groot 6d880b5631 Replace memory-size detection.
- drop use of dmidecode to determine exact physical memory size
 - use sysinfo() to find memory size (assumes linux 2.3.48 or later)
8 years ago
Adriaan de Groot 106f18e074 Log process output of failed commands
FIXES #612
8 years ago
Teo Mrnjavac 1534b0a27c Try to fix dontChroot command execution. 10 years ago
Teo Mrnjavac a4ea7e65a2 Try running no-chroot commands in env rather than sh -c. 10 years ago
Rohan Garg ca393d0a44 Set the default rootMountPoint when not chroot'ing 10 years ago
Teo Mrnjavac 7212aaec74 Fix the last fix. 10 years ago
Teo Mrnjavac d8818e0280 Fix non-chroot target env call. 10 years ago
Teo Mrnjavac 42e465aa10 CalamaresUtils::System is now a class. 10 years ago
Teo Mrnjavac 0803d86c40 Don't duplicate code. 10 years ago
Teo Mrnjavac 2e3751ffa7 If dont-chroot is set, don't chroot target env calls. 10 years ago
Teo Mrnjavac bf885d65db chroot calls are now generic "target env" calls. 10 years ago
Teo Mrnjavac 5e2f6ff2b8 Detect physical memory, with dmidecode and meminfo as backup. 10 years ago
Teo Mrnjavac 633c8512c2 Try to make compile on Qt 5.4 11 years ago
Teo Mrnjavac a97297a3fe Attempt to fix #125 11 years ago
Teo Mrnjavac 7a3ce363b3 Add option to run process jobmodules in chroot. 11 years ago
Teo Mrnjavac f90bf469dd Add chrootOutput/check_chroot_output to libcalamares utils API. 11 years ago
Teo Mrnjavac c64e229142 By default, chrootCall should never time out. 11 years ago
Teo Mrnjavac 45ac91c784 Add check_chroot_call to libcalamares Python interface. 11 years ago
Aurélien Gâteau 26e5500e33 chrootCall: Log messages on failure, as well as command outputs 11 years ago
Aurélien Gâteau 6376e1daef Start the process before calling waitForStarted() 11 years ago
Teo Mrnjavac e7e57689d8 Make sure chrootCall with args list actually passes the args as list. 11 years ago
Teo Mrnjavac 63534f7154 Add mount and chrootCall utilities to libcalamares + Python wrappers. 11 years ago