Index: branches/iFabio/Chameleon/package/Scripts/Standard/postinstall =================================================================== --- branches/iFabio/Chameleon/package/Scripts/Standard/postinstall (revision 327) +++ branches/iFabio/Chameleon/package/Scripts/Standard/postinstall (revision 328) @@ -2,6 +2,7 @@ diskloader="boot0" +diskloaderdualboot="boot0md" partitionloaderhfs="boot1h" partitionloaderfat="boot1f32" filesystemloader="boot" @@ -296,8 +297,8 @@ #--------------------------------------------------------------------- # 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"