fixing this stupid fucking patch. gorram whitespace tabs gorram it
This commit is contained in:
parent
e95c4f3cff
commit
001fdf99d3
@ -298,7 +298,7 @@ EOF
|
||||
## Apply our patches.
|
||||
for i in $(find ${BASEDIR}/src/ipxe_local/patches/ -type f -iname "*.patch" -printf '%P\n' | sort);
|
||||
do
|
||||
patch -Np2 < ${BASEDIR}/src/ipxe_local/patches/${i} >> "${LOGFILE}.${FUNCNAME}" 2>&1
|
||||
patch --verbose -Np2 < ${BASEDIR}/src/ipxe_local/patches/${i} >> "${LOGFILE}.${FUNCNAME}" 2>&1
|
||||
done
|
||||
## SSL
|
||||
SSLDIR="${BASEDIR}/src/ipxe_local/ssl"
|
||||
|
@ -1,6 +1,8 @@
|
||||
--- a/usr/autoboot.c
|
||||
+++ b/usr/autoboot.c
|
||||
@@ -71,6 +71,7 @@
|
||||
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c
|
||||
index e93b015..758e187 100644
|
||||
--- a/src/usr/autoboot.c
|
||||
+++ b/src/usr/autoboot.c
|
||||
@@ -71,6 +71,7 @@ static int ( * is_autoboot_device ) ( struct net_device *netdev );
|
||||
#define NORMAL "\033[0m"
|
||||
#define BOLD "\033[1m"
|
||||
#define CYAN "\033[36m"
|
||||
@ -8,7 +10,7 @@
|
||||
|
||||
/** The "scriptlet" setting */
|
||||
const struct setting scriptlet_setting __setting ( SETTING_MISC, scriptlet ) = {
|
||||
@@ -521,7 +522,6 @@
|
||||
@@ -521,7 +522,6 @@ static int shell_banner ( void ) {
|
||||
* @ret rc Return status code
|
||||
*/
|
||||
int ipxe ( struct net_device *netdev ) {
|
||||
@ -16,7 +18,7 @@
|
||||
struct image *image;
|
||||
char *scriptlet;
|
||||
int rc;
|
||||
@@ -538,11 +538,11 @@
|
||||
@@ -538,11 +538,11 @@ int ipxe ( struct net_device *netdev ) {
|
||||
* do so.
|
||||
*
|
||||
*/
|
||||
@ -32,4 +34,3 @@
|
||||
printf ( "\n" );
|
||||
|
||||
/* Boot system */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user