Hi, I am working on a document describing MeeGo Handset's boot sequence on an Aava Mobile, and two small questions sprang to mind.
Regarding the ramdisk's /init script, there are some unused variables, probably from a previous incarnation of this file as a live media /init (e.g. live_ram, overlay, check...). Around lines 163 and 329, there are also two checks involving the autodetect variable, but it is not defined anywhere, nor extracted from the kernel boot command line, so I suspect the code below the checks never runs: if [ "$autodetect" = "1" ]; then . . . Are these variables and code a work in progress, just dead code that needs to be removed, or did I miss something? Where can I find Aava Mobile ramdisk's /init source code repository? I searched in the git repo, with no luck. Kind regards, Héctor -- Héctor Blanco Alcaine <hblanco warp.es> http://people.warp.es/~xtor/blog/ Warp Networks http://www.warp.es eBox Technologies http://ebox-platform.com _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
