-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
-
+
+
+
+
-
+
+
+
-
+
+
-
-
-
-
-
Distribution release Melawy Linux
+
+
+ Distribution release Melawy Linux
+
- Quietly and almost imperceptibly, after 1.5 years of work, the first release of the Melawy Linux operating system was released.
+ Quietly and almost imperceptibly, after 1.5 years of work, the first release of the Melawy Linux operating system was released.
What's inside?
- -
- Installation from disk and over the network with the choice of bootloader rEFInd, systemd-boot, Grub2 in one installer.
-
+ -
+ Installation from disk and over the network with the choice of bootloader rEFInd, systemd-boot, Grub2 in one installer.
+
- -
- Ability to select and install driver version for Nvidia video card:
-
- -
- installation from disk - drivers only for new video cards
-
-
- -
- network installation - manual driver selection
-
-
-
-
- -
- Non-standard kernel - with patches for performance and protection against Meltdown and Specter, etc.
-
-
- -
- Builds the initial kernel environment using the modular, automated Dracut.
-
-
- -
- Generating digital signatures and signing the kernel to start via Secure Boot:
-
- -
- Later, bootloader signing will be automated and the full boot cycle will be checked via Secure Boot.
-
-
- -
- The complete boot phase through Secure Boot protects against viruses, starting with the bootloader and booting the kernel.
-
-
-
-
- -
- Support for Luks2 full-disk encryption using the latest Argon2 algorithm.
-
-
- -
- Beautiful, informative visual design:
-
- -
- operating system boot selection screen
-
-
- -
- stage of loading the kernel and base environment initrd
-
-
- -
- login
-
-
- -
- working environment:
+
-
+ Ability to select and install driver version for Nvidia video card:
- -
- styles
-
+ -
+ installation from disk - drivers only for new video cards
+
- -
- color
-
-
- -
- icons
-
-
- -
- cursors
-
+ -
+ network installation - manual driver selection
+
-
+
- -
- A non-boring update checking applet:
+
-
+ Non-standard kernel - with patches for performance and protection against Meltdown and Specter, etc.
+
+
+ -
+ Builds the initial kernel environment using the modular, automated Dracut.
+
+
+ -
+ Generating digital signatures and signing the kernel to start via Secure Boot:
- -
- automatic check at login after 10 seconds - after everything starts
-
+ -
+ Later, bootloader signing will be automated and the full boot cycle will be checked via Secure Boot.
+
- -
- force check button and install button
-
+ -
+ The complete boot phase through Secure Boot protects against viruses, starting with the bootloader and booting the kernel.
+
-
-
-
+
-
- Pre-installed controls for AMD hardware through the user interface and Nvidia graphics card.
-
+
+ Support for Luks2 full-disk encryption using the latest Argon2id algorithm.
+
-
- A pre-selected large list of programs that can be used immediately.
-
+
+ Beautiful, informative visual design:
+
+ - operating system boot selection screen
- -
- The ability to use all these programs directly on the Live image, without installing the system on disk.
-
+ - stage of loading the kernel and base environment initrd
- -
- And other...
-
+ - login
+
+ -
+ working environment:
+
+ - styles
+
+ - color
+
+ - icons
+
+ - cursors
+
+
+
+ -
+ A non-boring update checking applet:
+
+ -
+ automatic check at login after 10 seconds - after everything starts
+
+
+ -
+ force check button and install button
+
+
+
+
+
+
+
+ Pre-installed controls for AMD hardware through the user interface and Nvidia graphics card.
+
+
+
+ A pre-selected large list of programs that can be used immediately.
+
+
+
+ The ability to use all these programs directly on the Live image, without installing the system on disk.
+
+
+
+ And other...
+
-
-
+
+
-
-
-
+
+
diff --git a/public/overview.tpl.html b/public/overview.tpl.html
index f733e61..3951a40 100644
--- a/public/overview.tpl.html
+++ b/public/overview.tpl.html
@@ -310,20 +310,18 @@
Repositories:
- - melawy
- - melawy-core
- - melawy-3party
- - melawy-archlinux
- - cachyos
- - core
- - extra
- - multilib
- - arcolinux_repo
- - arcolinux_repo_xlarge
- - arcolinux_repo_3party
- - garuda
- - chaotic-aur
- - endeavouros
+ - melawy
+ - melawy-core
+ - core
+ - extra
+ - multilib
+ - melawy-3party
+ - chaotic-aur
+ - arcolinux_repo
+ - arcolinux_repo_xlarge
+ - arcolinux_repo_3party
+ - garuda
+ - endeavouros
Programs and designs specific to ArcoLinux, Garuda Linux, EndeavourOS are not used.
System components:
diff --git a/push.sh b/push.sh
index 2391d65..4c9de89 100755
--- a/push.sh
+++ b/push.sh
@@ -20,7 +20,8 @@ else
fi
fi
-git add . && git commit -m "Update" && git push $git
+git add . && git commit -m "Update"
+git push $git
ssh ${ip} -f '~/update-en-site.sh'
status=$?