updating patch...
This commit is contained in:
parent
f43ceb501f
commit
e95c4f3cff
BIN
extra/bootstrap/apacman-2.3-1-any.FIXED.pkg.tar.xz
Normal file
BIN
extra/bootstrap/apacman-2.3-1-any.FIXED.pkg.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -141,11 +141,11 @@ keyutils
|
|||||||
kismet-allplugins
|
kismet-allplugins
|
||||||
lftp
|
lftp
|
||||||
links
|
links
|
||||||
logkeys-git
|
#logkeys-git # requires a /dev/input, which apparently isn't included in the chroots
|
||||||
lm_sensors
|
lm_sensors
|
||||||
lrzsz
|
lrzsz
|
||||||
lshw
|
lshw
|
||||||
lsiutil
|
#lsiutil # 404'ing on source url at the moment
|
||||||
lsof
|
lsof
|
||||||
lsscsi
|
lsscsi
|
||||||
lxde
|
lxde
|
||||||
|
3
extra/pre-build.d/etc/customizepkg.d/etc-update
Executable file
3
extra/pre-build.d/etc/customizepkg.d/etc-update
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sed -i -re 's/^(url=)\((.*)\)$/\1\2/g' ${1}
|
3
extra/pre-build.d/etc/customizepkg.d/fang
Executable file
3
extra/pre-build.d/etc/customizepkg.d/fang
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sed -i -re 's/^(url=)\((.*)\)$/\1\2/g' ${1}
|
3
extra/pre-build.d/etc/customizepkg.d/libnfc
Executable file
3
extra/pre-build.d/etc/customizepkg.d/libnfc
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sed -i -re 's/^(url=)\((.*)\)$/\1\2/g' ${1}
|
2
src/ipxe
2
src/ipxe
@ -1 +1 @@
|
|||||||
Subproject commit 614305743031bdfc02cb4ce346e450cd1d476e17
|
Subproject commit 99b5216b1c71dba22dab734e0945887525493cde
|
@ -1,5 +1,5 @@
|
|||||||
--- a/src/usr/autoboot.c
|
--- a/usr/autoboot.c
|
||||||
+++ b/src/usr/autoboot.c
|
+++ b/usr/autoboot.c
|
||||||
@@ -71,6 +71,7 @@
|
@@ -71,6 +71,7 @@
|
||||||
#define NORMAL "\033[0m"
|
#define NORMAL "\033[0m"
|
||||||
#define BOLD "\033[1m"
|
#define BOLD "\033[1m"
|
||||||
@ -8,7 +8,15 @@
|
|||||||
|
|
||||||
/** The "scriptlet" setting */
|
/** The "scriptlet" setting */
|
||||||
const struct setting scriptlet_setting __setting ( SETTING_MISC, scriptlet ) = {
|
const struct setting scriptlet_setting __setting ( SETTING_MISC, scriptlet ) = {
|
||||||
@@ -538,11 +539,10 @@
|
@@ -521,7 +522,6 @@
|
||||||
|
* @ret rc Return status code
|
||||||
|
*/
|
||||||
|
int ipxe ( struct net_device *netdev ) {
|
||||||
|
- struct feature *feature;
|
||||||
|
struct image *image;
|
||||||
|
char *scriptlet;
|
||||||
|
int rc;
|
||||||
|
@@ -538,11 +538,11 @@
|
||||||
* do so.
|
* do so.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -16,8 +24,12 @@
|
|||||||
+ printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD PRODUCT_SHORT_NAME
|
+ printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD PRODUCT_SHORT_NAME
|
||||||
NORMAL " -- " PRODUCT_TAG_LINE " -- "
|
NORMAL " -- " PRODUCT_TAG_LINE " -- "
|
||||||
- CYAN PRODUCT_URI NORMAL "\nFeatures:", product_version );
|
- CYAN PRODUCT_URI NORMAL "\nFeatures:", product_version );
|
||||||
|
- for_each_table_entry ( feature, FEATURES )
|
||||||
|
- printf ( " %s", feature->name );
|
||||||
+ CYAN PRODUCT_URI NORMAL "\n"
|
+ CYAN PRODUCT_URI NORMAL "\n"
|
||||||
|
+ BOLD "BDisk" BLUE "LiveDistro" NORMAL " -- Welp, Yer Boned!(TM) -- "
|
||||||
+ BOLD BLUE "https://bdisk.square-r00t.net/" NORMAL "\n" );
|
+ BOLD BLUE "https://bdisk.square-r00t.net/" NORMAL "\n" );
|
||||||
printf ( "\n" );
|
printf ( "\n" );
|
||||||
|
|
||||||
/* Boot system */
|
/* Boot system */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user