diff --git a/rootfs/sys/cfg/cross/linux b/rootfs/sys/cfg/subsystem/linux similarity index 78% rename from rootfs/sys/cfg/cross/linux rename to rootfs/sys/cfg/subsystem/linux index 93b2fcf8..dc464e1c 100644 --- a/rootfs/sys/cfg/cross/linux +++ b/rootfs/sys/cfg/subsystem/linux @@ -4,3 +4,6 @@ nodename=auto release=3.2.0-10-generic version=#10-Ubuntu SMP Mon Jav 1 00:00:00 UTC 0 machine=auto + +[rootfs] +path=/sys/res/linux.tar diff --git a/rootfs/sys/cfg/subsystem/windows b/rootfs/sys/cfg/subsystem/windows new file mode 100644 index 00000000..56e42b93 --- /dev/null +++ b/rootfs/sys/cfg/subsystem/windows @@ -0,0 +1,2 @@ +[rootfs] +path=/sys/res/windows.tar diff --git a/rootfs/sys/res/linux.tar b/rootfs/sys/res/linux.tar new file mode 100644 index 00000000..b303359d Binary files /dev/null and b/rootfs/sys/res/linux.tar differ diff --git a/rootfs/sys/res/windows.tar b/rootfs/sys/res/windows.tar new file mode 100644 index 00000000..371c0a73 Binary files /dev/null and b/rootfs/sys/res/windows.tar differ