From c2e93fbea4177eec2600fc32ca616c86203e343d Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 24 Aug 2014 13:35:07 +0300 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20The=20default=20host=20is=20now=20"?= =?UTF-8?q?minimal"=20(used=20to=20be=20"minimal-linux-live").=20=E2=80=A2?= =?UTF-8?q?=20Website=20update=20-=20preparing=20for=20the=20next=20releas?= =?UTF-8?q?e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/2_build_kernel.sh | 2 +- www/index.html | 60 +++++++++++++++++++++++++++++++++---------- 2 files changed, 48 insertions(+), 14 deletions(-) diff --git a/src/2_build_kernel.sh b/src/2_build_kernel.sh index 4b11ef0e1..f9602526a 100644 --- a/src/2_build_kernel.sh +++ b/src/2_build_kernel.sh @@ -12,7 +12,7 @@ make mrproper make defconfig # Changes the name of the system -sed -i "s/.*CONFIG_DEFAULT_HOSTNAME.*/CONFIG_DEFAULT_HOSTNAME=\"minimal-linux-live\"/" .config +sed -i "s/.*CONFIG_DEFAULT_HOSTNAME.*/CONFIG_DEFAULT_HOSTNAME=\"minimal\"/" .config # Compile the kernel # Good explanation of the different kernels diff --git a/www/index.html b/www/index.html index 833405ecd..68fbaf995 100644 --- a/www/index.html +++ b/www/index.html @@ -18,7 +18,7 @@ } function logSwap(itemIndex, show) { - for(var i = 1; i <= 1; i++) { + for(var i = 1; i <= 2; i++) { var showObj = document.getElementById("show" + i); var hideObj = document.getElementById("hide" + i); var textObj = document.getElementById("text" + i); @@ -76,7 +76,8 @@ Extract the scripts to some folder.
  • - Make sure that all scripts are executable (chmod +x *.sh). + Just for convenience, make sure that all scripts are executable (chmod +x *.sh). If you decide to skip this step you + can still run the scripts like this (example): sh build_minimal_linux_live.sh
  • Depending on which Linux OS you are using, there might be one or more (or none, or even more) build dependencies that you @@ -161,17 +162,50 @@

    Change Log

    -