mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
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:
parent
eb3414c2da
commit
6d26855dc6
9 changed files with 168 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue