Update README.md
This commit is contained in:
parent
b82fc5cbde
commit
fcaf47cf73
|
@ -400,12 +400,12 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run
|
||||||
set default="0"
|
set default="0"
|
||||||
set timeout=30
|
set timeout=30
|
||||||
|
|
||||||
menuentry "Try Ubuntu without installing" {
|
menuentry "Try Ubuntu FS without installing" {
|
||||||
linux /casper/vmlinuz boot=casper quiet splash ---
|
linux /casper/vmlinuz boot=casper quiet splash ---
|
||||||
initrd /casper/initrd
|
initrd /casper/initrd
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "Install Ubuntu" {
|
menuentry "Install Ubuntu FS" {
|
||||||
linux /casper/vmlinuz boot=casper only-ubiquity quiet splash ---
|
linux /casper/vmlinuz boot=casper only-ubiquity quiet splash ---
|
||||||
initrd /casper/initrd
|
initrd /casper/initrd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue