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 <vmlinuz386@yahoo.com.ar> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
abd79d0bf9
commit
ce454c4c72
1 changed files with 1 additions and 1 deletions
|
@ -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 <http://www.archlinux.org>"
|
||||
APPLICATION="Arch Linux Live/Rescue CD"
|
||||
CREATE_DEFAULT="n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue