branding: added slideshow knobs
Added use/branding/slideshow/once as one of the uses albeit the interface is universal; see this page for more info: http://altlinux.org/branding/slideshow [ru]
This commit is contained in:
parent
039af304d0
commit
c104131057
@ -9,3 +9,8 @@ use/branding/full: use/branding use/syslinux/ui/gfxboot
|
|||||||
|
|
||||||
use/branding/complete: use/branding/full use/plymouth/full
|
use/branding/complete: use/branding/full use/plymouth/full
|
||||||
@$(call add,INSTALL2_BRANDING,notes slideshow)
|
@$(call add,INSTALL2_BRANDING,notes slideshow)
|
||||||
|
|
||||||
|
# http://altlinux.org/branding/slideshow
|
||||||
|
use/branding/slideshow/once: use/branding
|
||||||
|
@$(call add,INSTALL2_BRANDING_SLIDESHOW,once:true)
|
||||||
|
@$(call xport,INSTALL2_BRANDING_SLIDESHOW)
|
||||||
|
7
features.in/branding/install2/image-scripts.d/50-branding.sh
Executable file
7
features.in/branding/install2/image-scripts.d/50-branding.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
[ -n "$GLOBAL_INSTALL2_BRANDING_SLIDESHOW" ] || exit 0
|
||||||
|
|
||||||
|
for arg in $GLOBAL_INSTALL2_BRANDING_SLIDESHOW; do
|
||||||
|
echo "${arg/:/=}" >> /etc/alterator/slideshow.conf
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user