Support reboot in non-chroot modes using grub and an init script

We use grub-2.06 as 2.12 has some packaging issues, and can't be
built in live-bootstrap for now.
This commit is contained in:
Gábor Stefanik 2024-01-22 15:23:32 +01:00
parent eb3414c2da
commit 6d26855dc6
9 changed files with 168 additions and 2 deletions

View file

@ -1,4 +1,3 @@
#!/bin/sh
#
# SPDX-FileCopyrightText: 2024 Gábor Stefanik <netrolller.3d@gmail.com>