mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
@@ -479,7 +479,7 @@ batch_script() {
|
||||
fi
|
||||
|
||||
echo "### RUNNING BUILD"
|
||||
$0 build --devel
|
||||
$0 build #--devel
|
||||
evaluate 1 mail_me ERROR
|
||||
|
||||
echo "### UPLOADING ISO"
|
||||
|
||||
Reference in New Issue
Block a user