Devel-Version wird jetzt nichtmehr automatisch gebaut.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@670 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-07-10 23:05:43 +00:00
parent 8f7b33eaa4
commit 0a0bdf6e15
3 changed files with 3 additions and 4 deletions

View File

@@ -29,7 +29,6 @@
* Net-Server-0.93
* Net_SSLeay.pm-1.25
* Python-2.4.3
* SnortSnarf-050314.1
* Text-Tabs+Wrap-2005.0824
* URI-1.35
* Unix-Syslog-0.100
@@ -196,7 +195,6 @@
* oinkmaster-2.0
* openldap-2.3.20
* openssh-4.3p2
* openssl-0.9.8d
* openssl-0.9.8e
* openswan-2.4.8
* openvpn-2.0.9

View File

@@ -14,7 +14,7 @@
#define CDROM_INSTALL 0
#define URL_INSTALL 1
#define DISK_INSTALL 2
#define INST_FILECOUNT 6000
#define INST_FILECOUNT 6200
#define UNATTENDED_CONF "/cdrom/boot/unattended.conf"
#define REISER4 0
@@ -578,6 +578,7 @@ int main(int argc, char *argv[])
replace("/harddisk/boot/grub/grub.conf", "MOUNT", "ro");
} else if (fstype == EXT3) {
replace("/harddisk/etc/fstab", "FSTYPE", "ext3");
replace("/harddisk/etc/mkinitcpio.conf", "MODULES=\"", "MODULES=\"ext3 ");
replace("/harddisk/boot/grub/grub.conf", "MOUNT", "ro");
}

View File

@@ -479,7 +479,7 @@ batch_script() {
fi
echo "### RUNNING BUILD"
$0 build --devel
$0 build #--devel
evaluate 1 mail_me ERROR
echo "### UPLOADING ISO"