Update README.md

This commit is contained in:
Marcos Tischer Vallim 2019-06-30 23:56:37 -03:00 committed by GitHub
parent b82fc5cbde
commit fcaf47cf73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
}