initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
2 changed files with 3 additions and 11 deletions
Showing only changes of commit 6f88d0726b - Show all commits
+3 -6
View File
@@ -12,8 +12,7 @@
ESP = {
priority = 1;
name = "ESP";
start = "1M";
end = "512M";
size = "512M";
type = "EF00";
content = {
type = "filesystem";
@@ -24,8 +23,7 @@
};
root = {
name = "root";
start = "512M";
end = "100%";
size = "100%";
content = {
type = "filesystem";
format = "ext4";
@@ -45,8 +43,7 @@
partitions = {
primary = {
name = "primary";
start = "1M";
end = "100%";
size = "100%";
content = {
type = "filesystem";
format = "ext4";
-5
View File
@@ -34,11 +34,6 @@ logo = Image("logo.png");
logo_sprite = Sprite(logo);
logo_sprite.SetX((Window.GetWidth() - logo.GetWidth()) / 2);
logo_sprite.SetY((Window.GetHeight() - logo.GetHeight()) / 2);
spinner = Sprite();
spinner.SetImage(Spinner());
spinner.SetX((Window.GetWidth() - spinner.GetImage().GetWidth()) / 2);
spinner.SetY((Window.GetHeight() + logo.GetHeight()) / 2 + 20);
EOF
'';
}