Re: mcopy error for jessie i386

2015-05-19 Thread Robert Spencer
On 20/05/2015 00:33, Steve McIntyre wrote: On Mon, May 18, 2015 at 02:44:50PM +0200, Robert Spencer wrote: Hi, I have the following error in my build logs for jessie i386: mcopy: File "::efi/boot/bootx64.efi" not found The odd thing is I build amd64 on the same build server and t

mcopy error for jessie i386

2015-05-18 Thread Robert Spencer
mcopy -i boot$N/isolinux/grub/efi.img ::efi/boot/bootx64.efi $CDDIR/efi/boot/bootx64.efi Has anyone else experienced this problem? -- Robert Spencer -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

Re: Bash prompt modification for all users

2015-03-05 Thread Robert Spencer
On 04/03/2015 23:53, Steve McIntyre wrote: On Wed, Mar 04, 2015 at 06:27:04PM +0200, Robert Spencer wrote: Hi, I've run into a strange issue, hopefully I'm just missing something. My boss wants me to change the Bash prompt for all users of our CD. I've had some success by

Bash prompt modification for all users

2015-03-04 Thread Robert Spencer
the prompt for the first user. I've tried changing files in /target/etc/skel/ with no success. Has anyone else had success with changing the prompt for all users and how did you do it? -- Robert Spencer -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of &q

Bug#706138: BDIR not respected

2014-07-24 Thread Robert Spencer
lp further with this bug? -- Robert Spencer -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/sig.12823f45e2.53d1112e.4070...@lbsd.net

Bug#706156: Don't assume loadlin.exe exists

2013-04-25 Thread Robert Spencer
Package: debian-cd Version: 3.1.12 I'm making a custom server netinstall ISO, so there are no MS Windows files and no need for them. Unfortunately there's currently no check for loadlin.exe, so install.bat gets created regardless. The attached patch file fixes this. -- Robe

Bug#706150: Build without isolinux/desktop

2013-04-25 Thread Robert Spencer
ebian-cd can cope whether those files are present or not. -- Robert Spencer --- tools/boot/squeeze/boot-x86~ 2011-02-22 20:52:44.0 + +++ tools/boot/squeeze/boot-x86 2013-04-25 12:50:20.0 + @@ -269,17 +269,14 @@ if [ -z "$MULTIARCH" ]; then # Set up isolin

Bug#706138: BDIR not respected

2013-04-25 Thread Robert Spencer
pdate-cd seems to be the only script that uses it and update-cd does not set BDIR. Bonus, the following error message gets fixed as the path was wrong: tools/make_disc_trees.pl:867:|| die "Can't write in $tdir/add_packages.log!\n"; I hope the attached patch file is sat

Bug#703431: Annoying GPG error message

2013-04-19 Thread Robert Spencer
On 18/04/2013 14:15, Raphael Hertzog wrote: On Tue, 16 Apr 2013, Robert Spencer wrote: And have debian-cd extract the file and pass it around to APT and debootstrap. And then DEBOOTSTRAP_OPTS would default to "--no-check-gpg" and we would just unset it to activate the GPG ch

Bug#705610: Add support for alternate distro name in grub

2013-04-17 Thread Robert Spencer
Package: debian-cd Version: 3.1.12 The alterations in response to bug 695080 go a long way to add support to isolinux, but don't help for grub. The attached patch file fixes that. -- Robert Spencer --- tools/start_new_disc~ 2013-04-01 01:26:54.0 + +++ tools/start_new_disc 20

Bug#705594: Add further support for missing win32-loader.ini

2013-04-17 Thread Robert Spencer
r 512 make: *** [image-trees] Error 9 I'm making a custom server netinstall ISO, so there are no MS Windows files and no need for them. -- Robert Spencer --- tools/boot/squeeze/boot-x86~ 2011-02-22 20:52:44.0 + +++ tools/boot/squeeze/boot-x86 2013-04-10 13:17:30.0 +

Bug#703431: Annoying GPG error message

