From 661a8611db98f27ed3796a7525265ab7a4aa5209 Mon Sep 17 00:00:00 2001 From: arcanedev Date: Tue, 10 Aug 2021 06:09:38 +0000 Subject: [PATCH] live boot edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bc6d37..f99129a 100644 --- a/README.md +++ b/README.md @@ -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