From fcaf47cf735ec184130919379a628ce8f8a91e60 Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Sun, 30 Jun 2019 23:56:37 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad22443..c8cee02 100644 --- a/README.md +++ b/README.md @@ -400,12 +400,12 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run set default="0" set timeout=30 - menuentry "Try Ubuntu without installing" { + menuentry "Try Ubuntu FS without installing" { linux /casper/vmlinuz boot=casper quiet splash --- initrd /casper/initrd } - menuentry "Install Ubuntu" { + menuentry "Install Ubuntu FS" { linux /casper/vmlinuz boot=casper only-ubiquity quiet splash --- initrd /casper/initrd }