summaryrefslogtreecommitdiffstats
path: root/helper
Commit message (Collapse)AuthorAgeFilesLines
* [fileutil] fix typoJonathan Bauer2013-07-091-2/+2
|
* [binutil] added a non-critical TODOJonathan Bauer2013-07-091-0/+1
|
* [kernel] remember last built version and if new kernel is detected, ask what ↵Jonathan Bauer2013-07-082-22/+20Star
| | | | to do. WARNING: KVERSION file will be missing, write the old (uname -r) under remote/modules/ksrc/KVERSION to be safe :)
* Don't fail when copying firmware modules that already existSimon Rettberg2013-06-241-3/+7
|
* [kernel] fix copying firmwareSimon Rettberg2013-06-131-3/+7
|
* [fileutil.inc] remove debug messageJonathan Bauer2013-06-131-1/+0Star
|
* [alsa] Seems package names are different on SUSE after all...Simon Rettberg2013-06-131-2/+5
|
* [fileutil.inc] minor fixJonathan Bauer2013-06-121-5/+6
|
* [fileutil.inc] generic install_package function, to be used in scripts. ↵Jonathan Bauer2013-06-121-20/+19Star
| | | | Installs a package using the platform's packet manager
* [kernel] fix firmware not being copied, because of wrong pathsJonathan Bauer2013-06-111-1/+25
|
* [binutil.h] Consider $REQUIRED_LDD_BLACKLIST when fetching dynamic dependenciesSimon Rettberg2013-06-101-2/+2
| | | | [kdm] Blacklist libQtWebKit - it's 25M and of no use (yet?)
* [systemd] patch PATH environment variable in systemd-srcSimon Rettberg2013-06-101-11/+11
|
* Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-06-062-0/+37
|\
| * [helper] Add key-value utilSimon Rettberg2013-06-062-0/+37
| | | | | | | | | | | | | | Can be used to add simple key-value-pairs to files. It will error if the given key already exists and has a different value. If it does not exist in the target file, it will be appended/created. Otherwise, nothing will be done.
* | [binutil.inc] added commentaries for the functions searching for the dynamic ↵Jonathan Bauer2013-06-061-17/+63
|/ | | | dependencies of binaries
* Add LIB64 var that will be set to lib64 on 64bit or lib on 32bitSimon Rettberg2013-06-041-0/+8
|
* [vmplayer] More error checksroot2013-05-311-2/+12
| | | | | [stage31] more error checks in stage31 (and then drop to shell) [fileutil] Add option to tarcopy to ignore failed reads
* beauty operations :)Jonathan Bauer2013-05-281-14/+14
|
* Joeys Mist wieder fixen :PSimon Rettberg2013-05-241-2/+0Star
|
* ...Jonathan Bauer2013-05-231-0/+2
|
* fix annoying error message of 'which apt-get' on suseJonathan Bauer2013-05-231-2/+2
|
* 1. Fix ARCH_TRIPLET for distos that don'T have it.Simon Rettberg2013-05-211-1/+2
| | | | | | 2. Add suse-specific .conf file for openbox 3. Add libnss_mdns* to pam 4. Add vmchooser and openbox to stage32-opensuse
* Refactoring:Simon Rettberg2013-05-211-7/+7
| | | | | REQUIRED_DEPENDENCIES -> REQUIRED_INSTALLED_PACKAGES REQUIRED_PACKAGES -> REQUIRED_CONTENT_PACKAGES
* dhcp service now requests same IP if he got one previouslyJonathan Bauer2013-05-071-2/+4
|
* auto copy dependencies as read from modules.dep to the target directoryJonathan Bauer2013-05-071-0/+11
|
* 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
| | |