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

Bug#212986: marked as done (floppy-udeb changes needed for new boot disks)



Your message dated Thu, 09 Oct 2003 06:47:31 -0400
with message-id <E1A7YKR-000671-00@auric.debian.org>
and subject line Bug#212986: fixed in busybox-cvs 20030926-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Sep 2003 12:35:18 +0000
>From joey@kitenet.net Sat Sep 27 07:35:13 2003
Return-path: <joey@kitenet.net>
Received: from kitenet.net [64.62.161.42] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A3EI4-0002Nc-00; Sat, 27 Sep 2003 07:35:12 -0500
Received: from dragon.kitenet.net (worksh02.hrz.uni-oldenburg.de [134.106.38.33])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "Joey Hess", Issuer "Joey Hess" (verified OK))
	by kitenet.net (Postfix) with ESMTP id D9F7C17EF8
	for <submit@bugs.debian.org>; Sat, 27 Sep 2003 12:35:11 +0000 (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
	id 68DBA6E14C; Sat, 27 Sep 2003 14:38:30 +0200 (CEST)
Date: Sat, 27 Sep 2003 14:38:29 +0200
From: Joey Hess <joeyh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: floppy-udeb changes needed for new boot disks
Message-ID: <20030927123829.GA16459@kitenet.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="1LKvkjL3sHcu1TtY"
Content-Disposition: inline
X-Reportbug-Version: 2.30
User-Agent: Mutt/1.5.4i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=0.0 required=4.0
	tests=none
	version=2.53-bugs.debian.org_2003_9_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_21 (1.174.2.15-2003-03-30-exp)


--1LKvkjL3sHcu1TtY
Content-Type: multipart/mixed; boundary="gKMricLos+KVdGMg"
Content-Disposition: inline


--gKMricLos+KVdGMg
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: busybox-cvs
Severity: normal

For the new working boot disks, we need to change the floppy udeb to cut
down on the amount of stuff built in. This busybox is now only used by
the boot floppies, which then pivot root into the real d-i initrd which
is loaded from the second floppy. So only a very few busybox utilities
are needed:=20

zcat chroot cp echo (fancy) ln rm sleep test insmod modprobe ash
(minimal) pivot_root mount (+loop) umount

Attached is a patch against current svn from your laptop.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dragon 2.4.22 #1 Fri Sep 26 13:47:39 CEST 2003 i686
Locale: LANG=3DC, LC_CTYPE=3DC

--=20
see shy jo

--gKMricLos+KVdGMg
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="floppy-udeb.diff"
Content-Transfer-Encoding: quoted-printable

Index: config-floppy-udeb-linux
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- config-floppy-udeb-linux	(revision 59)
+++ config-floppy-udeb-linux	(working copy)
@@ -35,8 +35,7 @@
 #
 # Archival Utilities
 #
-CONFIG_AR=3Dy
-# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
+# CONFIG_AR is not set
 # CONFIG_BUNZIP2 is not set
 # CONFIG_CPIO is not set
 # CONFIG_DPKG is not set
@@ -46,14 +45,7 @@
 # CONFIG_GZIP is not set
 # CONFIG_RPM2CPIO is not set
 # CONFIG_RPM is not set
-CONFIG_TAR=3Dy
-# CONFIG_FEATURE_TAR_CREATE is not set
-# CONFIG_FEATURE_TAR_BZIP2 is not set
-# CONFIG_FEATURE_TAR_EXCLUDE is not set
-CONFIG_FEATURE_TAR_GZIP=3Dy
-CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY=3Dy
-CONFIG_FEATURE_TAR_GNU_EXTENSIONS=3Dy
-# CONFIG_FEATURE_UNARCHIVE_TAPE is not set
+# CONFIG_TAR is not set
 # CONFIG_UNCOMPRESS is not set
 # CONFIG_UNZIP is not set
=20
@@ -65,11 +57,11 @@
 CONFIG_CAT=3Dy
 # CONFIG_CHGRP is not set
 # CONFIG_CHMOD is not set
-CONFIG_CHOWN=3Dy
+# CONFIG_CHOWN is not set
 CONFIG_CHROOT=3Dy
 # CONFIG_CMP is not set
 CONFIG_CP=3Dy
-CONFIG_CUT=3Dy
+# CONFIG_CUT is not set
 # CONFIG_DATE is not set
 # CONFIG_DD is not set
 # CONFIG_DF is not set
@@ -80,7 +72,7 @@
 CONFIG_FEATURE_FANCY_ECHO=3Dy
 # CONFIG_ENV is not set
 # CONFIG_EXPR is not set
-CONFIG_FALSE=3Dy
+# CONFIG_FALSE is not set
 # CONFIG_FOLD is not set
 # CONFIG_HEAD is not set
 # CONFIG_HOSTID is not set
@@ -89,16 +81,9 @@
 # CONFIG_LENGTH is not set
 CONFIG_LN=3Dy
 # CONFIG_LOGNAME is not set
-CONFIG_LS=3Dy
-# CONFIG_FEATURE_LS_FILETYPES is not set
-CONFIG_FEATURE_LS_FOLLOWLINKS=3Dy
-# CONFIG_FEATURE_LS_RECURSIVE is not set
-CONFIG_FEATURE_LS_SORTFILES=3Dy
-CONFIG_FEATURE_LS_TIMESTAMPS=3Dy
-CONFIG_FEATURE_LS_USERNAME=3Dy
-# CONFIG_FEATURE_LS_COLOR is not set
-CONFIG_MD5SUM=3Dy
-CONFIG_MKDIR=3Dy
+# CONFIG_LS is not set
+# CONFIG_MD5SUM is not set
+# CONFIG_MKDIR is not set
 # CONFIG_MKFIFO is not set
 # CONFIG_MKNOD is not set
 # CONFIG_MV is not set
@@ -109,29 +94,29 @@
 CONFIG_RM=3Dy
 # CONFIG_RMDIR is not set
 # CONFIG_SHA1SUM is not set
-# CONFIG_SLEEP is not set
+CONFIG_SLEEP=3Dy
+# CONFIG_FEATURE_FANCY_SLEEP is not set
 # CONFIG_SORT is not set
 # CONFIG_STTY is not set
-CONFIG_SYNC=3Dy
-CONFIG_TAIL=3Dy
-# CONFIG_FEATURE_FANCY_TAIL is not set
+# CONFIG_SYNC is not set
+# CONFIG_TAIL is not set
 # CONFIG_TEE is not set
 CONFIG_TEST=3Dy
=20
 #
 # test (forced enabled for use with shell)
 #
-CONFIG_TOUCH=3Dy
+# CONFIG_TOUCH is not set
 # CONFIG_TR is not set
-CONFIG_TRUE=3Dy
+# CONFIG_TRUE is not set
 # CONFIG_TTY is not set
-CONFIG_UNAME=3Dy
+# CONFIG_UNAME is not set
 # CONFIG_UNIQ is not set
 # CONFIG_USLEEP is not set
 # CONFIG_UUDECODE is not set
 # CONFIG_UUENCODE is not set
 # CONFIG_WATCH is not set
-CONFIG_WC=3Dy
+# CONFIG_WC is not set
 # CONFIG_WHO is not set
 # CONFIG_WHOAMI is not set
 # CONFIG_YES is not set
@@ -142,16 +127,6 @@
 CONFIG_FEATURE_PRESERVE_HARDLINKS=3Dy
=20
 #
-# Common options for ls and more
-#
-CONFIG_FEATURE_AUTOWIDTH=3Dy
-
-#
-# Common options for df, du, ls
-#
-CONFIG_FEATURE_HUMAN_READABLE=3Dy
-
-#
 # Console Utilities
 #
 # CONFIG_CHVT is not set
@@ -169,7 +144,7 @@
 # Debian Utilities
 #
 # CONFIG_MKTEMP is not set
-CONFIG_READLINK=3Dy
+# CONFIG_READLINK is not set
 # CONFIG_RUN_PARTS is not set
 # CONFIG_START_STOP_DAEMON is not set
 # CONFIG_WHICH is not set
@@ -179,38 +154,24 @@
 #
 # CONFIG_AWK is not set
 # CONFIG_PATCH is not set
-CONFIG_SED=3Dy
-# CONFIG_FEATURE_SED_EMBEDED_NEWLINE is not set
-CONFIG_FEATURE_SED_GNU_COMPATABILITY=3Dy
+# CONFIG_SED is not set
 # CONFIG_VI is not set
=20
 #
 # Finding Utilities
 #
-CONFIG_FIND=3Dy
-# CONFIG_FEATURE_FIND_MTIME is not set
-# CONFIG_FEATURE_FIND_PERM is not set
-# CONFIG_FEATURE_FIND_TYPE is not set
-# CONFIG_FEATURE_FIND_XDEV is not set
-# CONFIG_FEATURE_FIND_NEWER is not set
-# CONFIG_FEATURE_FIND_INUM is not set
-CONFIG_GREP=3Dy
-# CONFIG_FEATURE_GREP_EGREP_ALIAS is not set
-# CONFIG_FEATURE_GREP_FGREP_ALIAS is not set
-# CONFIG_FEATURE_GREP_CONTEXT is not set
+# CONFIG_FIND is not set
+# CONFIG_GREP is not set
 # CONFIG_XARGS is not set
=20
 #
 # Init Utilities
 #
-CONFIG_INIT=3Dy
-CONFIG_FEATURE_USE_INITTAB=3Dy
-CONFIG_FEATURE_INITRD=3Dy
-# CONFIG_FEATURE_INIT_COREDUMPS is not set
-CONFIG_FEATURE_EXTRA_QUIET=3Dy
+# CONFIG_INIT is not set
 # CONFIG_HALT is not set
 # CONFIG_POWEROFF is not set
-CONFIG_REBOOT=3Dy
+# CONFIG_REBOOT is not set
+# CONFIG_MINIT is not set
 # CONFIG_MESG is not set
=20
 #
@@ -273,19 +234,10 @@
 # CONFIG_FTPPUT is not set
 # CONFIG_HOSTNAME is not set
 # CONFIG_HTTPD is not set
-CONFIG_IFCONFIG=3Dy
-CONFIG_FEATURE_IFCONFIG_STATUS=3Dy
-# CONFIG_FEATURE_IFCONFIG_SLIP is not set
-# CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set
-# CONFIG_FEATURE_IFCONFIG_HW is not set
-# CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set
+# CONFIG_IFCONFIG is not set
 # CONFIG_IFUPDOWN is not set
 # CONFIG_INETD is not set
-CONFIG_IP=3Dy
-CONFIG_FEATURE_IP_ADDRESS=3Dy
-CONFIG_FEATURE_IP_LINK=3Dy
-CONFIG_FEATURE_IP_ROUTE=3Dy
-# CONFIG_FEATURE_IP_TUNNEL is not set
+# CONFIG_IP is not set
 # CONFIG_IPCALC is not set
 # CONFIG_IPADDR is not set
 # CONFIG_IPLINK is not set
@@ -296,31 +248,26 @@
 # CONFIG_NETSTAT is not set
 # CONFIG_NSLOOKUP is not set
 # CONFIG_PING is not set
-CONFIG_ROUTE=3Dy
+# CONFIG_ROUTE is not set
 # CONFIG_TELNET is not set
 # CONFIG_TELNETD is not set
 # CONFIG_TFTP is not set
 # CONFIG_TRACEROUTE is not set
 # CONFIG_VCONFIG is not set
-CONFIG_WGET=3Dy
-# CONFIG_FEATURE_WGET_STATUSBAR is not set
-CONFIG_FEATURE_WGET_AUTHENTICATION=3Dy
-CONFIG_FEATURE_WGET_IP6_LITERAL=3Dy
+# CONFIG_WGET is not set
=20
 #
 # udhcp Server/Client
 #
 # CONFIG_UDHCPD is not set
-CONFIG_UDHCPC=3Dy
-CONFIG_FEATURE_UDHCP_SYSLOG=3Dy
-# CONFIG_FEATURE_UDHCP_DEBUG is not set
+# CONFIG_UDHCPC is not set
=20
 #
 # Process Utilities
 #
 # CONFIG_FREE is not set
 # CONFIG_KILL is not set
-CONFIG_PIDOF=3Dy
+# CONFIG_PIDOF is not set
 # CONFIG_PS is not set
 # CONFIG_RENICE is not set
 # CONFIG_TOP is not set
@@ -341,7 +288,7 @@
 #
 # CONFIG_ASH_JOB_CONTROL is not set
 # CONFIG_ASH_ALIAS is not set
-CONFIG_ASH_MATH_SUPPORT=3Dy
+# CONFIG_ASH_MATH_SUPPORT is not set
 # CONFIG_ASH_GETOPTS is not set
 # CONFIG_ASH_CMDCMD is not set
 # CONFIG_ASH_MAIL is not set
@@ -353,7 +300,7 @@
 #
 # Bourne Shell Options
 #
-CONFIG_FEATURE_COMMAND_EDITING=3Dy
+# CONFIG_FEATURE_COMMAND_EDITING is not set
 # CONFIG_FEATURE_COMMAND_SAVEHISTORY is not set
 # CONFIG_FEATURE_COMMAND_TAB_COMPLETION is not set
 # CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION is not set
@@ -365,11 +312,8 @@
 #
 # System Logging Utilities
 #
-CONFIG_SYSLOGD=3Dy
-# CONFIG_FEATURE_REMOTE_LOG is not set
-# CONFIG_FEATURE_IPC_SYSLOG is not set
-CONFIG_KLOGD=3Dy
-CONFIG_LOGGER=3Dy
+# CONFIG_SYSLOGD is not set
+# CONFIG_LOGGER is not set
=20
 #
 # Linux System Utilities
@@ -399,7 +343,7 @@
 #
 # Common options for mount/umount
 #
-# CONFIG_FEATURE_MOUNT_LOOP is not set
+CONFIG_FEATURE_MOUNT_LOOP=3Dy
 # CONFIG_FEATURE_MTAB_SUPPORT is not set
=20
 #

--gKMricLos+KVdGMg--

--1LKvkjL3sHcu1TtY
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/dYTFd8HHehbQuO8RApX9AKDEI4rrvc0ji8C+f2QOqEpi3rticQCeNAjY
Sh2n+dWcx+KC/TFAiyMbBVM=
=iLAd
-----END PGP SIGNATURE-----

--1LKvkjL3sHcu1TtY--

---------------------------------------
Received: (at 212986-close) by bugs.debian.org; 9 Oct 2003 10:54:06 +0000
>From katie@auric.debian.org Thu Oct 09 05:54:06 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A7YQn-0003aO-00; Thu, 09 Oct 2003 05:54:05 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1A7YKR-000671-00; Thu, 09 Oct 2003 06:47:31 -0400
From: Bastian Blank <waldi@debian.org>
To: 212986-close@bugs.debian.org
X-Katie: $Revision: 1.37 $
Subject: Bug#212986: fixed in busybox-cvs 20030926-2
Message-Id: <E1A7YKR-000671-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Thu, 09 Oct 2003 06:47:31 -0400
Delivered-To: 212986-close@bugs.debian.org

Source: busybox-cvs
Source-Version: 20030926-2

We believe that the bug you reported is fixed in the latest version of
busybox-cvs, which is due to be installed in the Debian FTP archive:

busybox-cvs-floppy-udeb_20030926-2_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-floppy-udeb_20030926-2_i386.udeb
busybox-cvs-static_20030926-2_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs-static_20030926-2_i386.deb
busybox-cvs-udeb_20030926-2_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-udeb_20030926-2_i386.udeb
busybox-cvs_20030926-2.diff.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20030926-2.diff.gz
busybox-cvs_20030926-2.dsc
  to pool/main/b/busybox-cvs/busybox-cvs_20030926-2.dsc
busybox-cvs_20030926-2_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs_20030926-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 212986@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (supplier of updated busybox-cvs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 09 Oct 2003 12:25:49 +0200
Source: busybox-cvs
Binary: busybox-cvs-floppy-udeb busybox-cvs-static busybox-cvs-udeb busybox-cvs
Architecture: source i386
Version: 20030926-2
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description: 
 busybox-cvs - Tiny utilities for small and embedded systems
 busybox-cvs-floppy-udeb - Tiny utilities for the debian-installer floppy images (udeb)
 busybox-cvs-static - Standalone rescue shell with tons of builtin utilities
 busybox-cvs-udeb - Tiny utilities for the debian-installer (udeb)
Closes: 212986 214102
Changes: 
 busybox-cvs (20030926-2) unstable; urgency=low
 .
   * debian/config-floppy-udeb-linux
     - update for new floppy images (closes: #212986, #214102)
Files: 
 55cb1dc2aa5f05f6b2a6e0a0b01db4a8 835 - optional busybox-cvs_20030926-2.dsc
 e981deefd4ee2f763ac031acd532fba2 154231 - optional busybox-cvs_20030926-2.diff.gz
 824de1b252cbba4c17f47bc4732a4d49 101398 utils optional busybox-cvs_20030926-2_i386.deb
 12176da754ffb2eb2b712ecf89c3f383 636796 shells optional busybox-cvs-static_20030926-2_i386.deb
 4b04939bdb204e914cabe4d1bf0f7d2e 133400 debian-installer extra busybox-cvs-udeb_20030926-2_i386.udeb
 9b3f63286dca229f8b5c5179ccb6db6d 57850 debian-installer extra busybox-cvs-floppy-udeb_20030926-2_i386.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iEYEARECAAYFAj+FO3AACgkQLkAIIn9ODhFgvwCdFOOXQBw683sVp805/VmK/MNx
BusAoO4hrJGxh7QyFpbIFgrKCzmsjaYa
=O9mG
-----END PGP SIGNATURE-----



Reply to: