forked from Hyperion/HyperionOS
made newer installer that does not require tar stuff
This commit is contained in:
12
prod/Hyperion-kernel/boot/safeboot.cfg
Normal file
12
prod/Hyperion-kernel/boot/safeboot.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
-- DO NOT EDIT THIS FILE IF YOU DO NOT KNOW WHAT YOU ARE DOING!
|
||||
-- DOING SO MAY RENDER YOUR SYSTEM UNBOOTABLE!
|
||||
|
||||
-- This file is auto-generated during the build process.
|
||||
-- DEFAULT BOOT CONFIGURATION FILE
|
||||
return {
|
||||
initPath = "/sbin/init",
|
||||
maxOpenFiles = 128,
|
||||
maxFilesPerTask = 16,
|
||||
preempt=true,
|
||||
logTaskExit=true
|
||||
}
|
||||
Reference in New Issue
Block a user