isolinux.cfg 213 B

12345678910
  1. TIMEOUT 20 #2s
  2. PROMPT 1
  3. # doesn't appear to work here?
  4. INCLUDE ../global.cfg
  5. # each INCLUDEd file has a `DEFAULT mylabel` in it, and the last one wins
  6. INCLUDE ../linux-previous.cfg
  7. INCLUDE ../linux-current.cfg