Allow the use of configurator under builder-hex0

This commit is contained in:
fosslinux 2024-05-26 20:34:34 +10:00
parent e1077cbed3
commit 67d92a50f3
6 changed files with 11 additions and 4 deletions

View file

@ -665,7 +665,7 @@ void no_input(Entry *head) {
fputs("Likely, you are currently running under builder-hex0.\n", stdout);
fputs("That's ok! We're going to make some assumptions; namely, that you do need\n", stdout);
fputs("the kernel bootstrap, and that you'll get a chance to configure later.\n", stdout);
write_cfg_values(head, "KERNEL_BOOTSTRAP=True\n", FALSE);
write_cfg_values(head, "KERNEL_BOOTSTRAP=True\nBUILD_KERNELS=True\n", FALSE);
}
int main(int argc, char **argv, char **envp) {

View file

@ -1 +1 @@
bc373892becaa92c52bda2d0e8389931d0859e97848e53b3b9d10ebf7cba9651 configurator
8235581c60334314b5a8321b0b07d6fb905669dce81878c8cfed909377573e91 configurator

View file

@ -1 +1 @@
475ee131b41f42f158b18dfa5461eb860d2a2e895bb1593b1957b7266035b14c script-generator
a0ad0938f7a66b44674db2b0a2a0410966098b3cc511d8b1a4dadc77b1828088 script-generator