Re: debian-cd broken?

2004-05-12 Thread Otavio Salvador
Raphael Hertzog <[EMAIL PROTECTED]> writes: > otavio is responsible for that change, maybe he can sort it out ? :) > I bet that we could replace -n with -e and have a better test. Or we > should at least add quotes around $(EXCLUDE) in the test itself. I changed it already. Please can you and Jan

Re: debian-cd broken?

2004-05-12 Thread Otavio Salvador
Jan Kesten <[EMAIL PROTECTED]> writes: > I tried seems very good - thanks again! Good. > Was there anything changed recently at this point, because it worked a > long time? I've included the possibility to pre-process the exclude file like was did in task. So, you exclude can include another fi

Re: Introducing and asking.

2004-09-10 Thread Otavio Salvador
are. My idea was to make a Debian Instalation CD with >> debian-installer, with some basic server packages (like apache, php4, >> mysql, postgresql) and some other software that are dependencies to >> ours. cp> Luis, cp> You need to talk with Otavio Salvador and probably most othe

Re: Missing /media/cdrom0 dir during install

2004-09-23 Thread Otavio Salvador
|| On Thu, 23 Sep 2004 21:00:24 -0400 || Michael Lueck <[EMAIL PROTECTED]> wrote: ml> Installing from the sarge CD downloaded and burned today. Expert 2.6 installer. ml> Failed at configuring apt source that /dev/cdrom was not ml> valid. Snooped around on the disk and found the CD would not mount

Re: Missing /media/cdrom0 dir during install

2004-09-23 Thread Otavio Salvador
|| On Thu, 23 Sep 2004 21:25:05 -0400 || Michael Lueck <[EMAIL PROTECTED]> wrote: ml> Otavio Salvador wrote: >> installed udev? ml> I'm not sure what udev is, so probably not. ml> Looks like I have CD hardware trouble as well. Part way through ml> installing packag

Re: Debian GNU/Linux 3.0 updated (r3)

2004-10-26 Thread Otavio Salvador
|| On Tue, 26 Oct 2004 20:14:41 +0200 || Santiago Garcia Mantinan <[EMAIL PROTECTED]> wrote: >> So why announce it before its released. sgm> That the CDs aren't ready yet doesn't mean that the distribution is not sgm> ready, CDs are just one of the multible ways on which Debian is distributed, sg

[PATCH 2/6] Remove useless mirror check

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> tools/start_new_disc doesn't need to check the mirror for consistency since it has already been done by the Makefile. Removed this code. Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- tools/start_new_disc |6 -- 1

[PATCH 1/6] Create dpkg status file before calling APT

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> APT uses the dpkg status file and then we should make an empty file if it doesn't exists. Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- tools/apt-selection |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff

[PATCH 0/6] Patches currently in use on O.S. Systems

2007-02-06 Thread Otavio Salvador
Hello, We updated our patchset for Debian-CD 3.0.0 and thought would be good to send all them for review and merging, if possible. I don't think that any patch here included are too specific to avoid merging and if something needs to be change to make it possible, please, tell us :-D -- O

[PATCH 4/6] Use DEBOOTSTRAP_SCRIPT variable when doing base packages inclusion

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> While doing the $(BDIR)/rawlist we need to use the DEBOOTSTRAP_SCRIPT variable to better support CDDs. Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 3/6] Allow usage of a broken mirror

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> Sometimes is useful to use a mirror without the docs and tools directory. This patch allow it if we export the ALLOWBROKENMIRROR variable on CONF.sh Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- CONF.sh |4 ++

[PATCH 5/6] Add code to load list.exclude before adding packages on CDs

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- tools/list2cds | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/tools/list2cds b/tools/list2cds index 78ec89f..427d814 100755 --- a/tools/list2cds

[PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- tools/list2cds | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/tools/list2cds b/tools/list2cds index 427d814..5a055b2 100755 --- a/tools/list2cds

Re: [PATCH 0/6] Patches currently in use on O.S. Systems

2007-02-07 Thread Otavio Salvador
s problematic, but I > need to make some time to check properly. I'll get back to you some > time tomorrow... Thank you Steve :-D -- Otavio Salvador O.S. Systems E-mail: [EMAIL PROTECTED] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.oss

Re: multi-arch netinst CD for stable?

2007-02-07 Thread Otavio Salvador
Paul <[EMAIL PROTECTED]> writes: > On Wed, Feb 07, 2007 at 02:30:57PM -0500, Steve McIntyre wrote: > >> It should be _possible_ to make one, but you'll need to do a fair >> amount of hackery on debian-cd to do so. If you want to try, then >> use the scripts under tools/boot/etch to give you an ide

Re: [PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-07 Thread Otavio Salvador
Steve McIntyre <[EMAIL PROTECTED]> writes: > On Tue, Feb 06, 2007 at 08:45:37AM -0200, Otavio Salvador wrote: >>From: Otavio Salvador <[EMAIL PROTECTED]> >> >>Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> > > Hmmm. I'm not convinced by t

Re: [PATCH 3/6] Allow usage of a broken mirror

2007-02-07 Thread Otavio Salvador
Steve McIntyre <[EMAIL PROTECTED]> writes: > On Tue, Feb 06, 2007 at 08:45:15AM -0200, Otavio Salvador wrote: >>From: Otavio Salvador <[EMAIL PROTECTED]> >> >>Sometimes is useful to use a mirror without the docs and tools >>directory. This patch allo

Re: [PATCH 2/6] Remove useless mirror check

2007-02-07 Thread Otavio Salvador
Steve McIntyre <[EMAIL PROTECTED]> writes: > On Tue, Feb 06, 2007 at 08:45:07AM -0200, Otavio Salvador wrote: >>From: Otavio Salvador <[EMAIL PROTECTED]> >> >>tools/start_new_disc doesn't need to check the mirror for consistency >>since it has already

Re: [PATCH 5/6] Add code to load list.exclude before adding packages on CDs

2007-02-07 Thread Otavio Salvador
Steve McIntyre <[EMAIL PROTECTED]> writes: > On Tue, Feb 06, 2007 at 08:45:28AM -0200, Otavio Salvador wrote: >>From: Otavio Salvador <[EMAIL PROTECTED]> >> >>diff --git a/tools/list2cds b/tools/list2cds >>index 78ec89f..427d814 100755 >>--- a/tool

Re: [PATCH 1/6] Create dpkg status file before calling APT

2007-02-07 Thread Otavio Salvador
ta-package as origin. Doing that I got a 30% smaller disc ;-) -- Otavio Salvador O.S. Systems E-mail: [EMAIL PROTECTED] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of &q

Re: [PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-09 Thread Otavio Salvador
Raphael Hertzog <[EMAIL PROTECTED]> writes: >> Current code do not check the prefered packages of task before adding >> a dependency so, for example: > > You're right this is a problem. But your approach doesn't look as the good > solution to that problem... you should keep the full task on the si

Re: SoC proposal: Asking about the tasks and features

2007-03-21 Thread Otavio Salvador
"Eder L. Marques" <[EMAIL PROTECTED]> writes: Hello Eder, > What the most important things that we want to be fixed with the project? I personally think that this tool could use a plugin system and work more or less as lintian/linda tools. Basically we could start writting plugins to include tes

Re: ping on CD would not take up any additional space

2007-03-24 Thread Otavio Salvador
Richard Atterer <[EMAIL PROTECTED]> writes: > .udeb 2k CD blocks: with ping: > busybox-floppy-udeb_1.1.3-4_i386.udeb 23 23 > busybox-udeb_1.1.3-4_i386.udeb59 59 I completely agree with that the size increasement is very,

Re: netinst, businesscard, and media sizes

2007-04-19 Thread Otavio Salvador
Frans Pop <[EMAIL PROTECTED]> writes: > On Thursday 19 April 2007 02:22, Joey Hess wrote: >> IMHO the best use of the space for i386 would be including a full set >> of the kernels d-i can install on there, instead of only the 486 and >> 686 kernels. That would fix one of the current hidden proble

Proposed patchset for merging

2007-05-28 Thread Otavio Salvador
tatus_file Description: Binary data -- Otavio Salvador O.S. Systems E-mail: [EMAIL PROTECTED] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br

[RESEND][PATCH 0/3] Small set of patches for proposed for merging

2007-08-07 Thread Otavio Salvador
Hello, I've talked to Steeve at IRC and he said to me to resend the patches I have for merging so here they are. I hope they all are good enough to get it but in case there're something wrong, please, feel free to claim about it and I'll see what I can do to improve them. T

[PATCH 1/3] Fix extranonfree support to be backward compatible with previous behaviour (default to false)

2007-08-07 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> --- debian/changelog |4 tools/make_disc_trees.pl |2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e6f4f6..411694b 100644 --- a/debian/changelog +++ b/debian/cha

[PATCH 2/3] Use DEBOOTSTRAP_SCRIPT, BASE_INCLUDE and BASE_EXCLUDE variables to calculate the base packages set

2007-08-07 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> While doing the $(BDIR)/rawlist we need to use the DEBOOTSTRAP_SCRIPT, BASE_INCLUDE and BASE_EXCLUDE variables to better support CDDs. Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- Makefile | 11 +-- debian/chan

[PATCH 3/3] Create dpkg status file before calling APT

2007-08-07 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> APT uses the dpkg status file and then we should make an empty file if it doesn't exists. Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- debian/changelog|1 + tools/apt-selection |3 +++ 2 files changed, 4 insertion

Re: [PATCH 2/3] Use DEBOOTSTRAP_SCRIPT, BASE_INCLUDE and BASE_EXCLUDE variables to calculate the base packages set

2007-08-08 Thread Otavio Salvador
Steve McIntyre <[EMAIL PROTECTED]> writes: > Hmmm. If BASE_INCLUDE or BASE_EXCLUDE are unset, does this work OK? I'll check it and send a revised patch. -- Otavio Salvador O.S. Systems E-mail: [EMAIL PROTECTED] http://www.ossystems.com.br Mobile: +55 53 9981-785

Re: [PATCH 3/3] Create dpkg status file before calling APT

2007-08-08 Thread Otavio Salvador
of packages to install and avoid some issues on current debian-cd resolution algorithm. That's why. -- Otavio Salvador O.S. Systems E-mail: [EMAIL PROTECTED] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br -- To UNSUBSCR

Bug#436650: debian-cd has unmet recommends on some archs

2007-08-08 Thread Otavio Salvador
Julian Andres Klode <[EMAIL PROTECTED]> writes: > Am Mittwoch, den 08.08.2007, 18:10 +0100 schrieb =?UTF-8?Q? > Mart=C3=ADn?= Ferrari: >> On 8/8/07, Julian Andres Klode <[EMAIL PROTECTED]> wrote: >> >> > The package is "Architecture: All" and this does not work with >> > arch-indep packages, beca

Bug#436650: debian-cd has unmet recommends on some archs

2007-08-08 Thread Otavio Salvador
Julian Andres Klode <[EMAIL PROTECTED]> writes: > The better way would be to modify dpkg to export these things > to the binary package, and ignoring all dependencies/etc not for > your arch at install-time. If it's an arch all package it mean that it must to work equally on all arches otherwise

Re: Bug#442430: installation-reports

2007-09-18 Thread Otavio Salvador
Holger Levsen <[EMAIL PROTECTED]> writes: > Hi, > > On Tuesday 18 September 2007 00:00, Joey Hess wrote: >> > http://cdimage.debian.org/cdimage/weekly-builds/i386/iso-dvd/debian-testi >> >ng-i386-DVD-1.iso >> >> Please don't use these images, we are not currently making weekly builds >> of the ins

Bug#443897: cdrom: Freshly installed system with hardware RAID doesn't boot

2007-09-24 Thread Otavio Salvador
reassign 443897 grub retitle 443897 update-grub fails to reconize /dev/i2o/* root partitions thanks Daniel Koc <[EMAIL PROTECTED]> writes: <...> > Manual editing grub entry has helped to mount the root partition, but > the system was unable to mount all the other partitions, because all > fstab

Re: New README page on debian CD

2007-09-26 Thread Otavio Salvador
Frans Pop <[EMAIL PROTECTED]> writes: > IMO the default font (at 16px) is way too big. Something like 11px or 12px > would make the normal text much more readable. Isn't it preferred prctice > to specify relative font sizes rather than fixed font sizes (and let the > user specify his base font

Re: Translation of the README.html.in with po4a

2007-10-02 Thread Otavio Salvador
Nicolas François <[EMAIL PROTECTED]> writes: > Would it be OK to apply such change, or does it make unacceptable changes > in the output spacing? (see attached patch) I think it looks OK. And it also makes it easier to read (the code itself) so I'd say it would be a nice to have it in. p.s.: sho

Re: Translation of the README.html.in with po4a

2007-10-05 Thread Otavio Salvador
Nicolas François <[EMAIL PROTECTED]> writes: > Would it be OK to apply such change, or does it make unacceptable changes > in the output spacing? (see attached patch) Commited! Thanks! -- O T A V I OS A L V A D O R - E-mail: [EMAIL PROTEC

Re: Use of VERBOSE in debian-cd

2007-10-26 Thread Otavio Salvador
"Bruce Korb" <[EMAIL PROTECTED]> writes: > Hi all, > > The debian-cd scripts are not necessarily run by hand. > A higher level script may be driving. That, in turn, may > be driven by yet another layer of scripting. (In fact, that's > what I'm doing now.) Unfortunately, one cannot know that > a

Re: broken $MIRROR/dists/$CODENAME/Release file

2007-11-16 Thread Otavio Salvador
"Bruce Korb" <[EMAIL PROTECTED]> writes: > I've found the problem in debian-cd. > It is in the make_disc_trees.pl. Please check if current sid package has this problem. I think it has been fixed on 3.0.3 -- O T A V I OS A L V A D O R - E-

Re: broken $MIRROR/dists/$CODENAME/Release file

2007-11-16 Thread Otavio Salvador
"Bruce Korb" <[EMAIL PROTECTED]> writes: > I've spent many, many hours chasing down this problem. > "etch" has just been released. I am working with "etch" > software. Creating a hodge-podge of a little bit of sid > tossed in with mostly etch is not appealing to me. It would > be a greatly appr

Re: broken $MIRROR/dists/$CODENAME/Release file

2007-11-16 Thread Otavio Salvador
[EMAIL PROTECTED] (Bob Proulx) writes: > Otavio Salvador wrote: >> While I see your reasons for the message, I'd say that you're wrong >> since debian-cd is used from svn even for point releases (just, in >> this case, from a branch). > > I think what you are

Bug#475243: 100% successful install on Fujitsu 2110 lifebook

2008-04-10 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frans Pop <[EMAIL PROTECTED]> writes: > On Wednesday 09 April 2008, Joey Hess wrote: >> Also, when apt-install is fixed to complain about queued items that fail >> to install, won't it start complaining about acpi if it's not on the >> netinst? > > I

Re: syslinux vesamenu

2008-04-13 Thread Otavio Salvador
Joey Hess <[EMAIL PROTECTED]> writes: > I've finished and tested the debian-cd patch for using vesamenu. Did > notice one problem. When the vesamenu is used, "default64" does not > behave the same as it normally does in syslinux. Rather than setting the > default that's used then enter is pressed,

Re: syslinux vesamenu

2008-04-30 Thread Otavio Salvador
Frans Pop <[EMAIL PROTECTED]> writes: > On Monday 14 April 2008, Joey Hess wrote: >> Last month syslinux got submenu support for vesamenu, so its now doable.. >> >> Here's an example image with menu items for text and gtk: >> http://kitenet.net/~joey/tmp/mini.iso > > That looks a _lot_ more usable

[RFC] Debian Installer Lenny Beta2 - Pending stuff and timeline

2008-05-03 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I know we're a bit late about Beta2 and that it was suppose to have been released just after Beta1. Unfortunately, my daily work prevented me from giving the needed time and love that is required for the installer release. I finally finished a

Re: debconf8 bof: building debian from debian

2008-05-30 Thread Otavio Salvador
Vagrant Cascadian <[EMAIL PROTECTED]> writes: > people interested in the following tools or similar tools would be > valuable to the discussion: debian-installer debian-cd simple-cdd > debian-live xen-tools util-vserver pbuilder cdebootstrap debootstrap > LTSP FAI I'm interested. -- O T

Re: Choosing a configuration format for debimg

2008-08-11 Thread Otavio Salvador
Julian Andres Klode <[EMAIL PROTECTED]> writes: > In my opinion, the current configuration formats do not fit. Therefore, > I suggest to create a configuration format based on XML. This format has > the disadvantage that it is not really easy to edit in a text editor. > But it also has many advant

Call for testing of RC1 images

2008-11-05 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, The Debian-CD Team has prepared a testing set of images[1] of RC1 for us to give it a try. If all goes well we should release Debian Installer RC1 in Monday. 1. http://cdimage.debian.org/cdimage/.lenny_rc1/ Please give them a try and report a

Re: Creating tasks dynamically -- committed to SVN

2008-11-14 Thread Otavio Salvador
Frans Pop <[EMAIL PROTECTED]> writes: > On Thursday 16 October 2008, Frans Pop wrote: >> I've been working on a patch that dynamically creates some of the >> debian-cd task files instead of having them in SVN: >> - debian-installer >> - debian-installer+kernel >> - task-essential* >> - task-full*

Re: Multi-desktop CDs for lenny

2008-11-23 Thread Otavio Salvador
Frans Pop <[EMAIL PROTECTED]> writes: > A new idea that Steve suggested was to make the i386 and amd64 DVDs, and > if possible also the i386/amd64 multi-arch DVD (with or without powerpc > depending on space), support *all four* desktops. This would be > implemented a bit differently, namely by

Bug#512398: debian-installer: Debian Install CD should have an skip CD-boot option as for example in SuSE

2009-01-21 Thread Otavio Salvador
Daniel Baumann writes: > and make sure that you'll decide asap if you want to do that for lenny > or not, in case you do, i'll have to update the stuff in live-helper as > well. I'd prefer to leave it to Squeeze if noone objects. -- O T A V I OS A L V A D O R --

Bug#489516: [debian-cd] debian-cd should be able to manage other components than main/contrib/non-free

2009-01-30 Thread Otavio Salvador
Jonathan Hall writes: > Frans Pop wrote: >> Note also that the "local" component is already being handled >> separately. >> > That brings up another question... should I simply add a > CUSTOM_COMPONENTS feature, or should I merge the exiting > LOCAL/LOCALDEBS features into the new CUSTOM_COMPO

Re: Meeting(s) at FOSDEM

2009-02-05 Thread Otavio Salvador
Steve McIntyre writes: >>>Then: when and where would be a good time to meet up? > > Hello? Anyone? I won't be at FOSDEM :( -- O T A V I OS A L V A D O R - E-mail: ota...@debian.org UIN: 5906116 GNU/Linux User: 239058 GPG ID: 49

Generation of Blends CD Image [was Re: Meeting(s) at FOSDEM

2009-02-09 Thread Otavio Salvador
Holger Levsen writes: > Hi Otavio ;-) > > On Donnerstag, 5. Februar 2009, Otavio Salvador wrote: >> I won't be at FOSDEM :( > > You certainly missed a lot, but you didnt miss that meeting as it didnt take > place. (TTBOMK) ^^ Mind to translate it? :-

Re: Meeting(s) at FOSDEM

2009-02-09 Thread Otavio Salvador
Steve McIntyre writes: <...> > The main focus of the meeting was how d-i builds and releases work, > and I think we made quite some progress on that. There are a few > changes that we think should be made that will help a great deal in > building, publishing and releasing d-i. I'm not posting any

Re: Generation of Blends CD Image

2009-02-09 Thread Otavio Salvador
Holger Levsen writes: > Hi, > > On Montag, 9. Februar 2009, Otavio Salvador wrote: >> > You certainly missed a lot, but you didnt miss that meeting as it didnt >> > take place. (TTBOMK) >> >> ^^ Mind to translate it? :-) > > $ wtf tt

Re: Release Candidate 2 of Debian Installer

2009-02-13 Thread Otavio Salvador
Samuel Thibault writes: > Hello, > > Samuel Thibault, le Sat 07 Feb 2009 18:50:47 +0100, a écrit : >> Otavio Salvador, le Sat 31 Jan 2009 17:26:35 -0200, a écrit : >> > Well I do not have a strong opinion on that. If this comes back to the >> > ftp's tool

Re: amd64 build failures

2010-01-21 Thread Otavio Salvador
iting localechooser to show in testing for upload installer and hopefully release really soon. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br -- To UNSUBSCRIBE, email to deb

Re: [ANNOUNCE] Alpha1 images, last tests and announce on friday

2010-02-17 Thread Otavio Salvador
Hello Rick, On Wed, Feb 17, 2010 at 5:16 PM, Rick Thomas wrote: > > On Feb 17, 2010, at 8:14 AM, Otavio Salvador wrote: > >> Hello, >> >> The images with the blocking bugs has been built and are waiting for >> last tests before announce. >> >> Plea

Re: [ANNOUNCE] Alpha1 images, last tests and announce on friday

2010-02-18 Thread Otavio Salvador
Hello, On Wed, Feb 17, 2010 at 7:42 PM, Frans Pop wrote: > On Wednesday 17 February 2010, Otavio Salvador wrote: > > I've contacted Debian CD Team to look at it. > > What exactly do you think is wrong here Otavio? > In fact it was a misunderstand between me and Steve.

Re: [ANNOUNCE] Alpha1 images, last tests and announce on friday

2010-02-18 Thread Otavio Salvador
Hello, On Thu, Feb 18, 2010 at 12:45 PM, Frans Pop wrote: > On Thursday 18 February 2010, Otavio Salvador wrote: > > We can't use the daily images for testing in many arches (mips, mipsel, > > powerpc, ...). > > Nonsense. You're failing to distinguish between dai

Re: using isohybrid for usb bootable isos

2010-09-14 Thread Otavio Salvador
e it looks like debian-cd tools does demand a lot of work to it fit well on this. What people think? -- Otavio Salvador                  O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br -- To UNSUBSCRIBE, e

Re: [Testing]NetInstall and Businesscard

2010-10-06 Thread Otavio Salvador
e 2.6.30 kernel ? > > Thanks and sorry for my english, i'm french Installer currently uses 2.6.32-20. We're about releasing Beta1 and after that we will refresh the kernel used on it. So in few days, dailies ought to be fixed for your user-case. Thanks, -- Otavio Sa

Re: Bug#606227: addining multiple issue (was: Re: cdset broken)

2011-01-07 Thread Otavio Salvador
;ll > have a look. It looks we fixed the cdset issue on dailies and would be worth a try before going deep in the code. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http:

Bug#635363: Fake bug to allow testing of cdimage scripts

2011-07-25 Thread Otavio Salvador
Package: cdimage.debian.org Version: daily-image-20110725 Severity: critical Tags: d-i This bug is intended to be leave open until the development of the scripts need to warn users that an specific image is not working are being done. Please don't close this bug if you're not involved on this act

Re: cdimage bugs script

2011-10-18 Thread Otavio Salvador
ar here, report a bug against: > > Package: cdimage.debian.org > Tag: d-i > Version: "daily-image-.*", "weekly-image" or ".*-image" ... Better, use the script on d-i repository for it. It is at: scripts/send-cdimage-broken-image-bug Cheers, -- Otavio Sa

Bug#647211: Mini image uses old kernel

2011-11-19 Thread Otavio Salvador
d from *squeeze*, not > sarge as you said to start with, I'm guessing a simple mistake on your > part when typing that! :-) > > It's also a mini netboot image which is the domain of the debian-boot > team. Forwarding there for comment... There's no release of installe

Re: [RFH] Release of D-I Alpha1

2012-04-23 Thread Otavio Salvador
we are glad to participate > :) After a1: check new and current bugs that has known fixes or are easy to fix work on those start preparing a2 / b1 -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7