diff options
Diffstat (limited to 'post-pmmx.sh')
-rwxr-xr-x | post-pmmx.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/post-pmmx.sh b/post-pmmx.sh index 3a62846..e68e387 100755 --- a/post-pmmx.sh +++ b/post-pmmx.sh @@ -19,15 +19,15 @@ cat >cdroot-pmmx/System/Library/CoreServices/SystemVersion.plist <<PLIST <plist version="1.0"> <dict> <key>ProductBuildVersion</key> - <string>1B3</string> + <string>1B4</string> <key>ProductName</key> <string>Adélie Linux</string> <key>ProductVersion</key> - <string>1.0-BETA3</string> + <string>1.0-BETA4</string> </dict> PLIST cp disk-label cdroot-pmmx/System/Library/CoreServices/.disk_label -echo 'Adélie 1.0-BETA3' >cdroot-pmmx/System/Library/CoreServices/.disk_label.contentDetails +echo 'Adélie 1.0-BETA4' >cdroot-pmmx/System/Library/CoreServices/.disk_label.contentDetails cp x86/efi32.exe cdroot-pmmx/System/Library/CoreServices/boot.efi if ! type mkfs.fat>/dev/null; then |