Removed pwgen dependency

This commit is contained in:
Sven-Hendrik Haase 2009-11-27 17:31:49 +01:00 committed by Aaron Griffin
parent ca52931e3a
commit f77ddc0e9c
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -20,7 +20,7 @@ First off, Archiso has some dependencies:
- aufs2
- aufs2-util
- mkarchroot from the devtools package
- pwgen
- syslinux
Archiso itself can be installed with the handy dandy included Makefile,
and the incantation 'make install'.

View File

@ -4,7 +4,7 @@ PKGLIST=""
QUIET="y"
FORCE="n"
PACCONFIG="/etc/pacman.conf"
export LABEL="ARCHISO_$(pwgen -n 8 1 | tr [a-z] [A-Z])"
export LABEL="ARCHISO_$(date +%Y%m)"
PUBLISHER="Arch Linux <http://www.archlinux.org>"
APPLICATION="Arch Linux Live/Rescue CD"
CREATE_DEFAULT="n"