wok rev 24065

grub2: declared CONFIG_FILES
author Hans-G?nter Theisgen
date Sun Jun 20 14:41:40 2021 +0100 (2021-06-20)
parents 95c22cb48c90
children 68cf96abc146
files grub2/description.txt grub2/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/grub2/description.txt	Sun Jun 20 14:41:40 2021 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +GNU GRUB is a Multiboot boot loader.
     1.5 +It was derived from GRUB, the GRand Unified Bootloader,
     1.6 +which was originally designed and implemented by Erich Stefan Boleyn.
     1.7 +
     1.8 +Briefly, a boot loader is the first software program that runs when a computer starts.
     1.9 +It is responsible for loading and transferring control to the operating system
    1.10 +kernel software (such as the Hurd or Linux).
    1.11 +The kernel, in turn, initialises the rest of the operating system (e.g. SliTaz).
    1.12 +
    1.13 +GRUB 2 has replaced what was formerly known as GRUB (i.e. version 0.9x),
    1.14 +which has, in turn, become GRUB Legacy.
    1.15 +Enhancements to GRUB are still being made, but the current released versions are
    1.16 +quite usable for normal operation. 
     2.1 --- a/grub2/receipt	Sat Jun 12 11:07:34 2021 +0000
     2.2 +++ b/grub2/receipt	Sun Jun 20 14:41:40 2021 +0100
     2.3 @@ -16,6 +16,8 @@
     2.4  BUILD_DEPENDS="bison flex freetype-dev fuse-dev libdevmapper-dev 
     2.5  	libusb-compat-dev libusb-dev ncurses-dev xz-dev zlib-dev"
     2.6  
     2.7 +CONFIG_FILES="/etc/default/grub /etc/grub.d/40_custom"
     2.8 +
     2.9  SUGGESTED="os-prober"
    2.10  
    2.11  # Rules to configure and make the package.