mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 10:22:46 +01:00
nex linux version and not checking for /swap on S01first_boot
This commit is contained in:
@@ -4,7 +4,7 @@ THIS=$(basename $0)
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
if [ ! -f /swap ]; then
|
||||
if [ ! -f /.first_boot ]; then
|
||||
first_boot
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user