Re: Kernel panic - Attempted to kill init!

2015-05-18 Thread Ben Armstrong
On 17/05/15 11:49 PM, Marc F. Clemente wrote: > On 05/16/2015 05:03 AM, Ben Armstrong wrote: >> > That's fine. We'll stick with stretch/amd64. > OK. I tried using 5.0~a7-1 (with patch: see below) to build a default stretch/i386 image. It booted fine in qemu with the following options: qemu -enab

live-image jessie?

2015-05-18 Thread Eric Nichols (DirWiz)
Hello, Love the scripts and it's done a wonderful job building wheezy iso's. However I'm having trouble with building jessie. Thinking this just may be an out of date script I used GIT and tried to build live-image as per instructions. It failed on testing with no further explanation. Is th

Re: live-image jessie?

2015-05-18 Thread Thanatermesis
Jessie is released, your problem may be that you are not building jessie but the next stable version? (so, the actual testing is not jessie anymore) 2015-05-18 13:48 GMT+02:00 Eric Nichols (DirWiz) : > Hello, > Love the scripts and it's done a wonderful job building wheezy iso's. > However I'm ha

Re: live-image jessie?

2015-05-18 Thread Ben Caradoc-Davies
Eric, - What version of live-build did you use? To build jessie live images, please use live-build from jessie. - Did you start from a clean working directory? The live-image .gitignore hides stale configuration files and links that caused problems for me when switching distribution. - Are

Re: live-image jessie?

2015-05-18 Thread Eric Nichols (DirWiz)
I think the issue is that I'm trying to build that is hosted by jessie. You did it on sid. Just noticed there seems to be a few bugs related to the ISOLINUX case sensitivity in directory names when trying to build on jessie with hdd format.. h Has anyone had success building on wheezy in

Re: Q: d-i preseed/late_command not executing from live image?

2015-05-18 Thread Fernando Toledo
El 12/05/15 a las 03:42, Ozi Traveller escibió: > Hi > > I'm using the latest live-build script in jessie. > > I have built an image and I have one small issue I'm hoping someone can > help me solve. > > I have a script that runs without a problem when the install is started > from the boot menu

Re: Q: d-i preseed/late_command not executing from live image?

2015-05-18 Thread Ozi Traveller
Hi Fernando Thanks for your interest. I've now resolved this issue by doing the following. --bootappend-live "boot=live config components file=/preseed.cfg includes.binary/install/preseed.cfg Cheers Simon On Tue, May 19, 2015 at 9:03 AM, Fernando Toledo wrote: > El 12/05/15 a las 03:42, Ozi