| Commit message (Expand) | Author | Age | Files | Lines |
| * | stage3.1 'debug' to drop a shell | Jonathan Bauer | 2013-03-12 | 1 | -1/+1 |
| * | mltk now uses setup_core | Jonathan Bauer | 2013-03-11 | 4 | -49/+75 |
| * | old files | Jonathan Bauer | 2013-03-11 | 2 | -73/+0 |
| * | rsyslogd as tool | Jonathan Bauer | 2013-03-11 | 2 | -0/+46 |
| * | new setup_core script, builds the stage3.1 rootfs on the remote system, inste... | Jonathan Bauer | 2013-03-11 | 3 | -0/+388 |
| * | ignore new temp list files for stage3.1 | Jonathan Bauer | 2013-03-11 | 1 | -0/+3 |
| * | new function to list libc and ld-linux path, updated in setup_tools | Jonathan Bauer | 2013-03-11 | 1 | -21/+1 |
| * | formatting | Jonathan Bauer | 2013-03-01 | 2 | -16/+15 |
| * | use list_packet_files in ldm.build | Jonathan Bauer | 2013-03-01 | 1 | -13/+3 |
| * | use download_untar in plymouth.build | Jonathan Bauer | 2013-03-01 | 1 | -22/+14 |
| * | use list_packet_files in policykit.build | Jonathan Bauer | 2013-03-01 | 1 | -21/+3 |
| * | use list_packet_files in xorg.build | Jonathan Bauer | 2013-03-01 | 1 | -16/+5 |
| * | use list_packet_files in build-script | Jonathan Bauer | 2013-03-01 | 1 | -11/+1 |
| * | unneeded mkdir, tarcopy takes care of that now | Jonathan Bauer | 2013-03-01 | 1 | -1/+0 |
| * | use tarcopy in setup_tools | Jonathan Bauer | 2013-03-01 | 1 | -3/+2 |
| * | delete deprecated files | Jonathan Bauer | 2013-03-01 | 5 | -19/+0 |
| * | dbus: get the service files from the package, but move them to usr/lib | Jonathan Bauer | 2013-03-01 | 1 | -7/+6 |
| * | base: fix copy of pam modules | Jonathan Bauer | 2013-03-01 | 1 | -3/+2 |
| * | tools cleanup: clean everything but leave the stage3.2 there, for bind mount ... | Jonathan Bauer | 2013-03-01 | 1 | -1/+1 |
| * | 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 |
| |\| |
|
| | * | Generalization: | root | 2013-02-27 | 21 | -82/+95 |
| * | | 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 |
| | |\ |
|
| | | * | Added dependency system for modules (REQUIRED_MODULES var in *.conf of module... | Simon Rettberg | 2013-02-26 | 4 | -48/+73 |
| | | * | 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 |
| | * | | 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] t... | Simon Rettberg | 2013-02-25 | 2 | -14/+12 |
| | * | 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 of... | Simon Rettberg | 2013-02-22 | 1 | -28/+35 |
| * | 1. New logging/output system - use functions provided by helper/logging.inc | Simon Rettberg | 2013-02-21 | 3 | -135/+144 |