diff --git a/src/entry.sh b/src/entry.sh index 258e6df..54a34fa 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -11,7 +11,7 @@ cd /run . disk.sh # Initialize disks . display.sh # Initialize graphics . network.sh # Initialize network -. cpu.sh # Initialize processor +. proc.sh # Initialize processor . serial.sh # Initialize serialport . power.sh # Configure shutdown . config.sh # Configure arguments diff --git a/src/cpu.sh b/src/proc.sh similarity index 100% rename from src/cpu.sh rename to src/proc.sh