Remove deprecated KERNEL_ONLY from README.md

Looks like this got missed when removing KERNEL_ONLY. Having it here
in the first example causes that example to fail, Remove it.
This commit is contained in:
Andrew Davis
2023-06-16 11:53:52 -05:00
committed by Igor
parent 2c9dbc66c8
commit efa936525c

View File

@@ -67,7 +67,6 @@ BRANCH=current \
RELEASE=focal \
BUILD_MINIMAL=yes \
BUILD_DESKTOP=no \
KERNEL_ONLY=no \
KERNEL_CONFIGURE=no \
CARD_DEVICE="/dev/sdX"
```