[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GuixSD bootable ISO-9669 image
From: |
Danny Milosavljevic |
Subject: |
Re: GuixSD bootable ISO-9669 image |
Date: |
Tue, 2 May 2017 22:12:02 +0200 |
> (define (iso9660-superblock-uuid sblock)
> "Return the Volume ID of a iso9660 superblock SBLOCK as a 4-byte
> bytevector."
> ;; Note: The field is the volume creation time.
> ;; FIXME Use only certain parts (See grub).
Grub drops the timezone. So do blkid and /dev/disk/by-uuid .
> ;; FIXME treat "all 0" as invalid.
The creation timestamp is actually optional in ISO-9660 (in case it's not given
it's supposed to be 0) so it could be that the uuids on the system are not all
that unique. I think this case should be caught in the generic uuid matcher
too.
- Re: GuixSD bootable ISO-9669 image, (continued)
- Re: GuixSD bootable ISO-9669 image, ng0, 2017/05/02
- Re: GuixSD bootable ISO-9669 image, Danny Milosavljevic, 2017/05/02
- Re: GuixSD bootable ISO-9669 image, Ludovic Courtès, 2017/05/02
- Re: GuixSD bootable ISO-9669 image, Danny Milosavljevic, 2017/05/07
- Re: GuixSD bootable ISO-9669 image, Ludovic Courtès, 2017/05/08
- Re: GuixSD bootable ISO-9669 image, Danny Milosavljevic, 2017/05/11
- Re: GuixSD bootable ISO-9669 image, Ludovic Courtès, 2017/05/12
- Re: GuixSD bootable ISO-9669 image, Danny Milosavljevic, 2017/05/14
- Re: GuixSD bootable ISO-9669 image, Ludovic Courtès, 2017/05/16
Re: GuixSD bootable ISO-9669 image,
Danny Milosavljevic <=