Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-13 | adkinstall: add sgi o2 support | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2015-05-31 | better error handling | Waldemar Brodkorb | |
2015-05-30 | add support for pcengines-alix | Waldemar Brodkorb | |
Readd Alix2d support, tested via NFS boot. Fix IPSec kernel module loading. | |||
2015-02-17 | set suid bit for Xorg/sudo | Waldemar Brodkorb | |
2015-02-17 | allow to create a data partition on my ibm x40 | Waldemar Brodkorb | |
2015-01-28 | fix grub install on ibm-x40, simplify | Waldemar Brodkorb | |
2015-01-27 | partprobe required to let the kernel recognize the partition table | Waldemar Brodkorb | |
2014-10-01 | add some basic stuff for ibm-x40 | Waldemar Brodkorb | |
2014-07-28 | add support for pcengines-apu booting from ssd | Waldemar Brodkorb | |
2014-05-27 | bigger kernel partition | Waldemar Brodkorb | |
2014-05-23 | fix installer for nand case | Waldemar Brodkorb | |
2014-05-22 | adkinstall fixes | Waldemar Brodkorb | |
2014-05-22 | finetune message | Waldemar Brodkorb | |
2014-05-21 | some fixes | Waldemar Brodkorb | |
2014-05-18 | add shell script to install adk on flash/block | Waldemar Brodkorb | |
2014-05-02 | create core package section, cleanup old installer stuff | Waldemar Brodkorb | |
2011-05-12 | add installer for lemote yeelong | Waldemar Brodkorb | |
2011-01-01 | be quiet on filesystem creation | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-06-28 | boot into rescue mode, when button is pressed once | Waldemar Brodkorb | |
2010-06-28 | implement rescue mode installation via -r | Waldemar Brodkorb | |
if you have an alix board and like to have a fallback safemode system, you can use adkinstall with -r and install a kernel with initramfs as a read-only never changing rescue image. Grub will then installed on the same rescue partition on the compact flash card, to avoid a broken system after grub upgrade. System should always come up with the rescue system without any dependency to the live system. | |||
2010-06-28 | fix busybox rebuild issue, simplify target Makefiles | Waldemar Brodkorb | |
2010-05-25 | add some missing files | Waldemar Brodkorb | |
2010-02-23 | optimize foxg20 target | Waldemar Brodkorb | |
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work | |||
2010-02-22 | optimize kernel config for foxg20 | Waldemar Brodkorb | |
- boot from microsd now works - finetune adkinstall | |||
2010-02-21 | rename ext2-cf target rootfs to ext2-block | Waldemar Brodkorb | |
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block | |||
2010-02-07 | implement adkupdate and adkinstall for rb532 boards | Waldemar Brodkorb | |
2010-01-30 | implement installation on nand and fix nand bootup | Waldemar Brodkorb | |
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used. |