Re: Problems pushing manual

2011-02-13 Thread Daniel Baumann
On 02/13/2011 08:28 AM, Jose Luis Zabalza wrote: > jlz@valinor:~$ git clone git://live.debian.net/git/live-manual.git you should clone through ssh: git clone gito...@live.debian.net:live-manual.git then you can push just as expected. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-

Re: (initramfs) Unable to find a medium containing a live file system

2011-02-13 Thread Tom Griffing
This worked for me (from an Ubuntu forum): Once in the grub4dos menu, hit 'e' to edit the first line. Next select the second line and hit 'e' again. Input 'irqpoll' towards the end of the bootline. Then hit 'enter' and then 'b' to boot.

Bug#612913: unionfs-fuse root does not work

2011-02-13 Thread Michal Suchanek
Package: live-boot Severity: normal I tried a few more things with unionfs-fuse. First I tried break=init or init=bin/sh. At both points the system still appears functional but initscripts fail after that. I also found that if I type touch test exec /sbin/init at the prompt of the "init" shel

Bug#612913: unionfs-fuse root does not work

2011-02-13 Thread Daniel Baumann
On 02/13/2011 10:32 PM, Michal Suchanek wrote: > Looks like unionfs-fuse cannot take the beating from parallel > initscripts, it's just too flaky. Not much debian-live can do about > this. thanks for your tests. this somewhat reconfirms what we found out earlier, that unionfs-fuse is not nearly us

Live Build problems

2011-02-13 Thread dave boland
t;true" LB_SYMLINKS="false" LB_SYSVINIT="false" # Advanced binary options LB_BINARY_INDICES="true" LB_BOOTAPPEND_INSTALL="" LB_BOOTAPPEND_LIVE="" LB_BOOTLOADER="syslinux" LB_DEBIAN_INSTALLER="false" LB_ENCRYPTION="" LB_ISO_A

Re: Live Build problems

2011-02-13 Thread Richard Nelson
Greetings, On Sun, Feb 13, 2011 at 7:24 PM, dave boland wrote: > This afternoon I use the web tool to make a live build so I could get > KDE in a CD size (and because it looks really cool!).  I was impressed > with the system, Glad you like. > but the results were not so good, and I could use s

Re: Problems pushing manual

2011-02-13 Thread Jose Luis Zabalza
2011/2/13 Daniel Baumann : > On 02/13/2011 08:28 AM, Jose Luis Zabalza wrote: >> jlz@valinor:~$ git clone git://live.debian.net/git/live-manual.git > > you should clone through ssh: > >  git clone gito...@live.debian.net:live-manual.git > > then you can push just as expected. > Thanks Daniel. --