summaryrefslogtreecommitdiffstats
path: root/helper
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for wildcards in REQUIRED_KERNEL_MODULESroot2013-05-031-1/+16
| | | | Load drm kernel modules in stage31's init
* - Make make -j match cpu countSimon Rettberg2013-04-261-1/+1
| | | | | | - Make kernel.config merging detect and replace existing config better - Add CONFIG_DRM=y to wanted kernel config - Include suse-target in git
* start global install_package functionJonathan Bauer2013-04-251-1/+13
|
* remove deprecated umount_nfsJonathan Bauer2013-04-251-1/+0Star
|
* fix rsyslogd for ubuntu (hopefully not broken on suse :/)Jonathan Bauer2013-04-241-0/+4
|
* merge?Jonathan Bauer2013-04-241-0/+1
|\
| * Update for openSUSE 12.3Simon Rettberg2013-04-192-1/+3
| |
* | compile kernel on the reference system with our config requirementsJonathan Bauer2013-04-242-61/+33Star
|/
* kernel compile preparationsJonathan Bauer2013-04-172-0/+21
|
* fix cryptic error when nfs-common not installedJonathan Bauer2013-04-121-1/+2
|
* Copy Kernel everytime nowMichael Neves2013-04-121-3/+2Star
|
* small fixJonathan Bauer2013-04-121-1/+0Star
|
* fix kernel.incMichael Neves2013-04-121-1/+1
|
* copy_kernel to boot and size of initramfs/sqfsMichael Neves2013-04-121-2/+2
|
* commitJonathan Bauer2013-04-121-2/+0Star
|
* remove check if packet is already installedJonathan Bauer2013-04-121-2/+2
|
* Fix copy_kernel_modules (var name)Simon Rettberg2013-04-121-1/+3
|
* Size calculation fixedMichael Neves2013-04-121-3/+2Star
|
* required/optional packages. consolekit for rpm.Simon Rettberg2013-04-121-1/+7
| | | | | | REQUIRED_PACKAGES are now actually required, but you can prefix optional packages with '@'. See xorg.conf for an example. a consolekit.conf.zypper was created to make consolekit work on opensuse 12.1
* KERNEL_VERSION from system.incMichael Neves2013-04-126-22/+203
| | | | | | | | | | | | | | | | | | | | | | | | gitignore and calc_size in fileutil calculates the build size of a module fix generate_target argument parsing add xfs to rootfs-stage31.conf added server sync option -s - Fix sshd module failing to set permissions on sshd config - Add all required packages for openSUSE to xorg module - Softlink sh to bash in rootfs-stage32, as some scripts might fail otherwise Thanks hwinfo but we don't need you anymore Added size log fix list_packet_files exiting loop when a packet wasnt installed remove flag checks, now done in setup_target check if kernel module is already built-in
* Merge branch 'master' of ssh://openslx/openslx-ng/tm-scriptsSimon Rettberg2013-03-192-12/+20
|\
| * mergeMichael Neves2013-03-193-2/+20
| |\
| | * use all cores by make through MAKEFLAGSJonathan Bauer2013-03-191-0/+4
| | |
| * | adjustments to generate_initramfs and generate_squashfsMichael Neves2013-03-191-12/+16
| | |
* | | Tweak modules to work with openSUSE 12.1Simon Rettberg2013-03-192-7/+12
| | |
* | | Merge branch 'master' of ssh://openslx/openslx-ng/tm-scriptsroot2013-03-195-21/+84
|\ \ \ | | |/ | |/|
| * | binutil: add libs to blacklist, speeds up by a LOT (thanks michi:))Jonathan Bauer2013-03-191-1/+6
| | |
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-03-191-1/+1
| |\ \
| | * | Fix warning message in list_package_filesSimon Rettberg2013-03-191-1/+1
| | |/
| * / copy_static_files function now called on each moduleJonathan Bauer2013-03-191-0/+9
| |/
| * fix PREFIX beeing a linkJonathan Bauer2013-03-151-1/+1
| |
| * fix INIT_DIR to TARGET_BUILD_DIRJonathan Bauer2013-03-141-12/+12
| |
| * fix bad config for policykitJonathan Bauer2013-03-131-6/+2Star
| |
| * plymouth for stage3.1Jonathan Bauer2013-03-131-2/+17
| |
| * fix not removing ldd_outputJonathan Bauer2013-03-111-0/+1
| |
| * new system.inc helper to fetch common system informationJonathan Bauer2013-03-111-0/+14
| |
| * new function to list libc and ld-linux path, updated in setup_toolsJonathan Bauer2013-03-111-3/+3
| |
| * binutil.inc: old test removedJonathan Bauer2013-03-051-1/+0Star
| |
| * binutil.inc: get_basic_libs gets libc and ld-linuxJonathan Bauer2013-03-051-0/+10
| |
| * change perror to pwarning if a package is not installed. TODO what if a ↵Jonathan Bauer2013-03-011-3/+3
| | | | | | | | package is missing?
| * tarcopy: check for destination directory else create itJonathan Bauer2013-03-011-0/+1
| |
| * small touch upMichael Neves2013-02-281-1/+1
| |
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-02-281-0/+46
| |\ | | | | | | | | | | | | | | | Conflicts: helper/fileutil.inc remote/tools/base/base.build
| * \ init and build_core mergesMichael Neves2013-02-274-18/+182
| |\ \
| * | | move generate_initramfs to fileutilsMichael Neves2013-02-271-0/+13
| | | |
* | | | openSUSE non-interactive zypperroot2013-03-191-1/+1
| |_|/ |/| |
* | | Generalization:root2013-02-271-0/+46
| |/ |/| | | | | | | | | | | - 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"
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-02-272-6/+8
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: remote/setup_tools remote/tools/base/base.build remote/tools/dbus/dbus.build
| * | Implemented more flexible command line parsingSimon Rettberg2013-02-261-5/+5
| | |
| * | Several fixes and improvements:Simon Rettberg2013-02-251-1/+3
| | | | | | | | | | | | | | | | | | | | | - 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