Clean up some boot issues
This commit is contained in:
parent
a0eddfc85c
commit
6f7db66683
5 changed files with 145 additions and 69 deletions
|
@ -6,6 +6,7 @@ distext = gz
|
|||
no_objdir = 1
|
||||
include world.mk
|
||||
|
||||
config_opts += --bindir=/bin
|
||||
ifeq ($(arch), armv7l)
|
||||
post_configure = install -m644 armv7l-config.mak $(srcdir)/config.mak
|
||||
endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
#!/bin/execlineb -S0
|
||||
|
||||
s6-linux-init -c "/etc/s6/current" -m 0022 -p "/usr/bin:/bin" -- "$@"
|
||||
/bin/s6-linux-init -c "/etc/s6/current" -m 0022 -p "/usr/bin:/bin" -- "$@"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
config_opts += --host=$(tgt)
|
||||
config_opts += --with-sysroot=$(DESTDIR)
|
||||
config_opts += --docdir=${uldocdir}
|
||||
config_opts += --disable-makeinstall-chown
|
||||
config_opts += --disable-mount
|
||||
config_opts += --disable-mountpoint
|
||||
config_opts += --disable-fallocate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue