diff --git a/scripts/distro-builder b/scripts/distro-builder index fd33b7229..ddb39ae18 100755 --- a/scripts/distro-builder +++ b/scripts/distro-builder @@ -16,8 +16,8 @@ # Agree to installing packages and answer "y" to cleaning the Pacman database. # # ==== Variables to set ==== -INSTALLEDPKGS="base kernel26-withlinux openssh openssl heimdal" -RELEASEVER=1.1-beta1 +INSTALLEDPKGS="base kernel26-withlinux file openssh openssl heimdal" +RELEASEVER=1.1-beta1r2 MAKETARGZ=1 MAKEUBIIMG=1 # ==== The Process ====