diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-16 02:58:54 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-16 03:42:06 -0400 |
commit | 0e034cf65cbd48f6c24759e4f7a3c92256e00869 (patch) | |
tree | b959af0216d2c0c0c61fe2401348fcf6fc3245ae /projects/seabios/configs/targets | |
parent | e87dba45a59e069b71d2ec994e47443357fe6b39 (diff) | |
download | librebootfr-0e034cf65cbd48f6c24759e4f7a3c92256e00869.tar.gz librebootfr-0e034cf65cbd48f6c24759e4f7a3c92256e00869.zip |
Rename SeaBIOS targets to less confusing names
'txtmode' isn't so much a configuration for textmode as it is a BIOS,
simply, and 'vga' is actually the VGABIOS which requires the BIOS
being present in order to function; this is contrary to what the
original target names may lead one to initially believe.
Diffstat (limited to 'projects/seabios/configs/targets')
-rw-r--r-- | projects/seabios/configs/targets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/seabios/configs/targets b/projects/seabios/configs/targets index ac8e49d0..98a59a61 100644 --- a/projects/seabios/configs/targets +++ b/projects/seabios/configs/targets @@ -1,2 +1,2 @@ -txtmode -vga +bios +vgabios |