finish-install: add script to set splash on uefi installations.
This commit is contained in:
parent
3c9b6cae5a
commit
79d29a0715
2 changed files with 56 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
|
||||
# Copyright (C) 2025 Luis Guzmán <ark@switnet.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
|
||||
|
|
@ -23,13 +23,16 @@
|
|||
# such packages from Debian in order to build the required udeb packages.
|
||||
##
|
||||
|
||||
VERSION=1
|
||||
VERSION=2
|
||||
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
||||
REPOKEY=0E98404D386FA1D9
|
||||
REPOKEY=6ED0E7B82643E131
|
||||
NETINST=true
|
||||
. ./config
|
||||
|
||||
apply_patch_changes
|
||||
|
||||
# Add splash to desktop environments installations
|
||||
cp $DATA/09trisquel-uefi-splash finish-install.d/
|
||||
|
||||
changelog "Fetch and build as udeb dependency for debian-installer."
|
||||
package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue