Step-by-step build instructions for Webconverger

898 views
Skip to first unread message

Oskar Larsson

unread,
Aug 2, 2011, 3:42:55 AM8/2/11
to Webconverger Users
The instructions on http://webconverger.org/develop/ is uncomplete, so
here you have a working step-by-step instruction on building
Webconverger. :-)

• Download and install latest Debian i386 – choose to add internet
repositories during the install.
• Log in and start a Terminal
• Run the following commands and tasks in the terminal:
su
gedit /etc/apt/sources.list
add the following lines in sources.list:
deb http://live.debian.net/ sid-snapshots main contrib non-
free
deb-src http://live.debian.net/ sid-snapshots main contrib
non-free
save and exit gedit
apt-get update
apt-get install live-helper
apt-get install git
mkdir /tmp/webconverger/
cd /tmp/webconverger/
git clone http://git.debian.org/git/debian-live/config-webc.git

‘ If you want to use a customized version of firefox/iceweasel, as
described on http://webconverger.org/kiosk/ modify and run the
following line. In this example “iceweasel-webcnoaddressbar” is used.
sed -i s/iceweasel-webconverger/iceweasel-webcnoaddressbar/ config-
webc/webconverger/config/chroot_local-packagelists/webconverger.list

‘ For information on the following task, see http://webconverger.org/boot/
gedit config-webc/webconverger/auto/config
Change to your prefered start page:
homepage=
add and set the following values (not mandatory):
locales=
keyboard-layouts=
kioskresetstation=
noblank
save and exit gedit
gedit /etc/hosts
add the following line:
129.132.86.210 cdn.debian.net
save and exit gedit
cd /tmp/webconverger/config-webc/webconverger/
lh config
lh build

• You should now have a “binary-hybrid.iso” file in /tmp/webconverger/
config-webc/webconverger/
• Burn the file to CD and boot from it, or see http://webconverger.org/usb/
if you want to use an USB memory.

Good luck!

Guttorm Flatabø

unread,
Aug 2, 2011, 3:51:39 AM8/2/11
to webc-...@googlegroups.com
Thanks! I've added a link to the develop page, then me or someone else can update it later.


--
You received this message because you are subscribed to the Google Groups "Webconverger Users" group.
To post to this group, send email to webc-...@googlegroups.com.
To unsubscribe from this group, send email to webc-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webc-users?hl=en.


Oskar Larsson

unread,
Aug 2, 2011, 6:19:26 AM8/2/11
to Webconverger Users
Oh... observe that I use "/tmp" as working directory in the above
example. Replace that with something else if you want to keep the
build after reboot.

On 2 Aug, 09:42, Oskar Larsson <b27...@gmail.com> wrote:
> The instructions onhttp://webconverger.org/develop/is uncomplete, so
> here you have a working step-by-step instruction on building
> Webconverger. :-)
>
> •     Download and install latest Debian i386 – choose to add internet
> repositories during the install.
> •     Log in and start a Terminal
> •     Run the following commands and tasks in the terminal:
> su
> gedit /etc/apt/sources.list
>      add the following lines in sources.list:
>           debhttp://live.debian.net/sid-snapshots main contrib non-
> free
>           deb-srchttp://live.debian.net/sid-snapshots main contrib
> non-free
>      save and exit gedit
> apt-get update
> apt-get install live-helper
> apt-get install git
> mkdir /tmp/webconverger/
> cd /tmp/webconverger/
> git clonehttp://git.debian.org/git/debian-live/config-webc.git
>
> ‘ If you want to use a customized version of firefox/iceweasel, as
> described onhttp://webconverger.org/kiosk/modify and run the
> following line. In this example “iceweasel-webcnoaddressbar” is used.
> sed -i s/iceweasel-webconverger/iceweasel-webcnoaddressbar/ config-
> webc/webconverger/config/chroot_local-packagelists/webconverger.list
>
> ‘ For information on the following task, seehttp://webconverger.org/boot/
> gedit config-webc/webconverger/auto/config
>      Change to your prefered start page:
>           homepage=
>      add and set the following values (not mandatory):
>           locales=
>           keyboard-layouts=
>           kioskresetstation=
>           noblank
>      save and exit gedit
> gedit /etc/hosts
>      add the following line:
>           129.132.86.210          cdn.debian.net
>      save and exit gedit
> cd /tmp/webconverger/config-webc/webconverger/
> lh config
> lh build
>
> •     You should now have a “binary-hybrid.iso” file in /tmp/webconverger/
> config-webc/webconverger/
> •     Burn the file to CD and boot from it, or seehttp://webconverger.org/usb/

