mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Add a "Shutdown" option to the Grub menu
This commit is contained in:
parent
99c138387d
commit
ba61cda38b
1 changed files with 4 additions and 0 deletions
|
|
@ -171,6 +171,10 @@ menuentry 'Linux live-bootstrap (4.9.10, graphical console)' {
|
||||||
linux /boot/linux-4.9.10 root=/dev/sda1 rw console=tty1
|
linux /boot/linux-4.9.10 root=/dev/sda1 rw console=tty1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
menuentry "Shutdown" {
|
||||||
|
halt
|
||||||
|
}
|
||||||
|
|
||||||
menuentry "Reboot" {
|
menuentry "Reboot" {
|
||||||
reboot
|
reboot
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue