summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-13setuid bit change for Xorg/sudo at install timeWaldemar Brodkorb
2010-12-13do not check for dependenciesWaldemar Brodkorb
this drastly reduces install time to fake root directory from 68 minutes to 3 minutes on my system. We use the ipkg applet on target, so this change should be harmful.
2010-12-12./ not needed with new cpio wayWaldemar Brodkorb
2010-12-11scripts/tar no longer requiredWaldemar Brodkorb
2010-12-02wrapper script not needed anymoreWaldemar Brodkorb
2010-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar Brodkorb
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped.
2010-11-30include some checks for native buildsWaldemar Brodkorb
2010-11-30avoid gnu tar features, use cpio instead.Waldemar Brodkorb
2010-11-26add support for imagemagick packageWaldemar Brodkorb
2010-11-21automate BSD disklabel creation; display UUID at end of the scriptThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-21add hack to be able to use /dev/svnd0c as target device on MirBSD/OpenBSDThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20convert to UUID; make panic-reboot-time a flag; prevent automatic fsckThorsten Glaser
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20gnaw… pipes are executed in subshells, so an exit has no effectThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20] works for foo='bar' bar='b*r' but, apparently, not everythingThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20new GRUB2 installation script, derived from MirBSD bootblocksThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20Add self-installing MirBSD bootblocks for loading GNU GRUB2.Thorsten Glaser
Source : mircvs://src/sys/arch/i386/stand/bootxx/ CVSROOT: _anoncvs@anoncvs.mirbsd.org:/cvs (CVS_RSH=ssh) CVSWEB : https://www.mirbsd.org/cvs.cgi/ Compiled with: make BOOT_TYPE=grub Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-11-17optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵Waldemar Brodkorb
script
2010-11-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-13optimize case-sensitive filesystem checksWaldemar Brodkorb
2010-10-31rework installation scripts for block devicesWaldemar Brodkorb
Avoid sfdisk, parted and chroot to be more portable. Compile Host grub in target/tools, only used for ibmx40 target right now. Add pt - partition table manager from OpenWrt with some additions and portability fixes. Cfgfs support missing, coming soon.
2010-10-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-10-22remove mksh install routine, add license headerWaldemar Brodkorb
2010-10-22not usedWaldemar Brodkorb
2010-10-22no longer in useWaldemar Brodkorb
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-08-02python is required for gpsd buildWaldemar Brodkorb
2010-08-01remove unzip dependency, use delivered cpio. some code cleanupWaldemar Brodkorb
2010-08-01remove debugWaldemar Brodkorb
2010-08-01add install wrapper to avoid -o/-g usageWaldemar Brodkorb
2010-08-01always make binary or library writable by the user, before trying to stripWaldemar Brodkorb
2010-08-01add autoconf to freebsd_fullWaldemar Brodkorb
2010-07-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-30automake needs autoconf, autoconf needs m4Waldemar Brodkorb
2010-07-30add openbsd functionWaldemar Brodkorb
2010-07-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-30fix build on FreeBSD hostWaldemar Brodkorb
2010-07-30python is required for firefox, disable build of firefox on BSD for nowWaldemar Brodkorb
2010-07-29tac not available on FreeBSD, fix permission in tslib packageWaldemar Brodkorb
2010-07-29fix tsort wrapper for NetBSDWaldemar Brodkorb
2010-07-29add NetBSD and OpenBSD routinesWaldemar Brodkorb
2010-07-29cpio no longer required, it is deliveredWaldemar Brodkorb
2010-07-29add a cpio implementation to tools directoryWaldemar Brodkorb
cpio utility is a mess in point of portability. For example NetBSD cpio implementation does not support userid and groupid changes for the archive. This feature is required for initramfs filesystem targets. This cpio is from the Heirloom project. Fix needed rebuild of tools, when changing targets.
2010-07-29fix for FreeBSDWaldemar Brodkorb
2010-07-29add prepare script for OpenADKWaldemar Brodkorb
2010-07-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb