Browse Source

add-update-zip.sh: Maybe updating BaseSystem was a bad idea

Right now I'm getting a kernel panic with the updated BaseSystem.
I'll have to look into it later.

Now that I think about it, without the BaseSystem update, this
shell script is probably massive overkill. Oh well.
dev-v0.5.0-C
Barry K. Nathan 5 years ago
parent
commit
d05a5b53e0
  1. 6
      add-update-zip.sh

6
add-update-zip.sh

@ -146,10 +146,10 @@ fi
echo "Updating BaseSystem. This may take a while."
pushd "$VOLUME"
mv -f BaseSystem BaseSystem.original
mkdir BaseSystem
#mv -f BaseSystem BaseSystem.original
#mkdir BaseSystem
cd BaseSystem
unzip -j "$UPDATEZIP" AssetData/Restore/BaseSystem.\*
#unzip -j "$UPDATEZIP" AssetData/Restore/BaseSystem.\*
echo
echo "Copying update zip onto USB stick. This may take a long while."

Loading…
Cancel
Save