to practice, I would like to do this:
boot archlinux.iso from harddisk
into yaboot.conf:
image=/vmlinux
partition=8
label=arch
root=/dev/ram0
initrd=/archlive.img
read-only
append="archisodevice=/dev/sda8 usbdelay=5 ramdisk_size=75%"
into partition I have:
/vmlinux
/archlive.img
/archlive.sfs
/aitab
is this the right way ?
thanks to those who help me