Deleted Added
full compact
Makefile (8806) Makefile (8825)
1# $Id: Makefile,v 1.185 1995/05/27 21:07:13 jkh Exp $
1# $Id: Makefile,v 1.186 1995/05/28 07:04:36 phk Exp $
2#
3# How to roll a release:
4#
5# make release CHROOTDIR=<lots of disk> [ RELEASETAG=something ]
6#
7# As far as I know, this will roll everything nicely into the "stage"
8# directory. I still need to write the two rules to move that into
9# the "cdrom" and "ftp" directories.

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

32# mountpoint for filesystems.
33MNT= /mnt
34
35# other floppy parameters.
36FDSIZE= 1200
37FDLABEL= fd1200
38FDINODE= 4300
39
2#
3# How to roll a release:
4#
5# make release CHROOTDIR=<lots of disk> [ RELEASETAG=something ]
6#
7# As far as I know, this will roll everything nicely into the "stage"
8# directory. I still need to write the two rules to move that into
9# the "cdrom" and "ftp" directories.

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

32# mountpoint for filesystems.
33MNT= /mnt
34
35# other floppy parameters.
36FDSIZE= 1200
37FDLABEL= fd1200
38FDINODE= 4300
39
40NEWFSARGS= -c 80 -b 4096 -f 512 -i 4300 -m 0 -t 0 -u 0 \
40NEWFSARGS= -c 80 -b 4096 -f 512 -i 4000 -m 0 -t 0 -u 0 \
41 -o space -T ${FDLABEL}
42
43ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
44
45# Size of the mfs to put in the kernel we boot.
46# You want to keep this as small as possible, it costs dearly in RAM.
47BOOTMFSSIZE= 700
48MFSINODE= 40000

--- 493 unchanged lines hidden ---
41 -o space -T ${FDLABEL}
42
43ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
44
45# Size of the mfs to put in the kernel we boot.
46# You want to keep this as small as possible, it costs dearly in RAM.
47BOOTMFSSIZE= 700
48MFSINODE= 40000

--- 493 unchanged lines hidden ---