| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add whoid package for mkpasswd in useradd.inc | Michael Neves | 2013-02-28 | 1 | -1/+1 |
| | | |||||
| * | use INIT_DIR instead of STAGE32_DIR | Michael Neves | 2013-02-28 | 1 | -8/+7![]() |
| | | |||||
| * | libkmod under src/ | Michael Neves | 2013-02-28 | 2 | -30/+14![]() |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Michael Neves | 2013-02-28 | 1 | -0/+1 |
| |\ | |||||
| | * | add xorg to default profile, needed for lightdm | Jonathan Bauer | 2013-02-28 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Michael Neves | 2013-02-28 | 21 | -84/+95 |
| |\| | | | | | | | | | | | Conflicts: helper/fileutil.inc remote/tools/base/base.build | ||||
| | * | Generalization: | root | 2013-02-27 | 21 | -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 merges | Michael Neves | 2013-02-27 | 12 | -222/+199![]() |
| |\| | |||||
| | * | tihi | Simon Rettberg | 2013-02-27 | 1 | -0/+10 |
| | | | |||||
| | * | Merge branch 'master' of ssh://openslx/openslx-ng/tm-scripts | Simon Rettberg | 2013-02-27 | 1 | -0/+1 |
| | |\ | |||||
| | | * | unset REQUIRED_PACKAGE when reading config | Jonathan Bauer | 2013-02-27 | 1 | -0/+1 |
| | | | | |||||
| | * | | Handle required binaries that are symlinks properly | Simon Rettberg | 2013-02-27 | 1 | -6/+20 |
| | |/ | |||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-02-27 | 8 | -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 Rettberg | 2013-02-26 | 4 | -48/+73 |
| | | | | | | | | | | | | | module, for an example, see policykit.conf) | ||||
| | | * | fix library discovery for base (fixes dbus loop) | Simon Rettberg | 2013-02-25 | 1 | -1/+1 |
| | | | | |||||
| | | * | Several fixes and improvements: | Simon Rettberg | 2013-02-25 | 6 | -78/+77![]() |
| | | | | | | | | | | | | | | | | | | | | | | - 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 EVERYWHERE | Jonathan Bauer | 2013-02-27 | 4 | -90/+31![]() |
| | |/ | |||||
| | * | fix tarcopy call for base | Simon Rettberg | 2013-02-25 | 2 | -8/+4![]() |
| | | | |||||
| | * | [tools] replace locate by find in base.build as it is faster, [setup_tools] ↵ | Simon Rettberg | 2013-02-25 | 2 | -14/+12![]() |
| | | | | | | | | | treat scripts as binaries too but skip ldd part | ||||
| | * | binutil external binary functions | Jonathan Bauer | 2013-02-25 | 1 | -48/+79 |
| | | | |||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-02-25 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix data copy in base.build | Simon Rettberg | 2013-02-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-02-25 | 1 | -6/+5![]() |
| | |\| | |||||
| | | * | fix build_core | Simon Rettberg | 2013-02-25 | 1 | -6/+5![]() |
| | | | | |||||
| | * | | ? | Jonathan Bauer | 2013-02-25 | 2 | -81/+43![]() |
| | |/ | |||||
| * / | add squashfstools to build | Michael Neves | 2013-02-27 | 1 | -6/+21 |
| |/ | |||||
| * | delete random functions in random files | Simon Rettberg | 2013-02-25 | 1 | -26/+0![]() |
| | | |||||
| * | [helper] make useradd independent of tools build order, [helper] simplify logger | Simon Rettberg | 2013-02-25 | 2 | -9/+5![]() |
| | | |||||
| * | Fix quotes in base.build | Simon Rettberg | 2013-02-22 | 1 | -3/+3 |
| | | |||||
| * | Added helper/fileutil.inc that provides tarcopy, an error-checking version ↵ | Simon Rettberg | 2013-02-22 | 1 | -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.inc | Simon Rettberg | 2013-02-21 | 3 | -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-scripts | Simon Rettberg | 2013-02-21 | 1 | -6/+6 |
| |\ | |||||
| | * | [systemd] kmod variable fix | Jonathan Bauer | 2013-02-21 | 1 | -6/+6 |
| | | | |||||
| * | | Add add_user function to add users and groups to the system | Simon Rettberg | 2013-02-21 | 1 | -4/+7 |
| |/ | | | | Add qnd_exit to stop the entire mltk script from within a function | ||||
| * | Merge branch 'master' of ssh://openslx/openslx-ng/tm-scripts | Simon Rettberg | 2013-02-20 | 10 | -18/+56 |
| |\ | |||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | michael | 2013-02-20 | 20 | -5/+272 |
| | |\ | |||||
| | | * | init auto hw config | Jonathan Bauer | 2013-02-20 | 5 | -3/+22 |
| | | | | |||||
| | * | | install libkmod from source | michael | 2013-02-20 | 2 | -8/+20 |
| | | | | |||||
| | * | | add mksquashfs to DEPS for mltk build core | michael | 2013-02-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | add user polkitd | michael | 2013-02-20 | 2 | -6/+12 |
| | | | | |||||
| | * | | add aufs, nfs, sshd to DEPS | michael | 2013-02-20 | 2 | -1/+2 |
| | | | | |||||
| * | | | [base module] clean passwd/group/shadow of host system: remove local ↵ | Simon Rettberg | 2013-02-20 | 1 | -1/+30 |
| | |/ |/| | | | | | users/groups | ||||
| * | | Remove *.la files that confuse libtool | Simon Rettberg | 2013-02-20 | 2 | -1/+3 |
| | | | |||||
| * | | Add SSHd Package to Tools | root | 2013-02-20 | 12 | -1/+169 |
| | | | |||||
| * | | renaming | Jonathan Bauer | 2013-02-20 | 1 | -0/+78 |
| |/ | |||||
| * | fixes | Jonathan Bauer | 2013-02-18 | 5 | -31/+5![]() |
| | | |||||
| * | fix for stage 3.1 lib/modules | Jonathan Bauer | 2013-02-18 | 1 | -0/+1 |
| | | |||||
| * | fix | Jonathan Bauer | 2013-02-18 | 2 | -1/+3 |
| | | |||||
| * | fix | Jonathan Bauer | 2013-02-18 | 3 | -0/+95 |
| | | |||||
| * | policykit fixes | Jonathan Bauer | 2013-02-18 | 2 | -58/+0![]() |
| | | |||||

