From ce454c4c728662331c85b93ec8697a0dfe2fa5b7 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 25 Nov 2009 15:42:08 -0300 Subject: Use 11 chars for fslabel for VFAT compatibility Also use ARCH_YYYYMM format instead of random chars, removing pwgen dep. Closing FS#14919. Signed-off-by: Gerardo Exequiel Pozzi Signed-off-by: Aaron Griffin --- archiso/mkarchiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 099e126..f496240 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -4,7 +4,7 @@ PKGLIST="" QUIET="y" FORCE="n" PACCONFIG="/etc/pacman.conf" -export LABEL="ARCHISO_$(date +%Y%m)" +export LABEL="ARCH_$(date +%Y%m)" PUBLISHER="Arch Linux " APPLICATION="Arch Linux Live/Rescue CD" CREATE_DEFAULT="n" -- cgit v1.2.3-54-g00ecf