Hi Ozi,
On 05/06/2016 04:40 PM, aitor_czr <aitor_...@gnuinos.org> wrote:
On 05/06/2016 07:28 AM, Ozi Traveller<ozitravel...@gmail.com> wrote:
>Does the Devuan graphical installer still support a banner across the top
>of the screen?
Of course, configuring the .udeb skeleton package.
You can also do that using CPIO [*]:
Copy 'install/gtk/initrd.gz' file in a new directory and move up to it.
Now type:
$ gunzip initrd.gz
$ mkdir tmp
$ cd tmp
$ sudo su
# cpio -id < ../initrd
Now you can customize the following folders:
usr/share/themes
usr/share/graphics
Generate the new initrd.gz:
# rm -f ../initrd
# find . | cpio --create --format='newc' > ../initrd
# cd ..
# gzip initrd
HTH,
Aitor.
[*] See the thread "How to integrate devuan-installer in an existing
devuan based system".
In this thread, i explain how to customize the appearance of d-i.
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng