Files
zosbuilder/scripts/functionlist.md
Jan De Landtsheer 9aecfe26ac zinit: stabilize ntp/network/getty runtime
• ntp: robust /etc/ntp.conf symlink, safe defaults, avoid nounset, keep BusyBox CLI -p usage

• network: wrap dhcpcd to create dhcpcd user/group if missing; run as root if needed

• console: set getty console to 115200 vt100
2025-09-08 23:54:14 +02:00

5.6 KiB

Function List - scripts/lib Library

This document lists all functions currently defined under scripts/lib with their source locations.

alpine.sh - Alpine Linux operations

File: scripts/lib/alpine.sh

common.sh - Core utilities

File: scripts/lib/common.sh

components.sh - Component management

File: scripts/lib/components.sh

docker.sh - Container runtime management

File: scripts/lib/docker.sh

initramfs.sh - Initramfs assembly

File: scripts/lib/initramfs.sh

kernel.sh - Kernel building

File: scripts/lib/kernel.sh

stages.sh - Build stage tracking

File: scripts/lib/stages.sh

testing.sh - Boot testing

File: scripts/lib/testing.sh