summaryrefslogtreecommitdiff
path: root/scripts/install.sh
AgeCommit message (Collapse)Author
2015-08-27allow to build ALSA, I2C, SPI as kernel modulesWaldemar Brodkorb
2015-07-26update u-boot to latest stable releaseWaldemar Brodkorb
2015-07-26u-boot for BananaPro pls. check target/arm/kernel/banana-pro if ↵Martin Thomas
CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_SUNXI=y make sense together Signed-off-by: Martin Thomas <mthomas@hamtam.de>
2015-07-16fix usb install to pcengines-apuWaldemar Brodkorb
2015-04-26add some basic banana pro supportWaldemar Brodkorb
2015-03-15add some useful bits and bytes for rpi2 supportWaldemar Brodkorb
2015-02-04simplify script, do not create package specific dirs hereWaldemar Brodkorb
2015-02-04add DT trailer to kernel for raspberry pi with dtWaldemar Brodkorb
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine.
2015-02-02some device-tree overlay fixesWaldemar Brodkorb
2015-01-28add devicetree support for raspberry pi and kernel 3.18Waldemar Brodkorb
2015-01-02inform the linux kernel about the new partition table. reported on solidrun ↵Waldemar Brodkorb
forum's to help.
2014-12-27use second partition on solidrun hw. fix install scriptWaldemar Brodkorb
2014-12-26use XZ instead of GZIP compression. remove old installer scriptsWaldemar Brodkorb
2014-12-08fix startup issues with kodiWaldemar Brodkorb
2014-10-17allow to keep data filesystem on update of kodi/mpd systems via install.shWaldemar Brodkorb
2014-10-11append fstab info for /dataWaldemar Brodkorb
2014-10-07-q breaks mkfs.vfat, reported by joernWaldemar Brodkorb
2014-10-06be less verboseWaldemar Brodkorb
2014-10-04fix cleaning of partitions, output device missing. reported by joern. seems ↵Waldemar Brodkorb
to be ignored by Darwin dd.
2014-09-27sometimes, umount(8) doesn’t do what it’s supposed to, on OSX…Thorsten Glaser
2014-09-27create the data filesystemThorsten Glaser
2014-09-27generate and use a PARTUUIDThorsten Glaser
2014-09-27auto-umount those annoying Mac OSX partitionsThorsten Glaser
2014-09-27write a disk signatureThorsten Glaser
2014-09-27port this to Mac OSX and various target devices, together with wbxThorsten Glaser
breaks BSD and DragonFly support (even more than it already was) and partially breaks noformat semantics; keeps -f broken
2014-07-04add PARTUUID feature, enable other filesystems, experimental (ext4 tested on apuWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-04fix install scriptWaldemar Brodkorb
2014-03-14convert to miniconfigWaldemar Brodkorb
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40
2011-12-18update to mksh R40d; use Link-Time Optimisation if possibleThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-05-06add no format optionWaldemar Brodkorb
2011-01-01fix recognition of BSD stat. now busybox stat works, too.Waldemar Brodkorb
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-12./ not needed with new cpio wayWaldemar Brodkorb
2010-12-11scripts/tar no longer requiredWaldemar 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-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-11-17optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵Waldemar Brodkorb
script
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-06-26with devtmpfs, these devices nodes are obsoleteWaldemar Brodkorb
2010-03-06use mke2fs instead of obsolete parted mkpartfsWaldemar Brodkorb
2010-02-27use correct speed for wrapWaldemar Brodkorb
2009-12-06update some packages, fix some kernel module dependenciesWaldemar Brodkorb
- update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders