From e946402c881d5a463fcf1345577f055fdad2571b Mon Sep 17 00:00:00 2001 From: Marcos Vallim Date: Sat, 29 Jun 2019 14:40:21 -0300 Subject: [PATCH] Update documentation --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cacf9f..7245eb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# How to create custom Ubuntu live from scratch +# How to create a custom Ubuntu live from scratch This procedure works and can create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch. @@ -52,7 +52,7 @@ mkdir $HOME/live-ubuntu-from-scratch sudo chroot $HOME/live-ubuntu-from-scratch/chroot ``` -2. **Configure mount points** +2. **Configure mount points, home and locale** ``` mount none -t proc /proc @@ -65,6 +65,8 @@ mkdir $HOME/live-ubuntu-from-scratch export LC_ALL=C ``` + These mount points are necessary inside the chroot environment, so we can be able to finish the installations without errors. + 3. **Set a custom hostname** ``` echo "ubuntu-live" > /etc/hostname