No way to tell what type an install CD is from its contents

Bug #492206 reported by Tony Yarusso
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu CD Images
Triaged
Wishlist
Unassigned
ubuntu-meta (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

I frequently burn an Ubuntu installation CD, use it, and then promptly manage to leave it laying around somewhere in my house neglecting to properly label it first. Later, I pop it in to see what it is, and while I can tell that it's Ubuntu, I don't know for sure exactly which image it is. I would like to propose that all information necessary to establish what the original image name/type was should be easily accessible in the contents of the image itself.

*Most* of what is needed is accomplished already in the README.diskdefines file, such as "#define DISKNAME Ubuntu 9.10 "Karmic Koala" - Release i386". However, there are two problems remaining. First, there is no differentiation between the desktop, alternate, and server CDs in this line. Second, it would be nice if the different items were also written separately just to be more easily programatically readable, in case someone needed that capability.

Thus, I propose that at a minimum a line should be added to README.diskdefines or another appropriate top-level file with a declaration along the lines of "CDVARIANT Alternate". That combined with existing things would satisfy the basic needs outlined in my first point.

What would be ideal IMO to take care of the second too would be something that looks like this:
#define DISKNAME Ubuntu 9.10 "Karmic Koala" - Release i386
#define TYPE binary
#define TYPEbinary 1
#define ARCH i386
#define ARCHi386 1
#define DISKNUM 1
#define DISKNUM1 1
#define TOTALNUM 0
#define TOTALNUM0 1
#define DISTRO Ubuntu
#define VERS 9.10
#define MILESTONE Release
#define CODENAME "Karmic Koala"
#define CDVARIANT Alternate

(ARCH is already mentioned separately.) Note that I don't really understand all of what the README.diskdefines file does or the inner workings of the disk images and installer - I just noticed that most of the info I want happens to be in that file, so it would make sense to me to elaborate on it there.

Revision history for this message
Brian Murray (brian-murray) wrote :

I believe the following contains all the information that you are looking for:

cat /media/iso/.disk/info
Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.4)

affects: ubuntu → ubuntu-meta (Ubuntu)
Changed in ubuntu-meta (Ubuntu):
status: New → Incomplete
Revision history for this message
Tony Yarusso (tonyyarusso) wrote :

Brian - where does that address that Desktop/Alternate/Server question?

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for ubuntu-meta (Ubuntu) because there has been no activity for 60 days.]

Changed in ubuntu-meta (Ubuntu):
status: Incomplete → Expired
Changed in ubuntu-meta (Ubuntu):
status: Expired → Confirmed
Revision history for this message
Colin Watson (cjwatson) wrote :

Moving to ubuntu-cdimage, which is where any change here would need to happen.

Changed in ubuntu-cdimage:
importance: Undecided → Wishlist
status: New → Triaged
Changed in ubuntu-meta (Ubuntu):
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.