menu.lua (b1b1f2b8fd862690d4f7c5c2b55f7bd6f7a5e99d) menu.lua (1666dfc03e3d0c2eb31ba4f5ecb21199397c70a6)
1--
2-- Copyright (c) 2015 Pedro Souza <pedrosouza@freebsd.org>
3-- All rights reserved.
4--
5-- Redistribution and use in source and binary forms, with or without
6-- modification, are permitted provided that the following conditions
7-- are met:
8-- 1. Redistributions of source code must retain the above copyright

--- 39 unchanged lines hidden (view full) ---

48local welcome;
49
50menu.boot_options = {
51 -- return to welcome menu
52 {
53 entry_type = "return",
54 name = function()
55 return "Back to main menu"..color.highlight(" [Backspace]");
1--
2-- Copyright (c) 2015 Pedro Souza <pedrosouza@freebsd.org>
3-- All rights reserved.
4--
5-- Redistribution and use in source and binary forms, with or without
6-- modification, are permitted provided that the following conditions
7-- are met:
8-- 1. Redistributions of source code must retain the above copyright

--- 39 unchanged lines hidden (view full) ---

48local welcome;
49
50menu.boot_options = {
51 -- return to welcome menu
52 {
53 entry_type = "return",
54 name = function()
55 return "Back to main menu"..color.highlight(" [Backspace]");
56 end,
57 alias = {"\08"}
56 end
58 },
59
60 -- load defaults
61 {
62 entry_type = "entry",
63 name = function()
64 return "Load System "..color.highlight("D").."efaults";
65 end,

--- 313 unchanged lines hidden ---
57 },
58
59 -- load defaults
60 {
61 entry_type = "entry",
62 name = function()
63 return "Load System "..color.highlight("D").."efaults";
64 end,

--- 313 unchanged lines hidden ---