summaryrefslogtreecommitdiff
path: root/package/adkinstall/src/adkinstall
AgeCommit message (Collapse)Author
2015-02-17set suid bit for Xorg/sudoWaldemar Brodkorb
2015-02-17allow to create a data partition on my ibm x40Waldemar Brodkorb
2015-01-28fix grub install on ibm-x40, simplifyWaldemar Brodkorb
2015-01-27partprobe required to let the kernel recognize the partition tableWaldemar Brodkorb
2014-10-01add some basic stuff for ibm-x40Waldemar Brodkorb
2014-07-28add support for pcengines-apu booting from ssdWaldemar Brodkorb
2014-05-27bigger kernel partitionWaldemar Brodkorb
2014-05-23fix installer for nand caseWaldemar Brodkorb
2014-05-22adkinstall fixesWaldemar Brodkorb
2014-05-22finetune messageWaldemar Brodkorb
2014-05-21some fixesWaldemar Brodkorb
2014-05-18add shell script to install adk on flash/blockWaldemar Brodkorb
2014-05-02create core package section, cleanup old installer stuffWaldemar Brodkorb
2011-01-01be quiet on filesystem creationWaldemar 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-06-28boot into rescue mode, when button is pressed onceWaldemar Brodkorb
2010-06-28implement rescue mode installation via -rWaldemar 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-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
2010-01-30implement installation on nand and fix nand bootupWaldemar Brodkorb
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used.