From 5896420fb2dceb8d2e9daa257fa048a7279184c3 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sat, 14 Feb 2015 23:51:28 +0200 Subject: [PATCH] Minor enhancements in the "Next Steps" section. --- www/the_dao_of_minimal_linux_live.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/the_dao_of_minimal_linux_live.txt b/www/the_dao_of_minimal_linux_live.txt index 7dbed008b..687e42254 100644 --- a/www/the_dao_of_minimal_linux_live.txt +++ b/www/the_dao_of_minimal_linux_live.txt @@ -1,5 +1,5 @@  - The Dao of Minimal Linux Live (31-Jul-2014) + The Dao of Minimal Linux Live (15-Feb-2015) Author: Ivan Davidov Website: http://minimal.linux-bg.org @@ -663,11 +663,11 @@ Building such system requires a lot more work. A lot more! I mean it! - For starters, "Minimal Linux Live" lives entirely in the "initramfs" space. We never - really get out of there. Basically this is what you need if you want more functional - live Linux system: + For starters, "Minimal Linux Live" lives entirely in the "initramfs" space. Simply + said - this is the RAM space. We never really get out of there. Basically this is + what you need if you want more functional live Linux system: - 1) Compressed file system - this is where all the real stuff will be. + 1) Compressed file system (SquashFS)- this is where all the real stuff will be. 2) GNU Coreutils - these are the real shell command line utilities (ls, cd, etc.). You need them because later we are going to "escape" from "initramfs" and use