1. grub2 mode supports Porteus ISO file.

2. Optimization for Lenovo Recovery Image.
This commit is contained in:
longpanda
2023-01-04 21:46:40 +08:00
parent eac1c35f76
commit 7fe4762faa
5 changed files with 22 additions and 16 deletions

View File

@@ -159,7 +159,7 @@ if $GREP -q SCRE /proc/cmdline; then
fi
if $GREP -qw 'SA[.]1' /proc/cmdline; then
if $GREP -qw 'SA[.]2' /proc/cmdline; then
if $GREP -qw 'writable.fsimg' /proc/cmdline; then
if $GREP -qw 'rw' /proc/cmdline; then
echo 1 > $VTOY_PATH/distmagic/DELL_PER
fi