Index: apps/installer-nano2g/tools/geninstaller.py |
— | — | @@ -39,15 +39,16 @@ |
40 | 40 | ("embiosldr", 4, 8, 0, "embiosldr-ipodnano2g.dfu"), \
|
41 | 41 | ("embios", 4, 10, 0, "embios-ipodnano2g.ucl")]
|
42 | 42 |
|
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), \
|
44 | 44 | (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)]
|
50 | 50 |
|
51 | | -commonfiles = [(2, "/iLoader/AppleOS.bin", -1, 30)]
|
| 51 | +commonfiles = [(2, "/iLoader/NORFlash.bak", -2, 10), \
|
| 52 | + (2, "/iLoader/AppleOS.bin", -1, 30)]
|
52 | 53 |
|
53 | 54 | if len(sys.argv) > 4 and sys.argv[4] != "-":
|
54 | 55 | pathlen = len(sys.argv[4])
|