index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Sven-Hendrik Haase <sh@lutzhaase.com> | 2009-11-27 17:31:49 +0100 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-11-30 15:14:09 -0800 |
commit | f77ddc0e9ce71eced048139e51bf9540883fffcc (patch) | |
tree | d07124c76907641e99ea43b0b4c97f65e29018eb | |
parent | ca52931e3aa7b948fb1957240c880770b71d0e6b (diff) |
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | archiso/mkarchiso | 2 |
@@ -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'. diff --git a/archiso/mkarchiso b/archiso/mkarchiso index cf6112f..a0c21d3 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -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" |