Piorjade

cLinux GRUB menu exampleCFG

Sep 26th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. --[[
  2.     Configuration file for the
  3.     cLinux GRUB menu.
  4. ]]
  5.  
  6. {
  7.     list = {                --This contains the paths to every image you want to boot. (they need to be in /boot/)
  8.         "clinux.i",
  9.         "test1",
  10.         "load",
  11.         "test2",
  12.         "test3",
  13.         "1",
  14.         "2",
  15.         "3",
  16.         "4",
  17.         "5",
  18.         "6"
  19.     },
  20.     command = {         --The default command, which the command is booted with (Please in same order as above)
  21.         "NNNNope",
  22.         "test",
  23.     },
  24.     default = 3
  25. }
Advertisement
Add Comment
Please, Sign In to add comment