freemyipod r364 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r363‎ | r364 | r365 >
Date:21:00, 20 December 2010
Author:theseven
Status:new
Tags:
Comment:
Oops, revert some accidentally committed local changes
Modified paths:
  • /apps/installer-nano2g/tools/geninstaller.py (modified) (history)

Diff [purge]

Index: apps/installer-nano2g/tools/geninstaller.py
@@ -39,15 +39,16 @@
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/ipodnano2g-default-fastboot/iLoader/iloader.cfg", 1), \
 43+firstinstfiles = [(2, "/iLoader/iLoader.cfg", "../iloader/themes/ipodnano2g-default/iLoader/iloader.cfg", 1), \
4444 (1, "/iLoader/theme", 1), \
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)]
 45+ (2, "/iLoader/theme/backdrop.ucl", "../iloader/themes/ipodnano2g-default/iLoader/theme/backdrop.ucl", 2), \
 46+ (2, "/iLoader/theme/menu.ucl", "../iloader/themes/ipodnano2g-default/iLoader/theme/menu.ucl", 2), \
 47+ (2, "/iLoader/theme/booting.ucl", "../iloader/themes/ipodnano2g-default/iLoader/theme/booting.ucl", 2), \
 48+ (2, "/iLoader/theme/rockbox.ucl", "../iloader/themes/ipodnano2g-default/iLoader/theme/rockbox.ucl", 2), \
 49+ (2, "/iLoader/theme/apple.ucl", "../iloader/themes/ipodnano2g-default/iLoader/theme/apple.ucl", 2)]
5050
51 -commonfiles = [(2, "/iLoader/AppleOS.bin", -1, 30)]
 51+commonfiles = [(2, "/iLoader/NORFlash.bak", -2, 10), \
 52+ (2, "/iLoader/AppleOS.bin", -1, 30)]
5253
5354 if len(sys.argv) > 4 and sys.argv[4] != "-":
5455 pathlen = len(sys.argv[4])