From e14dca3600189cf246e4a252289dd66a3967dad1 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 15 Feb 2015 01:01:15 +0200 Subject: [PATCH] Minor change in the documentation (packman => pacman). --- www/the_dao_of_minimal_linux_live.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/the_dao_of_minimal_linux_live.txt b/www/the_dao_of_minimal_linux_live.txt index 687e42254..f7771bebc 100644 --- a/www/the_dao_of_minimal_linux_live.txt +++ b/www/the_dao_of_minimal_linux_live.txt @@ -658,7 +658,7 @@ 5. Next Steps OK, now we know how to build and run a basic Linux system. But that's not enough. - Now we want to build more complex system, probably one which supports "packman", + Now we want to build more complex system, probably one which supports "pacman", "apt-get", or any other package manager. Building such system requires a lot more work. A lot more! I mean it! @@ -685,7 +685,7 @@ 4) You need to prepare in advance the stuff that you want to be present in the compressed file system. Assuming that we are building a useful live Linux OS, the absolute minimum is "GNU Coreutils", network management utilities and probably - some kind of package manager, e.g. "packman" or "apt-get". Don't forget that most + some kind of package manager, e.g. "pacman" or "apt-get". Don't forget that most of this additional stuff most probably relies on different kernel options that also need to be enabled/configured in advance.