diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-08-12 21:54:44 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-08-12 21:54:44 +0000 |
commit | 08b9f897c1a531318c62296711177b94d4a9adfe (patch) | |
tree | 98c5cd4d6a3c5a83aeef2ef68c1f94b724d676cf /scripts/splitdistro | |
parent | 2dad5eace728003fb3f86d5673ee4c1a829f33ae (diff) | |
download | anaconda-08b9f897c1a531318c62296711177b94d4a9adfe.tar.gz anaconda-08b9f897c1a531318c62296711177b94d4a9adfe.tar.xz anaconda-08b9f897c1a531318c62296711177b94d4a9adfe.zip |
we don't really want autorun on discs 2 and 3
Diffstat (limited to 'scripts/splitdistro')
-rwxr-xr-x | scripts/splitdistro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/splitdistro b/scripts/splitdistro index 98af6fdba..b5f6fc895 100755 --- a/scripts/splitdistro +++ b/scripts/splitdistro @@ -4,8 +4,7 @@ disc2dirs = [ "preview" ] # These files appear on all binary CDs -jointfiles = [ "beta_eula.txt", "RPM-GPG-KEY", "README", "autorun", - "GPL", "EULA"] +jointfiles = [ "beta_eula.txt", "RPM-GPG-KEY", "README", "GPL", "EULA"] targetSize = 648 * 1024.0 * 1024.0 |