[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

d-i floppy builds requring root



d-i has just failed to build on the m68k autobuilder because the
vme_boot target tries to use sudo. We cannot rely on there being root
access to build the installer; I don't know how the last build worked,
just lucky I guess.

We have about 1 week to resolve this and to get the final d-i builds.
Maybe you can come up with a better patch than this one?

Index: floppy.cfg
===================================================================
--- floppy.cfg	(revision 23089)
+++ floppy.cfg	(working copy)
@@ -258,5 +258,6 @@
 	$(atari_root)
 
 
-TARGET = $(TEMP_INITRD) $(BVMEROOT) $(BVMEBOOT) $(MVME147BOOT) $(MVME147ROOT) $(MVME16XBOOT) $(MVME16XROOT) $(BVMECDROM) $(ATARIBOOT) $(ATARIROOT) $(ATARITOOLS)
-
+TARGET = $(TEMP_INITRD) $(BVMECDROM) $(ATARIBOOT) $(ATARIROOT) $(ATARITOOLS)
+# vme boot floppies need root to build, so cannot be built by default
+# $(BVMEROOT) $(BVMEBOOT) $(MVME147BOOT) $(MVME147ROOT) $(MVME16XBOOT) $(MVME16XROOT) 

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: