>From bece6a57b020ba4e1dc35bb2fcf326af9ebf5c8c Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 25 Jan 2012 00:01:00 +0200 Subject: [PATCH 2/2] conf.d/live.mk: initial live-webkiosk This one starts up a Firefox session in kiosk mode (there are several extensions, I find hsv@'s one preferable) and tries to browse /image/index.html which corresponds to index.html in the image root (could be edited by means of e.g. isomaster). --- conf.d/live.mk | 4 ++++ features.in/live/stage1/files/index.html | 10 ++++++++++ 2 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 features.in/live/stage1/files/index.html diff --git a/conf.d/live.mk b/conf.d/live.mk index 7de9c39..7e7041d 100644 --- a/conf.d/live.mk +++ b/conf.d/live.mk @@ -39,4 +39,8 @@ distro/live-rescue: distro/live-icewm @$(call add,LIVE_LISTS, \ $(call tags,(base || extra) && (archive || rescue || network))) +distro/live-webkiosk: distro/.live-x11 + @$(call add,LIVE_PACKAGES,livecd-webkiosk) + @$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid) + endif diff --git a/features.in/live/stage1/files/index.html b/features.in/live/stage1/files/index.html new file mode 100644 index 0000000..33181ca --- /dev/null +++ b/features.in/live/stage1/files/index.html @@ -0,0 +1,10 @@ + + + +Welcome to ALT Linux! + + +

Welcome to ALT Linux!

+

You will be redirected to the home page shortly.

+ + -- 1.7.8.4