Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Configuration file for the
- cLinux GRUB menu.
- ]]
- {
- list = { --This contains the paths to every image you want to boot. (they need to be in /boot/)
- "clinux.i",
- "test1",
- "load",
- "test2",
- "test3",
- "1",
- "2",
- "3",
- "4",
- "5",
- "6"
- },
- command = { --The default command, which the command is booted with (Please in same order as above)
- "NNNNope",
- "test",
- },
- default = 3
- }
Advertisement
Add Comment
Please, Sign In to add comment