summaryrefslogtreecommitdiff
path: root/package/adkinstall/src
AgeCommit message (Collapse)Author
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-05-25add some missing filesWaldemar Brodkorb
2010-02-23optimize foxg20 targetWaldemar Brodkorb
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work
2010-02-22optimize kernel config for foxg20Waldemar Brodkorb
- boot from microsd now works - finetune adkinstall
2010-02-21rename ext2-cf target rootfs to ext2-blockWaldemar Brodkorb
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
2010-02-07implement adkupdate and adkinstall for rb532 boardsWaldemar 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.