Mer/Tasks/Mer Installer: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>stskeeps New page: == Mer Installer == Make installer for Maemo/Diablo that does the following: * Depends on bootmenu (bootmenu with bootmenu.d item), wget, rootsh, zenity, gnutar, binutils, and e2fsprogs ... |
|||
| Line 6: | Line 6: | ||
* Allows simple installation (partition my internal/external MMC to 50mb FAT, 128mb swap, rest linux), or advanced (choose my own partition) | * Allows simple installation (partition my internal/external MMC to 50mb FAT, 128mb swap, rest linux), or advanced (choose my own partition) | ||
* Partitions, mkfs.ext3's and unpacks a downloaded tar.gz (built by the imager, uploaded to some http.). Should support resume of dls (wget -c?) | * Partitions, mkfs.ext3's and unpacks a downloaded tar.gz (built by the imager, uploaded to some http.). Should support resume of dls (wget -c?) | ||
* Sets up the bootmenu item for Mer. | * Sets up the bootmenu item for Mer and choose default OS. | ||
Revision as of 17:53, 5 February 2010
Mer Installer
Make installer for Maemo/Diablo that does the following:
- Depends on bootmenu (bootmenu with bootmenu.d item), wget, rootsh, zenity, gnutar, binutils, and e2fsprogs
- Allows simple installation (partition my internal/external MMC to 50mb FAT, 128mb swap, rest linux), or advanced (choose my own partition)
- Partitions, mkfs.ext3's and unpacks a downloaded tar.gz (built by the imager, uploaded to some http.). Should support resume of dls (wget -c?)
- Sets up the bootmenu item for Mer and choose default OS.