diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-01 06:29:09 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-01 06:29:09 +0100 |
commit | 5c3d81fff9f90b19f09c95fae43eacff10ab932e (patch) | |
tree | b7c9d8f7332374f3a88f8f93238dbe5fe9c460bf /config/coreboot/e6530_12mb | |
parent | 6dfd8c707052dfcd90d87342e4793ccde7084450 (diff) |
correct dell latitude status for release
it should be marked unstable, though these machines
are basically reliable; they have certain missing features
and quirky behaviour so it's important not to over-sell it
mark it as unstable, on all of the dell latitudes
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/e6530_12mb')
-rw-r--r-- | config/coreboot/e6530_12mb/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/e6530_12mb/target.cfg b/config/coreboot/e6530_12mb/target.cfg index a0cfb47e..e48db5e5 100644 --- a/config/coreboot/e6530_12mb/target.cfg +++ b/config/coreboot/e6530_12mb/target.cfg @@ -7,4 +7,4 @@ payload_memtest="y" payload_seabios_withgrub="y" payload_seabios_grubonly="y" grub_scan_disk="ahci" -status="stable" +status="unstable" |