From 0cd3096b97c652c4c2998c0194db8fc8528fa6bb Mon Sep 17 00:00:00 2001 From: "John Davidson (Ivan Davidov)" Date: Tue, 14 Jun 2022 15:15:00 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fa292434..66c99fbde 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Minimal Linux Script [](https://www.paypal.me/MinimalLinuxLive) +# Minimal Linux Script One script which generates fully functional live Linux ISO image with minimal effort. This is based on the first published version of [Minimal Linux Live](http://github.com/ivandavidov/minimal) with some improvements taken from the next releases. All empty lines and comments have been removed and the script has been modified to reduce the overall length. @@ -49,5 +49,3 @@ After that simply run the below script. It doesn't require root privileges. In t cd .. Note that this script produces very small live Linux OS with working shell only and no network support. The network functionality has been implemented properly in the [Minimal Linux Live](http://github.com/ivandavidov/minimal) project which is extensively documented and more feature rich, yet still produces very small live Linux ISO image. - -If you find this project useful, you can treat me to lunch via [PayPal donation](https://www.paypal.me/MinimalLinuxLive). Thank you!