Hi, "kanic...@yandex.ru" <kanic...@yandex.ru> skribis:
> Yes, AFAIR it only works with ‘init’ and has no effect at all with > ‘reconfigure’. ‘--no-bootloader’ should definitely work for ‘reconfigure’; could you double-check and report a bug if it doesn’t work? Now, if that’s useful, we could easily define a “noop” bootloader in (gnu bootloader noop), along these lines: (define noop-bootloader (bootloader (name 'noop) (package #f) (installer #~(cons #t)) (configuration-file #f) (configuration-file-generator #f))) Thanks, Ludo’.