AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 Next | |
Sep 27, 2011 | |
7 years 4 months | Change BootOption text files to include a header and a place to enable exclusive lists. Re-worked the boot option code in to a function in buildpkg to allow it to be used for keylayouts. Updated en.lproj strings (other languages will have to be updat |
7 years 4 months | Got the auto generated 'exclusive' boot options working. |
Sep 26, 2011 | |
7 years 4 months | Attempted to enable 'exclusive' choices in auto generated boot options, but it's not working at present. I've added notes to remind me to look again at some point. |
7 years 4 months | Restructure Scripts folder. |
7 years 4 months | Work on the next stage of simplifying the creation/management of installer boot options. Still a work in progress. |
7 years 4 months | Change keylayouts code to match current style for building org.chameleon.Boot.plist. |
7 years 4 months | Change the compression type for the compressed pkg Use ditto instead of gzip, this preserve the resource fork (Icon) |
Sep 25, 2011 | |
7 years 4 months | Revise creation of org.chameleon.Boot.plist to make managing boot options and kernel flag package installer code simpler. Basic functionality is there but it's still a work in progress. |
7 years 4 months | Change temporary folder 'tmpcham' to a more correct installer location of /usr/local/chamTemp. |
7 years 4 months | Add choice (UseKernelCache) Add it into all the Localizable.strings file |
7 years 4 months | Correct buildpkg.sh (module location) thx Blackosx |
7 years 4 months | sync with trunk reverted changes (thx jrcs) |
7 years 4 months | Revert the renaming of postinstall script (r1551) The postinstall.in file in Keymaps directory is not a "true" script: it's a template. This is why it's suffix is `.in'. |
7 years 4 months | Forgot some file from previus commit. |
7 years 4 months | Merge Blackosx "pkg features" (r1567). Move GraphicsEnabler into Module (Courtesy of Azimutz sub-Branch). Update all the Localizable.strings files. |
Sep 24, 2011 | |
7 years 4 months | Refine. |
7 years 4 months | Fix location of Extra folder and it's contents when EFI system partition installation is chosen. |
7 years 4 months | Merge Resource changes from my branch (commit 1560) Added Russian Language (need more translation) |
Sep 23, 2011 | |
7 years 4 months | Add changes from Fabio's commit 1560. |
7 years 4 months | Code tweaks. |