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

    -