Removed pwgen dependency
This commit is contained in:
parent
ca52931e3a
commit
f77ddc0e9c
2
README
2
README
@ -20,7 +20,7 @@ First off, Archiso has some dependencies:
|
|||||||
- aufs2
|
- aufs2
|
||||||
- aufs2-util
|
- aufs2-util
|
||||||
- mkarchroot from the devtools package
|
- mkarchroot from the devtools package
|
||||||
- pwgen
|
- syslinux
|
||||||
|
|
||||||
Archiso itself can be installed with the handy dandy included Makefile,
|
Archiso itself can be installed with the handy dandy included Makefile,
|
||||||
and the incantation 'make install'.
|
and the incantation 'make install'.
|
||||||
|
@ -4,7 +4,7 @@ PKGLIST=""
|
|||||||
QUIET="y"
|
QUIET="y"
|
||||||
FORCE="n"
|
FORCE="n"
|
||||||
PACCONFIG="/etc/pacman.conf"
|
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>"
|
PUBLISHER="Arch Linux <http://www.archlinux.org>"
|
||||||
APPLICATION="Arch Linux Live/Rescue CD"
|
APPLICATION="Arch Linux Live/Rescue CD"
|
||||||
CREATE_DEFAULT="n"
|
CREATE_DEFAULT="n"
|
||||||
|
Loading…
Reference in New Issue
Block a user