-
Thank you. I've got it and I've made PKGBUILD for Archlinux
http://aur.archlinux.org/packages.php?ID=30300.
2009-09-19 20:38:58 UTC in Double Commander
-
I'm sorry, I'm not quite sure what you mean.
I'm try to make an Archlinux package for the double commander. I got instructions from the INSTALL.RUS
...
2) С помощью командного файла _make.bat. Откройте данный файл в текстовом редакторе и пропишите в
переменную lazpath, путь к каталогу Lazarus...
2009-09-19 14:34:10 UTC in Double Commander
-
0.4.0 builds normaly.
2009-09-19 07:24:31 UTC in Double Commander
-
Environment:
Lazarus 0.9.27
fpc 2.2.5
Steps to produce:
run ./_make.sh
Result:
...
fMsg.pas(17,26) Hint: Parameter "Sender" not used
fMsg.pas(27,47) Hint: Parameter "Button" not used
fMsg.pas(28,30) Hint: Parameter "Shift" not used
fMsg.pas(28,50) Hint: Parameter "X" not used
fMsg.pas(28,53) Hint: Parameter "Y" not used
fMsg.pas(18,28) Hint: Parameter "Sender" not used...
2009-09-19 07:23:48 UTC in Double Commander
-
I did it. I have checked testing and karmic. Both is working on EeePC 701 with atl2.
Stas.
2009-09-14 11:22:57 UTC in Clonezilla
-
It works in clonezilla-live-1.2.2-26.
I'll check testing and karmic versions as soon as possible.
Have a nice day,
Stas.
2009-09-10 07:02:16 UTC in Clonezilla
-
"Any more NIC module you suggest to append?" - Not yet :)
Thank you for quick response!
Cheers,
Stas.
2009-09-09 14:00:14 UTC in Clonezilla
-
This is not a bug I think. There are many network modules which aren't included in initrd.
Isn't necessary to change hooks. atl2 can be simply added to /etc/initramfs-tools/modules.
2009-09-09 11:15:48 UTC in Clonezilla
-
Yes. I have tried clonezilla-live-1.2.2-26, clonezilla-live-1.2.3-1 and clonezilla-live-20090831-karmic.
Fact is that MODULES=most (/etc/initramfs-tools/initramfs.conf) doesn't include atl2 module. List of modules which are included in misc could be obtained by command:
grep -A 12 'net)' `dpkg -L initramfs-tools`.
2009-09-09 09:15:44 UTC in Clonezilla
-
temporary solution:
1) boot from clonezilla-live
2) echo atl2 | sudo tee -a /etc/initramfs-tools/modules
3) sudo mkinitramfs -o initrd1+atl2.img
4) replace initrd1.img by initrd1+atl2.img on tftp server.
2009-09-09 07:10:50 UTC in Clonezilla