diff options
-rw-r--r-- | changelog | 4 | ||||
-rw-r--r-- | lilo-image-inside.pkg/control | 7 | ||||
-rw-r--r-- | lilo-image-inside.pkg/files | 1 | ||||
-rw-r--r-- | lilo-image-onlyblue.pkg/control | 7 | ||||
-rw-r--r-- | lilo-image-onlyblue.pkg/files | 1 |
5 files changed, 18 insertions, 2 deletions
@@ -8,8 +8,8 @@ lilo (24.0-3) trunk signature for the "root=" option on Linux's command line. This is more persistent than a path like "/dev/sda1" is and is supported by Linux since version 3.8. - * lilo-image-tuxlogo: New binary package to provide the "tuxlogo" - background image. + * lilo-image-inside, lilo-image-onlyblue, lilo-image-tuxlogo: New + binary packages to provide background images. -- "P. J. McDermott" <pj@pehjota.net> Mon, 10 Nov 2014 23:14:16 -0500 diff --git a/lilo-image-inside.pkg/control b/lilo-image-inside.pkg/control new file mode 100644 index 0000000..49825e2 --- /dev/null +++ b/lilo-image-inside.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: lilo (>= ${Source-Version}) +Description: LILO boot loader for Linux - "inside" background image + ${Common-Description} + . + This package provides the "inside" background image for the LILO boot loader. diff --git a/lilo-image-inside.pkg/files b/lilo-image-inside.pkg/files new file mode 100644 index 0000000..9281c38 --- /dev/null +++ b/lilo-image-inside.pkg/files @@ -0,0 +1 @@ +/boot/tuxlogo.bmp diff --git a/lilo-image-onlyblue.pkg/control b/lilo-image-onlyblue.pkg/control new file mode 100644 index 0000000..c316e11 --- /dev/null +++ b/lilo-image-onlyblue.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: lilo (>= ${Source-Version}) +Description: LILO boot loader for Linux - "onlyblue" background image + ${Common-Description} + . + This package provides the "onlyblue" background image for the LILO boot loader. diff --git a/lilo-image-onlyblue.pkg/files b/lilo-image-onlyblue.pkg/files new file mode 100644 index 0000000..9281c38 --- /dev/null +++ b/lilo-image-onlyblue.pkg/files @@ -0,0 +1 @@ +/boot/tuxlogo.bmp |