Matthijs Kooijman

unread,
Aug 10, 2011, 2:53:03 PM8/10/11
to Webconverger Users
Hey folks,

it seems live-build is a fast moving target. In attempt to get an usb-
hdd image (which hasn't actually worked so far yet), I noticed that
the latest live-build from experimental (3.0~a28-1) breaks with the
webconverger config (--repositories has been renamed to --archives).
There seem to be a few other changes that break the webconverger
configuration (I think the config/*_local_* has been renamed to remove
the local part).

In case anyone is wondering, I used the current unstable version
(3.0~a21-1) to succesfully build an iso-hybrid image. I suspect that
the current version from sid-snapshots (3.0~a14+20110325.090637) would
also work, but I haven't tried it yet (only for usb-hdd, with no real
success yet). In case you're wondering, the sid-snapshots version is
older than the unstable version because snapshot building is currently
on hold because it needs some changes, according to #debian-live).

Timothy Staudt

unread,
Aug 31, 2011, 4:31:19 PM8/31/11
to Webconverger Users
After I run git clone http://git.debian.org/git/debian-live/config-webc.git
I get an error saying that it can't find some packages
Any one know how to fix this?

On Aug 2, 3:42 am, Oskar Larsson <b27...@gmail.com> wrote:
> The instructions onhttp://webconverger.org/develop/is uncomplete, so
> here you have a working step-by-step instruction on building
> Webconverger. :-)
>
> •     Download and install latest Debian i386 – choose to add internet
> repositories during the install.
> •     Log in and start a Terminal
> •     Run the following commands and tasks in the terminal:
> su
> gedit /etc/apt/sources.list
>      add the following lines in sources.list:
>           debhttp://live.debian.net/sid-snapshots main contrib non-
> free
>           deb-srchttp://live.debian.net/sid-snapshots main contrib
> non-free
>      save and exit gedit
> apt-get update
> apt-get install live-helper
> apt-get install git
> mkdir /tmp/webconverger/
> cd /tmp/webconverger/
> git clonehttp://git.debian.org/git/debian-live/config-webc.git
>
> ‘ If you want to use a customized version of firefox/iceweasel, as
> described onhttp://webconverger.org/kiosk/modify and run the
> following line. In this example “iceweasel-webcnoaddressbar” is used.
> sed -i s/iceweasel-webconverger/iceweasel-webcnoaddressbar/ config-
> webc/webconverger/config/chroot_local-packagelists/webconverger.list
>
> ‘ For information on the following task, seehttp://webconverger.org/boot/
> gedit config-webc/webconverger/auto/config
>      Change to your prefered start page:
>           homepage=
>      add and set the following values (not mandatory):
>           locales=
>           keyboard-layouts=
>           kioskresetstation=
>           noblank
>      save and exit gedit
> gedit /etc/hosts
>      add the following line:
>           129.132.86.210          cdn.debian.net
>      save and exit gedit
> cd /tmp/webconverger/config-webc/webconverger/
> lh config
> lh build
>
> •     You should now have a “binary-hybrid.iso” file in /tmp/webconverger/
> config-webc/webconverger/
> •     Burn the file to CD and boot from it, or seehttp://webconverger.org/usb/

Timothy Staudt

unread,
Aug 31, 2011, 6:23:30 PM8/31/11
to Webconverger Users
Nevermind
I had to use git clone git://git.debian.org/git/debian-live/config-webc.git
to make it work

On Aug 2, 3:51 am, Guttorm Flatabø <p...@guttormflatabo.com> wrote:
> Thanks! I've added a link to the develop page, then me or someone else can
> update it later.
>
>
>
>
>
>
>
> On Tue, Aug 2, 2011 at 9:42 AM, Oskar Larsson <b27...@gmail.com> wrote:
> > The instructions onhttp://webconverger.org/develop/is uncomplete, so
> > here you have a working step-by-step instruction on building
> > Webconverger. :-)
>
> > •       Download and install latest Debian i386 – choose to add internet
> > repositories during the install.
> > •       Log in and start a Terminal
> > •       Run the following commands and tasks in the terminal:
> > su
> > gedit /etc/apt/sources.list
> >     add the following lines in sources.list:
> >          debhttp://live.debian.net/sid-snapshots main contrib non-
> > free
> >          deb-srchttp://live.debian.net/sid-snapshots main contrib
> > non-free
> >     save and exit gedit
> > apt-get update
> > apt-get install live-helper
> > apt-get install git
> > mkdir /tmp/webconverger/
> > cd /tmp/webconverger/
> > git clonehttp://git.debian.org/git/debian-live/config-webc.git
>
> > ‘ If you want to use a customized version of firefox/iceweasel, as
> > described onhttp://webconverger.org/kiosk/modify and run the
> > following line. In this example “iceweasel-webcnoaddressbar” is used.
> > sed -i s/iceweasel-webconverger/iceweasel-webcnoaddressbar/ config-
> > webc/webconverger/config/chroot_local-packagelists/webconverger.list
>
> > ‘ For information on the following task, seehttp://webconverger.org/boot/

Oskar Larsson

unread,
Oct 4, 2011, 5:39:19 AM10/4/11
to Webconverger Users
I used http in the instructions just to be sure that the traffic will
pass proxies and firewalls.

On 1 Sep, 00:23, Timothy Staudt <core...@gmail.com> wrote:
> Nevermind
> I had to use git clone git://git.debian.org/git/debian-live/config-webc.git
> to make it work
>
> On Aug 2, 3:51 am, Guttorm Flatabø <p...@guttormflatabo.com> wrote:
>
>
>
> > Thanks! I've added a link to the develop page, then me or someone else can
> > update it later.
>
> > On Tue, Aug 2, 2011 at 9:42 AM, Oskar Larsson <b27...@gmail.com> wrote:
> > > The instructions onhttp://webconverger.org/develop/isuncomplete, so
> > > here you have a working step-by-step instruction on building
> > > Webconverger. :-)
>
> > > •       Download and install latest Debian i386 – choose to add internet
> > > repositories during the install.
> > > •       Log in and start a Terminal
> > > •       Run the following commands and tasks in the terminal:
> > > su
> > > gedit /etc/apt/sources.list
> > >     add the following lines in sources.list:
> > >          debhttp://live.debian.net/sid-snapshotsmain contrib non-
> > > free
> > >          deb-srchttp://live.debian.net/sid-snapshotsmain contrib
> > > non-free
> > >     save and exit gedit
> > > apt-get update
> > > apt-get install live-helper
> > > apt-get install git
> > > mkdir /tmp/webconverger/
> > > cd /tmp/webconverger/
> > > git clonehttp://git.debian.org/git/debian-live/config-webc.git
>
> > > ‘ If you want to use a customized version of firefox/iceweasel, as
> > > described onhttp://webconverger.org/kiosk/modifyand run the
> > >http://groups.google.com/group/webc-users?hl=en.- Dölj citerad text -
>
> - Visa citerad text -

Kai Hendry

unread,
Oct 4, 2011, 7:13:15 AM10/4/11
to webc-...@googlegroups.com
Hi guys,

I'm working on migrating the Webc config to work with the bleeding
edge Debian Live. I have a _basic_ daily build working again :-)
http://build.webconverger.org/

There are a couple of issues I'm aware of, like the plymouth packages
not coming into the build. Be great if anyone could help.


For build instructions, I encourage you to please add them to the wiki:
http://webconverger.org/develop/

Kind regards from Singapore (waiting for my flight back to London!),

Oskar Larsson

unread,
Oct 11, 2011, 1:52:11 AM10/11/11
to Webconverger Users


On 4 Okt, 13:13, Kai Hendry <hen...@webconverger.com> wrote:
>
> For build instructions, I encourage you to please add them to the wiki:http://webconverger.org/develop/
>

develop is locked and cannot be edited

Kai Hendry

unread,
Oct 11, 2011, 4:55:45 AM10/11/11
to webc-...@googlegroups.com
On 11 October 2011 06:52, Oskar Larsson <server...@gmail.com> wrote:
> develop is locked and cannot be edited

I've since added your openid to the whitelist, allowing you to edit
the page. Please try again. Any problems, email me directly. Many
thanks!

Reply all
Reply to author
Forward
0 new messages