summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-12-20 23:00:09 +0000
committerErik Troan <ewt@redhat.com>2000-12-20 23:00:09 +0000
commit8786dd59eb4b84ff85b76223679ca5408c535383 (patch)
treed2f623c1e33e4dcf9415a498a59112cb63a65fe3 /isys
parentbe2ae7110313c9f2abf946ee479fab3edaf20810 (diff)
downloadanaconda-8786dd59eb4b84ff85b76223679ca5408c535383.tar.gz
anaconda-8786dd59eb4b84ff85b76223679ca5408c535383.tar.xz
anaconda-8786dd59eb4b84ff85b76223679ca5408c535383.zip
added MIN_ROOTPART_SIZE_MB
Diffstat (limited to 'isys')
-rw-r--r--isys/isys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/isys.h b/isys/isys.h
index 82d1e2dea..9c9f929a1 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -1,6 +1,8 @@
#ifndef H_ISYS
#define H_ISYS
+#define MIN_ROOTPART_SIZE_MB 250
+
enum driverMajor { DRIVER_NONE = 0, DRIVER_SCSI, DRIVER_NET, DRIVER_CDROM,
DRIVER_PCMCIA, DRIVER_FS, DRIVER_OTHER = 1000};
enum driverMinor { DRIVER_MINOR_NONE = 0, DRIVER_MINOR_ETHERNET,