live boot edit

This commit is contained in:
arcanedev 2021-08-10 06:09:38 +00:00
parent c22e2544ec
commit 661a8611db
No known key found for this signature in database
GPG Key ID: 13BA4BD4C14170C0

View File

@ -184,7 +184,7 @@ Live media (USB or CD) can be booted from in a process called Live Boot. Data is
Linux allows this via the "magic" SysRq combo SysRq+o. This is available by default on some OSs, but needs to be enabled manually on others.
Parrot enables many SysRq commands by default. Among those allowed by Parrot include SysRq+o (immediate poweroff, with no shutdown cycle).
Systems can be started in non-persistent sessions with the use of the `grub-live` and `grub-live-default` are packages. `grub-live` boots to persistence by default, while `grub-live-default` starts directly to a non-persistent session.
Systems can be started in non-persistent sessions with the use of `grub-live` and `grub-live-default` packages. `grub-live` boots to persistence by default, while `grub-live-default` starts directly to a non-persistent session.
Note: These packages are primarily available for Debian-based systems