mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Allow the use of configurator under builder-hex0
This commit is contained in:
parent
e1077cbed3
commit
67d92a50f3
6 changed files with 11 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue