mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Use devtmpfs, and improve finalize_fhs.sh
With this, finalize_fhs.sh can be rerun as needed, e.g. when rebooting. Also, the preferred nameserver will persist after DHCP. Thanks to devtmpfs, we no longer need to manage /dev once Linux is up.
This commit is contained in:
parent
133c05426c
commit
8341c4e089
4 changed files with 20 additions and 9 deletions
|
|
@ -118,11 +118,10 @@ improve: clean_sources
|
|||
build: linux-4.9.10 ( BUILD_LINUX == True )
|
||||
jump: break ( INTERNAL_CI == pass1 )
|
||||
jump: linux ( CHROOT == False )
|
||||
jump: move_disk ( KERNEL_BOOTSTRAP == True )
|
||||
improve: finalize_fhs
|
||||
build: musl-1.2.4
|
||||
build: curl-8.5.0
|
||||
improve: populate_device_nodes
|
||||
jump: move_disk ( KERNEL_BOOTSTRAP == True )
|
||||
improve: get_network ( CHROOT == False )
|
||||
build: bash-5.2.15
|
||||
build: xz-5.4.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue