Deleted Added
full compact
label.c (70005) label.c (72122)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
7 * $FreeBSD: head/usr.sbin/sade/label.c 70005 2000-12-14 02:49:02Z jkh $
7 * $FreeBSD: head/usr.sbin/sade/label.c 72122 2001-02-07 09:29:29Z obrien $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 42 unchanged lines hidden (view full) ---

58#ifdef __alpha__
59#define ROOT_MIN_SIZE 40
60#else
61#define ROOT_MIN_SIZE 30
62#endif
63
64/* The default root filesystem size */
65#ifdef __alpha__
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 42 unchanged lines hidden (view full) ---

58#ifdef __alpha__
59#define ROOT_MIN_SIZE 40
60#else
61#define ROOT_MIN_SIZE 30
62#endif
63
64/* The default root filesystem size */
65#ifdef __alpha__
66#define ROOT_DEFAULT_SIZE 70
66#define ROOT_DEFAULT_SIZE 90
67#else
67#else
68#define ROOT_DEFAULT_SIZE 50
68#define ROOT_DEFAULT_SIZE 70
69#endif
70
71/* The smallest swap partition we want to create by default */
72#define SWAP_MIN_SIZE 32
73
74/* The smallest /usr partition we're willing to create by default */
75#define USR_MIN_SIZE 80
76

--- 1213 unchanged lines hidden ---
69#endif
70
71/* The smallest swap partition we want to create by default */
72#define SWAP_MIN_SIZE 32
73
74/* The smallest /usr partition we're willing to create by default */
75#define USR_MIN_SIZE 80
76

--- 1213 unchanged lines hidden ---