(CommandList
  children: [
    (C {(setupfor)} {(linux)})
    (AndOr
      children: [
        (SimpleCommand
          words: [{(getconfig)} {(linux)}]
          redirects: [(Redirect op_id:Redir_Great arg_word:{(mini.conf)} fd:-1 spids:[17])]
        )
        (AndOr
          children: [
            (C {(Lit_Other "[")} {(DQ ($ VSub_Name "$SYSIMAGE_TYPE"))} {(Lit_Other "=") (Lit_Other "=")} 
              {(DQ (initramfs))} {(Lit_Other "]")}
            )
            (SimpleCommand
              words: [{(echo)} {(DQ ("CONFIG_BLK_DEV_INITRD=y"))}]
              redirects: [(Redirect op_id:Redir_DGreat arg_word:{(mini.conf)} fd:-1 spids:[46])]
            )
          ]
          op_id: Op_DAmp
        )
      ]
      op_id: Op_DAmp
    )
    (AndOr
      children: [
        (SimpleCommand
          words: [
            {(make)}
            {(Lit_VarLike "ARCH=") 
              (BracedVarSub
                token: <VSub_Name BOOT_KARCH>
                suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{($ VSub_Name "$KARCH")})
                spids: [54 58]
              )
            }
            {(Lit_VarLike "KCONFIG_ALLCONFIG=") (mini.conf)}
            {($ VSub_Name "$LINUX_FLAGS")}
            {($ VSub_Name "$VERBOSITY")}
            {(allnoconfig)}
          ]
          redirects: [(Redirect op_id:Redir_Great arg_word:{(/dev/null)} fd:-1 spids:[71])]
        )
        (AndOr
          children: [
            (C {(mkdir)} {(-p)} {(DQ ($ VSub_Name "$STAGE_DIR") (/src))})
            (C {(cp)} {(.config)} {(DQ ($ VSub_Name "$STAGE_DIR") (/src/config-linux))})
          ]
          op_id: Op_DAmp
        )
      ]
      op_id: Op_DAmp
    )
    (AndOr
      children: [
        (C {(make)} {(-j)} {($ VSub_Name "$CPUS")} {(headers_install)} 
          {(Lit_VarLike "ARCH=") (DQ (${ VSub_Name KARCH))} {(Lit_VarLike "INSTALL_HDR_PATH=") (DQ ($ VSub_Name "$STAGE_DIR"))} {($ VSub_Name "$VERBOSITY")}
        )
        (AndOr
          children: [
            (C {(Lit_Other "[")} {(KW_Bang "!")} {(-e)} 
              {(DQ ($ VSub_Name "$STAGE_DIR") (/include/asm/page.h))} {(Lit_Other "]")}
            )
            (C {(ln)} {(-sf)} {(../sys/user.h)} {(DQ ($ VSub_Name "$STAGE_DIR") (/include/asm/page.h))})
          ]
          op_id: Op_DAmp
        )
      ]
      op_id: Op_DAmp
    )
    (C {(cleanup)})
    (Pipeline
      children: [
        (C {(find)} {(DQ ($ VSub_Name "$STAGE_DIR") (/include))} {(-name)} {(DQ (.install))} {(-print0)} 
          {(-or)} {(-name)} {(DQ (..install.cmd))} {(-print0)}
        )
        (C {(xargs)} {(-0)} {(rm)})
      ]
      negated: False
    )
  ]
)