summaryrefslogtreecommitdiffstats
path: root/remote/modules/busybox
Commit message (Collapse)AuthorAgeFilesLines
* [busybox] fix links not being copied on centosJonathan Bauer2014-08-131-0/+4
|
* Keep split usr if original system has it, add extra logic if no split usrroot2014-07-241-2/+2
|
* revert wrong fixroot2014-07-111-2/+2
|
* [busybox] fix pathsManuel Schneider2014-07-101-2/+2
|
* [stage31] Made splash-screen nicerSimon Rettberg2014-07-052-10/+12
|
* [busybox] Add patch for background fillingSimon Rettberg2014-07-052-1/+78
|
* "Fedora Support", step 1 ->Simon Rettberg2014-07-042-4/+3Star
| | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* don't split busybox applets in /usr.Jonathan Bauer2014-07-012-3/+1Star
| | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries.
* [busybox] enable grep with -E and -A,-B,-CJonathan Bauer2014-06-101-3/+3
|
* [busybox] fixes busybox waiting for user input while compiling....Jonathan Bauer2014-06-101-1/+1
|
* [busybox] added mkfifo and removed mdevJonathan Bauer2014-06-101-8/+8
|
* [busybox] Add locale supportMichael Pereira Neves2014-04-081-1/+1
|
* woopsie, the return ;)Jonathan Bauer2014-03-252-35/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-252-0/+35
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* [busybox/udhcpc] Enable RFC3397 "domain search" option (and use it if present)Simon Rettberg2014-02-152-42/+43
|
* [busybox] Add patch for centering the image displayed with fbsplashSimon Rettberg2014-01-302-0/+87
|
* [busybox] remove pkillJonathan Bauer2013-12-021-1/+1
|
* Reworking busybox config and included toolsSimon Rettberg2013-11-292-3/+3
|
* [busybox] openslx-busybox-config: Enabled CONFIG_FEATURE_GPT_LABELChristian Rößler2013-11-251-1/+1
|
* [busybox] Cleaned commentary - commentaries blocked compiling ofChristian Rößler2013-08-291-3/+0Star
| | | | addgroup. WTF!
* [busybox] Corr. options for addgroupChristian Rößler2013-08-291-3/+3
|
* [busybox] Temporary! Config options changed for addgroup, needed by vboxChristian Rößler2013-08-291-0/+6
| | | | for testing purposes. Will be reverted soon, do not depend on.
* [busybox] add dirname to busyboxJonathan Bauer2013-08-191-1/+1
|
* [busybox] Use official git repository instead of our own repoSimon Rettberg2013-08-143-10/+1051
| | | | Also include busybox in stage31 only and simply copy it before switchrooting to stage32
* vmchooserMichael Neves2013-05-031-1/+1
|
* move /openslx to /opt/openslxMichael Neves2013-05-031-1/+1
|
* KERNEL_VERSION from system.incMichael Neves2013-04-121-18/+9Star
| | | | | | | | | | | | | | | | | | | | | | | | 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
* use all cores by make through MAKEFLAGSJonathan Bauer2013-03-191-1/+1
|
* restructuring...Jonathan Bauer2013-03-142-0/+33