altboot:
authorMatthias Hentges <oe@hentges.net>
Sun, 5 Feb 2006 18:04:55 +0000 (18:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 5 Feb 2006 18:04:55 +0000 (18:04 +0000)
commit6843b7cb49b0e0ac01d6e6d3599a64ac1b5dbbb5
tree66709d318e6cab36e90f17167917690c0705d29b
parent51d9083c54c7f7b308624ba36b0e72dd0b55cfc5
altboot:
- New funcitions: init_rootfs, mount_sd, mount_cf and mount_home for smaller code and easier debugging / bugfixing. These functions can be used by all plugins.
- Do not try to mount /sys, /proc, /media/cf and /media/home when they are already mounted (mainly for testing purposes)
- Added plugin: install-tgz
  This plugin allows installation of an OE generated .tar.gz rootfs onto CF or SD as a real filesystem or into a loopfile of user-defined size. Still needs some work but is usable.
packages/altboot/altboot.bb
packages/altboot/files/altboot-menu/15-bootSD
packages/altboot/files/altboot-menu/20-bootCF
packages/altboot/files/altboot-menu/99-ownScripts-example
packages/altboot/files/altboot-menu/Advanced/30-bootUSB-Stick
packages/altboot/files/altboot-menu/Advanced/40-bootNFS
packages/altboot/files/altboot-menu/Advanced/55-bin-sh
packages/altboot/files/altboot-menu/Advanced/70-install-tgz [new file with mode: 0644]
packages/altboot/files/altboot.func