(CommandList
  children: [
    (C {(echo)} {(-n)} {(DQ ('Would you like to install binary packages from the CD? (y/N) '))})
    (C {(read)} {(y)})
    (If
      arms: [
        (if_arm
          cond: [
            (C {(Lit_Other '[')} {(DQ ($ VSub_Name '$y'))} {(Lit_Other '=')} {(y)} {(-o)} 
              {(DQ ($ VSub_Name '$y'))} {(Lit_Other '=')} {(Y)} {(Lit_Other ']')}
            )
          ]
          action: [
            (C {(echo)} {(DQ ('Ok, showing you a list of packages, please type y'))})
            (C {(echo)} {(DQ ('for every package you want installed.'))})
            (C {(/usr/bin/packme)})
          ]
          spids: [16777215 39]
        )
      ]
      else_action: [(C {(echo)} {(DQ ('Ok, not installing binary packages.'))})]
      spids: [57 65]
    )
    (C {(echo)} {(DQ ("Use the 'packme' command after rebooting MINIX to get another chance"))})
    (C {(echo)} {(DQ ('to install binary packages.'))})
  ]
)