mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
fix boot
This commit is contained in:
parent
c14a7418c7
commit
f9de6c29dc
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,6 +24,5 @@
|
|||||||
bin/
|
bin/
|
||||||
pkg/
|
pkg/
|
||||||
var/
|
var/
|
||||||
usr/install
|
usr/
|
||||||
usr/publish
|
|
||||||
etc/local.shy
|
etc/local.shy
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
ice "github.com/shylinux/icebergs"
|
"github.com/shylinux/icebergs"
|
||||||
|
_ "github.com/shylinux/icebergs/base"
|
||||||
|
_ "github.com/shylinux/icebergs/core"
|
||||||
|
_ "github.com/shylinux/icebergs/misc"
|
||||||
|
|
||||||
_ "github.com/shylinux/icebergs/misc/alpha"
|
_ "github.com/shylinux/icebergs/misc/alpha"
|
||||||
_ "github.com/shylinux/icebergs/misc/chrome"
|
_ "github.com/shylinux/icebergs/misc/chrome"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user