Files
bare-operating-system/packages/bare-os-seeder/kernel/etc/bare-os/rc.profile.full
T
2026-04-04 00:01:11 -04:00

5 lines
259 B
Plaintext

# Bare OS — optional "full" profile snippet (use with BARE_OS_BOOT_PROFILE=full).
# Enables relaxed pipeline limits and bounded command substitution (see docs/reference/kernel-extensions.md).
export BARE_OS_SHELL_STREAMING=1
export BARE_OS_SHELL_CMDSUBST=1