install-gsos.py: Document a useless patch

As I was preparing the patches for these boot files for 6.0.3, I
realized that p8 actually differs between GS/OS 6.0.1 and the netboot
files from Apple: The date on the splash screen is older.

This change is trivial and pedantic, but as people begin looking at
these files, how tu update them, and what to update them with, it's
worth at least noting the different version and its digest.  If someone
can make a compelling argument for the patch to be applied, we can
uncomment it.
This commit is contained in:
T. Joseph Carter
2015-11-15 06:20:31 -08:00
parent ccb5196deb
commit 7d60de0628

View File

@@ -75,7 +75,19 @@ a2boot_files = [
"unix" : "p8",
"hfsutils" : "p8.bin",
"netatalk" : "p8",
"digest" : "36c288a5272cf01e0a64eed16786258959118e0e"
"digest" : "36c288a5272cf01e0a64eed16786258959118e0e",
"patch" : {
# p8 in A2SETUP.img has a different date on the splash than
# the version in 6.0.1--no we're not patching that, but it's
# useful to note the other version exists. :)
#"6.0.1": {
# "patches" : [
# "Patch date splash to match 6.0.1's P8",
# (0x0026, b"\xb0\xb6\xad\xcd\xe1\xf9\xad\xb9\xb3")
# ],
# "digest" : "c99f69c8dbfe79f02c715162fb409aedf52d378a"
#},
}
}
]