Yellow Dog Linux

AmigaOne X5000 platform specific issues related to Linux only.
Post Reply
xeno74
Posts: 11325
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Yellow Dog Linux

Post by xeno74 »

Hi All,

I created a Yellow Dog Linux 6.2 root partition disk image today.

Further information about Yellow Dog Linux: Wikipedia

Download: yellowdog_root2.img.gz (Size: 993MB, md5sum: e6d14891e26576427ba3ad18f501c9a2)

Installation:
  1. Code: Select all

    gunzip yellowdog_root2.img.gz
  2. dd if=yellowdog_root2.img of=/dev/<Your partition> status=progress

    For example: /dev/sdb4:

    Code: Select all

    dd if=yellowdog_root2.img of=/dev/sdb4 status=progress
  3. Code: Select all

    fsck.ext3 -f /dev/sdb4
  4. Code: Select all

    resize2fs /dev/sdb4
  5. Code: Select all

    tune2fs -L Yellow_Dog_Linux /dev/sdb4
  6. Code: Select all

    vim /run/media/amigaone/Yellow_Dog_Linux/etc/fstab
  7. Code: Select all

    setenv bootargs "root=/dev/sdb4 rw"
  8. Creating the kernel modules database:

    Code: Select all

    depmod -a
  9. For getting an ip address:

    Code: Select all

    dhclient
Image

Have a nice weekend,
Christian
Post Reply