init commit

This commit is contained in:
MeexReay 2025-03-12 22:20:47 +03:00
commit 34b9a26ff2
300 changed files with 5478 additions and 0 deletions

29
README.md Normal file
View File

@ -0,0 +1,29 @@
# minceraftOS
It is a small OS without installation scripts and other bullshit, only minecraft on startup \
You just boot on it and play minceraft in offline mode
## How to make iso file
That's easy enough to understand it without instructions
```
cd /tmp
git clone https://github.com/MeexReay/minceraftOS
cd minceraftOS
sudo ./mkmine.sh
cd output
ls # here has to be the iso file
```
## How to burn it on disk
First link in google bro
```
sudo dd if=<input_file> of=<device_name>
```
## How to play minceraft
IDK bro just do what you want that's it

10
container/Containerfile Normal file
View File

@ -0,0 +1,10 @@
FROM ghcr.io/void-linux/void-glibc-full:latest
ARG MIRROR="https://repo-default.voidlinux.org/"
RUN xbps-install -SyuR "${MIRROR}/current" xbps \
&& xbps-install -yuR "${MIRROR}/current" \
&& xbps-install -yuR "${MIRROR}/current" \
bash make git kmod xz lzo qemu-user-arm qemu-user-aarch64 binfmt-support outils dosfstools e2fsprogs
CMD ["/bin/sh"]

20
container/docker-bake.hcl Normal file
View File

@ -0,0 +1,20 @@
variable "MIRROR" {
default = "https://repo-ci.voidlinux.org/"
}
target "docker-metadata-action" {}
target "_common" {
inherits = ["docker-metadata-action"]
dockerfile = "container/Containerfile"
cache-to = ["type=local,dest=/tmp/buildx-cache"]
cache-from = ["type=local,src=/tmp/buildx-cache"]
args = {
"MIRROR" = "${MIRROR}"
}
}
target "void-mklive" {
inherits = ["_common"]
platforms = ["linux/amd64", "linux/arm64"]
}

3
data/bash_profile Executable file
View File

@ -0,0 +1,3 @@
# .bash_profile
[[ -z $DISPLAY ]] && [[ "$(tty)" == "/dev/tty1" ]] && exec startx

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/cursors/X_cursor Executable file

Binary file not shown.

Binary file not shown.

BIN
data/cursors/alias Executable file

Binary file not shown.

BIN
data/cursors/all-scroll Executable file

Binary file not shown.

BIN
data/cursors/arrow Executable file

Binary file not shown.

Binary file not shown.

BIN
data/cursors/bd_double_arrow Executable file

Binary file not shown.

BIN
data/cursors/bottom_left_corner Executable file

Binary file not shown.

BIN
data/cursors/bottom_right_corner Executable file

Binary file not shown.

BIN
data/cursors/bottom_side Executable file

Binary file not shown.

BIN
data/cursors/bottom_tee Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/cursors/cell Executable file

Binary file not shown.

BIN
data/cursors/center_ptr Executable file

Binary file not shown.

BIN
data/cursors/circle Executable file

Binary file not shown.

BIN
data/cursors/closedhand Executable file

Binary file not shown.

BIN
data/cursors/col-resize Executable file

Binary file not shown.

BIN
data/cursors/color-picker Executable file

Binary file not shown.

BIN
data/cursors/context-menu Executable file

Binary file not shown.

BIN
data/cursors/copy Executable file

Binary file not shown.

BIN
data/cursors/cross Executable file

Binary file not shown.

BIN
data/cursors/cross_reverse Executable file

Binary file not shown.

BIN
data/cursors/crossed_circle Executable file

Binary file not shown.

BIN
data/cursors/crosshair Executable file

Binary file not shown.

Binary file not shown.

BIN
data/cursors/default Executable file

Binary file not shown.

BIN
data/cursors/diamond_cross Executable file

Binary file not shown.

BIN
data/cursors/dnd-ask Executable file

Binary file not shown.

BIN
data/cursors/dnd-copy Executable file

Binary file not shown.

BIN
data/cursors/dnd-link Executable file

Binary file not shown.

BIN
data/cursors/dnd-move Executable file

Binary file not shown.

BIN
data/cursors/dnd-no-drop Executable file

Binary file not shown.

BIN
data/cursors/dnd-none Executable file

Binary file not shown.

BIN
data/cursors/dot Executable file

Binary file not shown.

BIN
data/cursors/dot_box_mask Executable file

Binary file not shown.

BIN
data/cursors/dotbox Executable file

Binary file not shown.

BIN
data/cursors/double_arrow Executable file

Binary file not shown.

BIN
data/cursors/down-arrow Executable file

Binary file not shown.

BIN
data/cursors/draft Executable file

Binary file not shown.

BIN
data/cursors/draft_large Executable file

Binary file not shown.

BIN
data/cursors/draft_small Executable file

Binary file not shown.

BIN
data/cursors/draped_box Executable file

Binary file not shown.

BIN
data/cursors/e-resize Executable file

Binary file not shown.

Binary file not shown.

BIN
data/cursors/ew-resize Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/cursors/fd_double_arrow Executable file

Binary file not shown.

BIN
data/cursors/fleur Executable file

Binary file not shown.

BIN
data/cursors/forbidden Executable file

Binary file not shown.

BIN
data/cursors/grab Executable file

Binary file not shown.

BIN
data/cursors/grabbing Executable file

Binary file not shown.

BIN
data/cursors/h_double_arrow Executable file

Binary file not shown.

BIN
data/cursors/half-busy Executable file

Binary file not shown.

BIN
data/cursors/hand Executable file

Binary file not shown.

BIN
data/cursors/hand1 Executable file

Binary file not shown.

BIN
data/cursors/hand2 Executable file

Binary file not shown.

BIN
data/cursors/help Executable file

Binary file not shown.

BIN
data/cursors/ibeam Executable file

Binary file not shown.

BIN
data/cursors/icon Executable file

Binary file not shown.

BIN
data/cursors/left-arrow Executable file

Binary file not shown.

BIN
data/cursors/left_ptr Executable file

Binary file not shown.

BIN
data/cursors/left_ptr_help Executable file

Binary file not shown.

BIN
data/cursors/left_ptr_watch Executable file

Binary file not shown.

BIN
data/cursors/left_side Executable file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More