From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 7944 invoked from network); 11 Apr 2022 18:21:09 -0000 Received: from unknown (HELO 9front.inri.net) (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 11 Apr 2022 18:21:09 -0000 Received: from odoacer.turtle-trading.net ([93.241.193.16]) by 9front; Mon Apr 11 14:19:53 -0400 2022 Received: from zenobia.turtle-trading.net ([192.168.2.111]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1ndyde-0008JL-Ca; Mon, 11 Apr 2022 20:19:46 +0200 Received: from benny by zenobia.turtle-trading.net with local (Exim 4.94.2) (envelope-from ) id 1ndyde-0009FI-4M; Mon, 11 Apr 2022 20:19:46 +0200 From: Benjamin Riefenstahl To: 9front@9front.org Date: Mon, 11 Apr 2022 20:19:46 +0200 Message-ID: <87lewbv5x9.fsf@turtle-trading.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: object-oriented configuration component SOAP STM core optimizer Subject: [9front] Update system: Boot files not updated Reply-To: 9front@9front.org Precedence: bulk Another problem I encountered with "mk all; mk install" was that the boot files were not re-created, the kernel, bootsectors and similar: --rw-rw-r-- M 24 sys sys 7960 Jul 18 2021 /386/9bootfat --rw-rw-r-- M 24 sys sys 6472 Jul 18 2021 /386/9boothyb --rw-rw-r-- M 24 sys sys 6496 Jul 18 2021 /386/9bootiso --rw-rw-r-- M 24 sys sys 8004 Jul 18 2021 /386/9bootpxe --rw-rw-r-- M 24 sys sys 11108 Jul 18 2021 /386/bootia32.efi --rw-rw-r-- M 24 sys sys 12356 Jul 18 2021 /386/bootx64.efi --rw-rw-r-- M 24 sys sys 1048576 Jul 18 2021 /386/efiboot.fat --rw-rw-r-- M 24 sys sys 407 Jul 18 2021 /386/mbr --rw-rw-r-- M 24 sys sys 473 Jul 18 2021 /386/pbs --rwxrwxr-x M 24 sys sys 5229573 Jul 18 2021 /amd64/9pc64 Is this expected? To get these compiled and installed, I now do something like: for (d in 9/pc64 boot/efi boot/pc) @{ cd $d mk install } Even that procedure does not re-install them into the 9fat partition. Is there a ready-made script or mkfile target for that? Thanks, benny