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

Bug#780740: marked as done (debian-edu-config: 099-mount-cdrom script should be removed to avoid possible conflicts with ltsp-client-builder.udeb)



Your message dated Tue, 14 Apr 2015 18:18:40 +0000
with message-id <E1Yi5Q0-0008EJ-AX@franck.debian.org>
and subject line Bug#780740: fixed in debian-edu-config 1.818
has caused the Debian Bug report #780740,
regarding debian-edu-config: 099-mount-cdrom script should be removed to avoid possible conflicts with ltsp-client-builder.udeb
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
780740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780740
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-edu-config
Version: 1.817
Severity: important
Tags: patch

The script 
share/ltsp/plugins/ltsp-build-client/Debian-custom/099-mount-cdrom
has been used to replace the related Debian/099-mount-cdrom from ltsp.

This script has been removed in jessie, cdrom mounting ensured by 
ltsp-client-builder postinst.

So 099-mount-cdrom should be removed to avoid possible conflicts.

diff --git a/Makefile b/Makefile
index d450756..7671178 100644
--- a/Makefile
+++ b/Makefile
@@ -439,7 +439,6 @@ install: install-testsuite
  share/ltsp/plugins/ltsp-build-client/Debian-custom/050-nbdquery \
  share/ltsp/plugins/ltsp-build-client/Debian-custom/095-umount-error \
  share/ltsp/plugins/ltsp-build-client/Debian-custom/098-etckeeper \
- share/ltsp/plugins/ltsp-build-client/Debian-custom/099-mount-cdrom \
 	; do \
 		$(INSTALL_DATA) $$f $(DESTDIR)/usr/$$f ; \
 	done
diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/099-mount-cdrom b/share/ltsp/plugins/ltsp-build-client/Debian-custom/099-mount-cdrom
deleted file mode 100644
index 46bd33d..0000000
--- a/share/ltsp/plugins/ltsp-build-client/Debian-custom/099-mount-cdrom
+++ /dev/null
@@ -1,28 +0,0 @@
-# Replacement for the Debian/099-mount-cdrom script in the official ltsp
-# package.  Having the file here is a workaround for #606313,
-# triggered when using USB sticks with CD isos.
-case "$MODE" in
-    commandline)
-        add_option "mount-cdrom" "`eval_gettext "mounts CDROM before installation"`" "advanced" "false"
-        ;;
-    configure)
-        if [ -n "$option_mount_cdrom_value" ]; then
-            MOUNT_CDROM="true"
-        fi
-        ;;
-    before-install)
-        if [ "$MOUNT_CDROM" = "true" ]; then
-            if mount /media/cdrom ; then
-                :
-            else
-                echo "unble to mount cdrom, trying to continue"
-                MOUNT_CDROM=false
-            fi
-        fi
-        ;;
-    finalization)
-        if [ "$MOUNT_CDROM" = "true" ]; then
-            umount /media/cdrom
-        fi
-        ;;
-esac


Wolfgang

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: debian-edu-config
Source-Version: 1.818

We believe that the bug you reported is fixed in the latest version of
debian-edu-config, which is due to be installed in the Debian FTP archive.

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 780740@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Levsen <holger@debian.org> (supplier of updated debian-edu-config 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 14 Apr 2015 19:49:34 +0200
Source: debian-edu-config
Binary: debian-edu-config
Architecture: source all
Version: 1.818
Distribution: unstable
Urgency: high
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Changed-By: Holger Levsen <holger@debian.org>
Description:
 debian-edu-config - Configuration files for Skolelinux systems
Closes: 779649 780740
Changes:
 debian-edu-config (1.818) unstable; urgency=high
 .
   [ Holger Levsen ]
   * testsuite/taskpkgs, kdm and network: drop tests for the Sugar profile as
     Sugar has been removed from Jessie, see #782504.
 .
   [ Wolfgang Schweer ]
   * Remove Debian-custom/099-mount-cdrom cause this script might
     possibly conflict with ltsp-client-builder.udeb postinst.
     (Closes: #780740).
   * Add Debian-custom/080-eatmydata to enable the usage of eatmydata
     as default for all possible LTSP installation methods. Partially
     addresses #781515.
   * Add support for squid to squid3 migration:
     - Add share/debian-edu-config/tools/migrate-squid-to-squid3.
     - Adjust cf/cf.squid to run this script. (Closes: #779649).
Checksums-Sha1:
 c97c63958d62709658f7127d5bf3bf5e240ded3c 1910 debian-edu-config_1.818.dsc
 b8fb4cd0a2f30d5c45a1c4549097c2499061bdb4 504768 debian-edu-config_1.818.tar.gz
 cbca94b33d185e958eebccf351a8660577703f64 383246 debian-edu-config_1.818_all.deb
Checksums-Sha256:
 72c86d8f3f8f149b70d374898d8f32a9aa579e4eb79e8f35d4848cdf5c686f70 1910 debian-edu-config_1.818.dsc
 e1aac18a6ff3617b1519326eae0405b3c39e2e7919fce569a37de1cdf110484e 504768 debian-edu-config_1.818.tar.gz
 eef7c523f061785d670e8d1d7676243d28177917bce7601fc7ea1cd9a730ceec 383246 debian-edu-config_1.818_all.deb
Files:
 51bec5f10413445fc997196f2f489b15 1910 misc extra debian-edu-config_1.818.dsc
 15dbf066defdd9f86d340f00f4f2ef42 504768 misc extra debian-edu-config_1.818.tar.gz
 d36d9785b20c0a0ea6f37171ce5eb96a 383246 misc extra debian-edu-config_1.818_all.deb

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

iQIVAwUBVS1VbQkauFYGmqocAQob0A//Xi3CvtqkPiTGJpT4/fu0Wa/Sga552RUn
611AqRdb/uks2M/azKbsuepyqOTXT0NXdGav7C5yUJ0zPVwrgPG/sUoaJG62bbC3
edFhsvRzIt9LEZL/9UFIscq2qChJeRBAkfHWNkFyG4p7BcJxNgo4VUXV3ref3w7J
axyA5eCkdMhUUBoG6AIk5FtXbnRpAxad+4aMQKB5ueJZJe90ILFCU8IAGo/WtYYP
7YsIc0vrMJPWpaDQgy/270CjK5dqBrljpJ+4zwCvvRINGeXZ9MyPHhzvhbiYkqM0
8WvSLaXS2DHnmllVnftgcJ1qlGuLuJ6HHSUh5o3l2sTfmRdOKkNBQ9ve8JkUiyL+
ETr5iK3hcIKOGV7cYky7LczkVaP9wTH4GqMkDsIEoWHN1e1P+znBRdcm6NfkwNRV
cBWmrXfjIUXP1InZPAogrwsiM8vwS6VWSf0vjXi8YM1fpprM6T6E1DpWpV3ZIoKU
WOs4YNw1emuQYcJ5KZWfnRo6wrfkWHhGjYCmwciw9UKpJdNTjTXJludadi2Dy1UO
1ry50FGlrgTAV0h8Kj+MfO6AklE8T+UeZl30sG7YwZu98ec3AOCOBOgo4raLX2eS
CcNs2o0d7fjRw7F/lb9pTTcULyWR/j1coLM4C9dDomV/3i/ubSX/RZaEP6RgFiU0
EKJYXE4Mwow=
=pn3q
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: