summaryrefslogtreecommitdiffstats
path: root/remote
Commit message (Collapse)AuthorAgeFilesLines
* add whoid package for mkpasswd in useradd.incMichael Neves2013-02-281-1/+1
|
* use INIT_DIR instead of STAGE32_DIRMichael Neves2013-02-281-8/+7Star
|
* libkmod under src/Michael Neves2013-02-282-30/+14Star
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-02-281-0/+1
|\
| * add xorg to default profile, needed for lightdmJonathan Bauer2013-02-281-0/+1
| |
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-02-2821-84/+95
|\| | | | | | | | | | | Conflicts: helper/fileutil.inc remote/tools/base/base.build
| * Generalization:root2013-02-2721-82/+95
| | | | | | | | | | | | | | - Rework install_dependencies: make it a global function, not per tools.build - Determine packet manager of local system (currently supports apt/dpkg and zypper/rpm) - Look for packet manager specific tools.conf.$MANAGER first, use tools.conf otherwise - Added list_package_files which should be used instead of "for $(dpkg -L | grep ...) ... >> ... done"
* | init and build_core mergesMichael Neves2013-02-2712-222/+199Star
|\|
| * tihiSimon Rettberg2013-02-271-0/+10
| |
| * Merge branch 'master' of ssh://openslx/openslx-ng/tm-scriptsSimon Rettberg2013-02-271-0/+1
| |\
| | * unset REQUIRED_PACKAGE when reading configJonathan Bauer2013-02-271-0/+1
| | |
| * | Handle required binaries that are symlinks properlySimon Rettberg2013-02-271-6/+20
| |/
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-02-278-121/+146
| |\ | | | | | | | | | | | | | | | | | | Conflicts: remote/setup_tools remote/tools/base/base.build remote/tools/dbus/dbus.build
| | * Added dependency system for modules (REQUIRED_MODULES var in *.conf of ↵Simon Rettberg2013-02-264-48/+73
| | | | | | | | | | | | module, for an example, see policykit.conf)
| | * fix library discovery for base (fixes dbus loop)Simon Rettberg2013-02-251-1/+1
| | |
| | * Several fixes and improvements:Simon Rettberg2013-02-256-78/+77Star
| | | | | | | | | | | | | | | | | | | | | - return uid and gid again for add_user and add_group - abort execution if sourcing the .build or .conf file of a module fails - make sure lightdm user and group exists when building the ldm module - use tarcopy in all modules if appropriate
| * | using binutils EVERYWHEREJonathan Bauer2013-02-274-90/+31Star
| |/
| * fix tarcopy call for baseSimon Rettberg2013-02-252-8/+4Star
| |
| * [tools] replace locate by find in base.build as it is faster, [setup_tools] ↵Simon Rettberg2013-02-252-14/+12Star
| | | | | | | | treat scripts as binaries too but skip ldd part
| * binutil external binary functionsJonathan Bauer2013-02-251-48/+79
| |
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-02-251-1/+1
| |\
| | * Fix data copy in base.buildSimon Rettberg2013-02-251-1/+1
| | |
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-02-251-6/+5Star
| |\|
| | * fix build_coreSimon Rettberg2013-02-251-6/+5Star
| | |
| * | ?Jonathan Bauer2013-02-252-81/+43Star
| |/
* / add squashfstools to buildMichael Neves2013-02-271-6/+21
|/
* delete random functions in random filesSimon Rettberg2013-02-251-26/+0Star
|
* [helper] make useradd independent of tools build order, [helper] simplify loggerSimon Rettberg2013-02-252-9/+5Star
|
* Fix quotes in base.buildSimon Rettberg2013-02-221-3/+3
|
* Added helper/fileutil.inc that provides tarcopy, an error-checking version ↵Simon Rettberg2013-02-221-28/+35
| | | | | | | | of "tar cp xx | tar xp -C xx" Added add_group function Changed add_user to update an existing user's password if called with a password Updated base.build to use new logging system
* 1. New logging/output system - use functions provided by helper/logging.incSimon Rettberg2013-02-213-135/+144
| | | | | | 2. Update modules to use new logging system - already updated policykit and systemd as an example 3. Stop all processing if a critical error occurs (use perror to notify user) 4. Some minor tweaks and fixes to setup_tools (added more error checking, but still incomplete)
* Merge branch 'master' of ssh://openslx/openslx-ng/tm-scriptsSimon Rettberg2013-02-211-6/+6
|\
| * [systemd] kmod variable fixJonathan Bauer2013-02-211-6/+6
| |
* | Add add_user function to add users and groups to the systemSimon Rettberg2013-02-211-4/+7
|/ | | | Add qnd_exit to stop the entire mltk script from within a function
* Merge branch 'master' of ssh://openslx/openslx-ng/tm-scriptsSimon Rettberg2013-02-2010-18/+56
|\
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsmichael2013-02-2020-5/+272
| |\
| | * init auto hw configJonathan Bauer2013-02-205-3/+22
| | |
| * | install libkmod from sourcemichael2013-02-202-8/+20
| | |
| * | add mksquashfs to DEPS for mltk build coremichael2013-02-201-1/+1
| | |
| * | add user polkitdmichael2013-02-202-6/+12
| | |
| * | add aufs, nfs, sshd to DEPSmichael2013-02-202-1/+2
| | |
* | | [base module] clean passwd/group/shadow of host system: remove local ↵Simon Rettberg2013-02-201-1/+30
| |/ |/| | | | | users/groups
* | Remove *.la files that confuse libtoolSimon Rettberg2013-02-202-1/+3
| |
* | Add SSHd Package to Toolsroot2013-02-2012-1/+169
| |
* | renamingJonathan Bauer2013-02-201-0/+78
|/
* fixesJonathan Bauer2013-02-185-31/+5Star
|
* fix for stage 3.1 lib/modulesJonathan Bauer2013-02-181-0/+1
|
* fixJonathan Bauer2013-02-182-1/+3
|
* fixJonathan Bauer2013-02-183-0/+95
|
* policykit fixesJonathan Bauer2013-02-182-58/+0Star
|