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

@ -194,6 +194,8 @@ jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
build: gcc-10.4.0
build: binutils-2.41
build: gcc-13.1.0
build: grub-2.06 ( BUILD_LINUX == True )
improve: make_bootable ( CHROOT == False )
build: libmd-1.1.0
build: libbsd-0.11.8
build: shadow-4.14.3