Chameleon Applications

Chameleon Applications Commit Details

Date:2010-10-03 06:04:47 (13 years 6 months ago)
Author:ErmaC
Commit:167
Parents: 166
Message:
Changes:
M/branches/iFabio/Test/package/Resources/background.tiff
M/branches/iFabio/Test/package/Scripts/Standard/postinstall
M/branches/iFabio/Test/package/Scripts/Standardhfs/postinstall

File differences

branches/iFabio/Test/package/Scripts/Standard/postinstall
2020
2121
2222
23
24
25
23
24
25
2626
2727
2828
$disk = $1;
$partition = $2;
$volume =~ s/ /\\ /g;
system ($destino."/i386/fdisk -f ".$destino."/i386/boot0 -u -y /dev/r".$disk);
system ("dd if=".$destino."/i386/boot1h of=/dev/r".$disk."s".$partition);
system ("cp ".$destino."/i386/boot ".$volume);
system ($destino."/fdisk -f ".$destino."/boot0 -u -y /dev/r".$disk);
system ("dd if=".$destino."/boot1h of=/dev/r".$disk."s".$partition);
system ("cp ".$destino."/boot ".$volume);
open (PIPE, "|fdisk -e /dev/".$disk."|");
print PIPE "f ".$partition."\n";
print PIPE "write\n";
branches/iFabio/Test/package/Scripts/Standardhfs/postinstall
2020
2121
2222
23
24
25
23
24
25
2626
2727
$disk = $1;
$partition = $2;
$volume =~ s/ /\\ /g;
system ($destino."/i386/fdisk440 -f ".$destino."/i386/boot0hfs -u -y /dev/r".$disk);
system ("dd if=".$destino."/i386/boot1h of=/dev/r".$disk."s".$partition);
system ("cp ".$destino."/i386/boot ".$volume);
system ($destino."/fdisk440 -f ".$destino."/boot0hfs -u -y /dev/r".$disk);
system ("dd if=".$destino."/boot1h of=/dev/r".$disk."s".$partition);
system ("cp ".$destino."/boot ".$volume);
}
}

Archive Download the corresponding diff file

Revision: 167