Clean up some boot issues

This commit is contained in:
Nathan Fisher 2021-05-03 22:54:42 -04:00
parent a0eddfc85c
commit 6f7db66683
5 changed files with 145 additions and 69 deletions

View file

@ -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

View file

@ -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" -- "$@"

View file

@ -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