mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
Replace bash with busybox for minimal footprint
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ BOOTLOADER=syslinux
|
||||
INIT=sparkos-init
|
||||
|
||||
# Default shell
|
||||
SHELL=/bin/bash
|
||||
SHELL=/bin/sh
|
||||
|
||||
# Compiler flags
|
||||
CFLAGS=-Wall -O2 -static
|
||||
|
||||
Reference in New Issue
Block a user