2013-04-16 Thread Robert Spencer
On 12/04/2013 10:54, Raphael Hertzog wrote: On Wed, 10 Apr 2013, Robert Spencer wrote: I don't have a non-Debian system to test it on, but I hope the attached patch file meets your requirements (it's for debian-cd 3.1.12). I have tested it on my build system and the defaults work.

Bug#703436: Multi-arch builds uses wrong UDEB_EXCLUDE

2013-04-15 Thread Robert Spencer
On 20/03/2013 15:46, Steve McIntyre wrote: On Wed, Mar 20, 2013 at 10:30:55AM +0200, Robert Spencer wrote: On 19/03/2013 18:09, Steve McIntyre wrote: Ish. In fact, there's a deeper bug here - the udeb include/exclude code is actually worse than you think. At the moment, we get away

Bug#703431: Annoying GPG error message

2013-04-10 Thread Robert Spencer
On 28/03/2013 09:42, Raphael Hertzog wrote: Hi, On Tue, 19 Mar 2013, Steve McIntyre wrote: On Tue, Mar 19, 2013 at 04:41:08PM +0200, Robert Spencer wrote: There's a long standing error that I've seen even in on-line official Debian CD build logs. W: GPG error: file: squeeze R

Bug#703487: dpkg-architecture variable do not exist

2013-03-20 Thread Robert Spencer
. -- Robert Spencer --- CONF.sh~ 2013-01-15 01:56:42.0 + +++ CONF.sh 2013-03-20 09:13:51.0 + @@ -84,11 +84,11 @@ # ... for arch if [ -z "$ARCHES" ]; then - CPU=`dpkg-architecture -qDEB_HOST_DPKG_CPU 2>/dev/null || true` + CPU=`dpkg-architecture -qDEB_HOST_AR

Bug#703436: Multi-arch builds uses wrong UDEB_EXCLUDE

2013-03-20 Thread Robert Spencer
On 19/03/2013 18:09, Steve McIntyre wrote: On Tue, Mar 19, 2013 at 05:35:24PM +0200, Robert Spencer wrote: Package: debian-cd Version: 3.1.11 When building multi-arch ISOs I noted a error that repeated twice. WARNING: Unable to read UDEB_EXCLUDE file /home/idms/debian-cd/data/squeeze

Bug#703436: Multi-arch builds uses wrong UDEB_EXCLUDE

2013-03-19 Thread Robert Spencer
k for that. I'm also assuming that UDEB_INCLUDE, being in the same area as UDEB_EXCLUDE, suffers from the same problem. Attached please find a patch file that fixes the error. -- Robert Spencer --- tools/start_new_disc~ 2012-05-30 07:35:23.0 + +++ tools/start_new_disc 2013-0

Bug#703433: squeeze build can't find debian-tasks.desc

2013-03-19 Thread Robert Spencer
ation between squeeze and wheezy. Attached please find a patch file that fixes the error. -- Robert Spencer --- tools/update_tasks~ 2012-06-05 17:28:41.0 + +++ tools/update_tasks 2013-03-14 11:14:02.0 + @@ -72,6 +72,10 @@ my $descfile = "usr/share/tasksel/de

Bug#703432: Build error re -nostdinc++

2013-03-19 Thread Robert Spencer
the error. -- Robert Spencer --- Makefile~ 2012-09-17 00:49:36.0 + +++ Makefile 2013-03-19 14:52:56.0 + @@ -338,7 +338,7 @@ fi; \ if [ "$(SOURCEONLY)"x != "yes"x ] ; then \ cat $(TASKDIR)/$(TASK) | \ - cpp -nostdinc -nostdinc++ -P -undef $$ARCHDEFS $$VA

Bug#703431: Annoying GPG error message

2013-03-19 Thread Robert Spencer
fixes the error. -- Robert Spencer --- Makefile~ 2012-09-17 00:49:36.0 + +++ Makefile 2013-03-15 14:44:41.0 + @@ -215,6 +215,16 @@ fi; \ done; :> $(ADIR)/status + +# Get rid of annoying GPG error message + $(Q)mkdir -p $(TDIR)/debian-archive-keyring + $(Q)dpk