mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[build] Rename gPXE to iPXE
Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -28,10 +28,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <errno.h>
|
||||
#include <curses.h>
|
||||
#include <console.h>
|
||||
#include <gpxe/settings.h>
|
||||
#include <gpxe/editbox.h>
|
||||
#include <gpxe/keys.h>
|
||||
#include <gpxe/login_ui.h>
|
||||
#include <ipxe/settings.h>
|
||||
#include <ipxe/editbox.h>
|
||||
#include <ipxe/keys.h>
|
||||
#include <ipxe/login_ui.h>
|
||||
|
||||
/* Colour pairs */
|
||||
#define CPAIR_NORMAL 1
|
||||
|
||||
@@ -24,10 +24,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <string.h>
|
||||
#include <curses.h>
|
||||
#include <console.h>
|
||||
#include <gpxe/settings.h>
|
||||
#include <gpxe/editbox.h>
|
||||
#include <gpxe/keys.h>
|
||||
#include <gpxe/settings_ui.h>
|
||||
#include <ipxe/settings.h>
|
||||
#include <ipxe/editbox.h>
|
||||
#include <ipxe/keys.h>
|
||||
#include <ipxe/settings_ui.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -301,7 +301,7 @@ static void alert ( const char *fmt, ... ) {
|
||||
*/
|
||||
static void draw_title_row ( void ) {
|
||||
attron ( A_BOLD );
|
||||
msg ( TITLE_ROW, "gPXE option configuration console" );
|
||||
msg ( TITLE_ROW, "iPXE option configuration console" );
|
||||
attroff ( A_BOLD );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user