diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-10 00:05:49 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-10 00:05:49 -0400 |
commit | 821b4d8290fdf79935137f2421a95f4886aea4f0 (patch) | |
tree | 502cdb526be11d2f5896e826675b929019336b92 | |
parent | c145f3ea9c55aca97a9ff1a494069518da003890 (diff) | |
download | librebootfr-821b4d8290fdf79935137f2421a95f4886aea4f0.tar.gz librebootfr-821b4d8290fdf79935137f2421a95f4886aea4f0.zip |
Add install dir with bootorder file for Coreboot
-rw-r--r-- | projects/seabios/install/bootorder | 1 | ||||
-rw-r--r-- | projects/seabios/install/install | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/projects/seabios/install/bootorder b/projects/seabios/install/bootorder new file mode 100644 index 00000000..b33e1295 --- /dev/null +++ b/projects/seabios/install/bootorder @@ -0,0 +1 @@ +/rom@img/grub2 diff --git a/projects/seabios/install/install b/projects/seabios/install/install new file mode 100644 index 00000000..4830c5f9 --- /dev/null +++ b/projects/seabios/install/install @@ -0,0 +1 @@ +bootorder:bootorder |