set to 1.0
This commit is contained in:
parent
1f022d9fba
commit
0aca84bdb2
2
main.go
2
main.go
@ -19,7 +19,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// VERSION is the current version of init
|
// VERSION is the current version of init
|
||||||
VERSION = "Direktil init v0.1"
|
VERSION = "Direktil init v1.0"
|
||||||
|
|
||||||
rootMountFlags = 0
|
rootMountFlags = 0
|
||||||
bootMountFlags = syscall.MS_NOEXEC | syscall.MS_NODEV | syscall.MS_NOSUID | syscall.MS_RDONLY
|
bootMountFlags = syscall.MS_NOEXEC | syscall.MS_NODEV | syscall.MS_NOSUID | syscall.MS_RDONLY
|
||||||
|
Loading…
Reference in New Issue
Block a user