Chameleon Applications

Chameleon Applications Commit Details

Date:2011-07-18 02:11:38 (12 years 9 months ago)
Author:ErmaC
Commit:328
Parents: 327
Message:update postinstall script for "suite" the boot0md (need test)
Changes:
M/branches/iFabio/Chameleon/package/Scripts/Standard/postinstall

File differences

branches/iFabio/Chameleon/package/Scripts/Standard/postinstall
22
33
44
5
56
67
78
......
296297
297298
298299
299
300
300
301
301302
302303
303304
diskloader="boot0"
diskloaderdualboot="boot0md"
partitionloaderhfs="boot1h"
partitionloaderfat="boot1f32"
filesystemloader="boot"
#---------------------------------------------------------------------
# If it exists then Windows is also installed on the HDD and we need to write boot0hfs
#---------------------------------------------------------------------
echo "Executing command: fdisk440 -u -f /usr/standalone/i386/${diskloader} -y ${bootdisk}"
fdisk440 -u -f "${bootvolume}/usr/standalone/i386/${diskloader}" -y ${bootdisk}
echo "Executing command: fdisk440 -u -f /usr/standalone/i386/${diskloaderdualboot} -y ${bootdisk}"
fdisk440 -u -f "${bootvolume}/usr/standalone/i386/${diskloaderdualboot}" -y ${bootdisk}
fi
else
echo "Diskupdate is false, so no stage 0 file was written"

Archive Download the corresponding diff file

Revision: 328