mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Support swap files in qemu or bare-metal mode
This can help alleviate memory pressure when bootstrapping with high core counts.
This commit is contained in:
parent
9384a5d432
commit
d5008f93a5
3 changed files with 32 additions and 1 deletions
|
|
@ -119,6 +119,7 @@ build: linux-4.9.10 ( BUILD_LINUX == True )
|
|||
jump: break ( INTERNAL_CI == pass1 )
|
||||
jump: linux ( CHROOT == False )
|
||||
improve: finalize_fhs
|
||||
improve: swap ( SWAP_SIZE != 0 )
|
||||
build: musl-1.2.4
|
||||
build: curl-8.5.0
|
||||
improve: populate_device_nodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue