menu.lua (c1ab36f54de61baa5afb53b4e4d87a0553a035e0) | menu.lua (f0cb3b6b258df56324123c8732a9b5470a88383c) |
---|---|
1-- 2-- Copyright (c) 2015 Pedro Souza <pedrosouza@freebsd.org> 3-- Copyright (C) 2018 Kyle Evans <kevans@FreeBSD.org> 4-- All rights reserved. 5-- 6-- Redistribution and use in source and binary forms, with or without 7-- modification, are permitted provided that the following conditions 8-- are met: --- 376 unchanged lines hidden (view full) --- 385 screen.defcursor(); 386 alias_table = drawer.drawscreen(m); 387 end 388 end 389 390 if (m == menu.welcome) then 391 screen.defcursor(); 392 print("Exiting menu!"); | 1-- 2-- Copyright (c) 2015 Pedro Souza <pedrosouza@freebsd.org> 3-- Copyright (C) 2018 Kyle Evans <kevans@FreeBSD.org> 4-- All rights reserved. 5-- 6-- Redistribution and use in source and binary forms, with or without 7-- modification, are permitted provided that the following conditions 8-- are met: --- 376 unchanged lines hidden (view full) --- 385 screen.defcursor(); 386 alias_table = drawer.drawscreen(m); 387 end 388 end 389 390 if (m == menu.welcome) then 391 screen.defcursor(); 392 print("Exiting menu!"); |
393 config.loadelf(); | |
394 return false; 395 end 396 397 return true; 398end 399 400function menu.skip() 401 if (core.isSerialBoot()) then --- 60 unchanged lines hidden --- | 393 return false; 394 end 395 396 return true; 397end 398 399function menu.skip() 400 if (core.isSerialBoot()) then --- 60 unchanged lines hidden --- |