releases/weekly: shorten ISO labels.
ISO9660 limits label length to 32 characters, this is enforced by mkisofs. Catalyst now truncates to 32 characters instead of failing when mkisofs does, however the label formatting is inconsistent and loses some information. New label structure: Gentoo ${ARCH} ${WHAT} ${STAMP} Where 'WHAT' is skipped in some cases. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
af9a181c70
commit
cb879a382e
14 changed files with 14 additions and 14 deletions
|
@ -13,7 +13,7 @@ livecd/fstype: squashfs
|
|||
livecd/gk_mainargs: --lvm --dmraid --mdadm --makeopts=-j8
|
||||
livecd/iso: livecd-i686-installer-latest.iso
|
||||
livecd/type: gentoo-release-livecd
|
||||
livecd/volid: Gentoo Linux latest x86 LiveCD
|
||||
livecd/volid: Gentoo x86 LiveCD latest
|
||||
livecd/xdm: gdm
|
||||
livecd/xsession: xfce
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ livecd/fstype: squashfs
|
|||
livecd/gk_mainargs: --lvm --dmraid --mdadm --makeopts=-j8
|
||||
livecd/iso: livedvd-i686-installer-latest.iso
|
||||
livecd/type: gentoo-release-livecd
|
||||
livecd/volid: Gentoo Linux latest x86 LiveDVD
|
||||
livecd/volid: Gentoo x86 LiveDVD latest
|
||||
livecd/xdm: gdm
|
||||
livecd/xsession: xfce
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue