OUTPUT_ARCH(sh)
SECTIONS
{
  .initrd :
  {
       *(.data)
  }
}