mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-03 06:56:12 +01:00
Denis 'GNUtoo' Carikli
84293df92f
The creation of what became grub_memdisk.cfg can be tracked back to the grub.cfg that I published in 2013 in my build-makefiles repository and that is available in the very first Libreboot release in build-makefiles/grub/memdisk/boot/grub/grub.cfg. It was then modified by leah in 2014 who removed most of my work from it. Details can be seen in the following repository: [1]https://notabug.org/libreboot/obsolete-repository-preserved-for-historical-purposes It was then picked up as-is in the osbmk repository and then the lbmk repository that GNU Boot also has the history of. Since we now have proper copyright history in all the files in resources/grub/config we can now safely remove the AUTHORS file. As for the COPYING file, we already have copyright headers and we already ship a copy of the GPLv3 in our repository. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
20 lines
840 B
INI
20 lines
840 B
INI
# Copyright (C) 2013 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
# Copyright (C) 2014 Leah Rowe <info@minifree.org>
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
set prefix=(memdisk)/boot/grub
|
|
|
|
set root='cbfsdisk'
|
|
source (cbfsdisk)/grub.cfg
|