Jump to content

Nueva release!


macoff
 Share

13 posts in this topic

Recommended Posts

si ha agregado los drivers de la leo4all, el kernel 9.22, y programitas, ahora me lo ha hecho mas complicado hay mas cosas para seleccionar, ufff, mas errores para cometer.

 

ha y soporte AMD eso si es novedad.....

 

soporte 64 bits en intel, eso no estaba en el kernel 9.2????

 

en los juegos de la bahia...........

Link to comment
Share on other sites

no lo se....

si vi que hay uno de toh

yo use el vanilla 9.2.2 de la actualizacion dejada por kalyway, y esta el de mobdin.

 

y si, la maquina me perdio rendimiento, y se me colgaba jugando, inaceptable, ajaja.

 

volvi al vanilla 9.2

 

ahora este puede estar retocado, vamos bajando y lo probaremos.

kernel.tiff

Link to comment
Share on other sites

Miren lo que posteo Kalyway por ahi:

 

"Kalyway at 2008-04-08 05:44 CET:

if you want adding drivers support to dvd boot you must put the Kalyway_10.5.2_DVD_Intel_Amd folder on your desktop then put kexts you want add to dvd extensions in this folder (you can find natit for at hd in this folder) and run Add_kext_to_dvd_boot.command !!!"

 

Seria MUY interesante que probaramos esta funcion y la testearamos para ver si funciona correctamente, si es asi seria un agregado SUMAMENTE INTERESANTE de esta release !!!

 

Les propongo probar esto y si funciona que creemos un post para la seccion STICKIES con los drivers que hayamos agregado con exito al DVD 10.5.2 de Kalyway.

 

Escucho sus opiniones!

Link to comment
Share on other sites

si es que kaly no comprime la carpeta de kext, antes los hacias a mano abrias la distro se los ponías y volvias a montar el dmg o iso....me encanta este tio......

 

vamos que esta función es genial, como cuando armas tu windows a medida........

 

YO KALY FAN!!!!!!

 

por ahi te tienen mas cariño que a mi?, schweppes, y lo hacen, yo quise crear una de maquinas que fueran bien, y hubo dos post, o que pusieran sus drivers, que va ser, no es mi sino..... :mellow:

kaly_disk.tiff

Link to comment
Share on other sites

EL SCRIPT...GOOD!!!

 

 

#! /bin/sh

 

echo "mount kalyway iso read/write"

 

cd ~/Desktop/Kalyway_10.5.2_DVD_Intel_Amd

 

sudo hdiutil attach Kalyway_10.5.2_DVD_Intel_Amd.iso -owners on -readwrite -noverify

 

 

 

 

echo "DVD Patches...(will add custom kext to boot DVD !!! )"

 

 

cd ~/Desktop/Kalyway_10.5.2_DVD_Intel_Amd/ADD_KEXT_TO_DVD

 

sudo cp -R *.kext /Volumes/Kalyway\ 10.5.2\ DVD\ Intel_Amd/System/Library/Extensions

 

cd /Volumes/Kalyway\ 10.5.2\ DVD\ Intel_Amd/System/Library/Extensions

 

sudo chown -R root:wheel *kext

sudo chmod -R 755 *kext

 

#diskutil repairPermissions /Volumes/Kalyway\ 10.5.2\ DVD\ Intel_Amd/

 

 

echo "Rebuild DVD kext cache !!! "

 

sleep 5

 

sudo kextcache -a i386 -l -n -s -m /Volumes/Kalyway\ 10.5.2\ DVD\ Intel_Amd/System/Library/Extensions.mkext /Volumes/Kalyway\ 10.5.2\ DVD\ Intel_Amd/System/Library/Extensions

 

sleep 5

 

sudo kextcache -k /Volumes/Kalyway\ 10.5.2\ DVD\ Intel_Amd/System/Library/Extensions

 

sleep 10

 

#echo "eject kalyway iso"

 

#sudo umount -f /Volumes/Kalyway\ 10.5.2\ DVD\ Intel_Amd

 

#diskutil eject /Volumes/Kalyway\ 10.5.2\ DVD\ Intel_Amd

 

 

 

echo "Job is Done...you can now eject and burn Kalyway_10.5.2_DVD_Intel_Amd.iso"

 

 

 

exit 0

Link to comment
Share on other sites

 Share

×
×
  • Create New...