freemyipod r356 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r355‎ | r356 | r357 >
Date:03:23, 20 December 2010
Author:theseven
Status:new
Tags:
Comment:
Rename iLoader themes to ipodnano2g-<whatever> in preparation for multiple targets. (2/2)
Modified paths:
  • /apps/installer-nano2g/tools/geninstaller.py (modified) (history)

Diff [purge]

Index: apps/installer-nano2g/tools/geninstaller.py
@@ -39,16 +39,15 @@
4040 ("embiosldr", 4, 8, 0, "embiosldr-ipodnano2g.dfu"), \
4141 ("embios", 4, 10, 0, "embios-ipodnano2g.ucl")]
4242
43 -firstinstfiles = [(2, "/iLoader/iLoader.cfg", "../iloader/themes/default/iLoader/iloader.cfg", 1), \
 43+firstinstfiles = [(2, "/iLoader/iLoader.cfg", "../iloader/themes/ipodnano2g-default-fastboot/iLoader/iloader.cfg", 1), \
4444 (1, "/iLoader/theme", 1), \
45 - (2, "/iLoader/theme/backdrop.ucl", "../iloader/themes/default/iLoader/theme/backdrop.ucl", 2), \
46 - (2, "/iLoader/theme/menu.ucl", "../iloader/themes/default/iLoader/theme/menu.ucl", 2), \
47 - (2, "/iLoader/theme/booting.ucl", "../iloader/themes/default/iLoader/theme/booting.ucl", 2), \
48 - (2, "/iLoader/theme/rockbox.ucl", "../iloader/themes/default/iLoader/theme/rockbox.ucl", 2), \
49 - (2, "/iLoader/theme/apple.ucl", "../iloader/themes/default/iLoader/theme/apple.ucl", 2)]
 45+ (2, "/iLoader/theme/backdrop.ucl", "../iloader/themes/ipodnano2g-default-fastboot/iLoader/theme/backdrop.ucl", 2), \
 46+ (2, "/iLoader/theme/menu.ucl", "../iloader/themes/ipodnano2g-default-fastboot/iLoader/theme/menu.ucl", 2), \
 47+ (2, "/iLoader/theme/booting.ucl", "../iloader/themes/ipodnano2g-default-fastboot/iLoader/theme/booting.ucl", 2), \
 48+ (2, "/iLoader/theme/rockbox.ucl", "../iloader/themes/ipodnano2g-default-fastboot/iLoader/theme/rockbox.ucl", 2), \
 49+ (2, "/iLoader/theme/apple.ucl", "../iloader/themes/ipodnano2g-default-fastboot/iLoader/theme/apple.ucl", 2)]
5050
51 -commonfiles = [(2, "/iLoader/NORFlash.bak", -2, 10), \
52 - (2, "/iLoader/AppleOS.bin", -1, 30)]
 51+commonfiles = [(2, "/iLoader/AppleOS.bin", -1, 30)]
5352
5453 if len(sys.argv) > 4 and sys.argv[4] != "-":
5554 pathlen = len(sys.argv[4])