remove extra word

This commit is contained in:
brooksytech 2024-04-05 22:46:49 +00:00
parent 4f40a56230
commit 3406afc480
No known key found for this signature in database

View file

@ -351,7 +351,7 @@ set default="${DISTRO}"
menuentry "${DISTRO}" {
search --set -f /KERNEL
linux /KERNEL APPEND boot=LABEL=${DISKLABEL_SYSTEM} disk=LABEL=${DISKLABEL_STORAGE} ${EXTRA_CMDLINE}
linux /KERNEL boot=LABEL=${DISKLABEL_SYSTEM} disk=LABEL=${DISKLABEL_STORAGE} ${EXTRA_CMDLINE}
}
EOF