mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
1. Bump minimum root size to 8MB (we need that much now).
2. Bump version number to 1.1.5 for impending release.
This commit is contained in:
parent
2ded984659
commit
abe5ea49b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1730
@ -9,7 +9,7 @@ export PATH
|
||||
|
||||
OPSYSTEM=FreeBSD
|
||||
OPSYSID=165
|
||||
ROOTMIN=7
|
||||
ROOTMIN=8
|
||||
SWAPMIN=8
|
||||
USRMIN=7
|
||||
DISKMIN=`expr $ROOTMIN + $SWAPMIN + 1`
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: inst2.rc,v 1.2 1994/02/25 23:34:12 alm Exp $
|
||||
# $Id: inst2.rc,v 1.3 1994/03/18 03:09:51 rgrimes Exp $
|
||||
#
|
||||
|
||||
stty status '^T'
|
||||
@ -59,7 +59,7 @@ rm -f /fastboot
|
||||
(cd /var/run && { rm -rf -- *; cp /dev/null utmp; chmod 644 utmp; })
|
||||
|
||||
OPSYSTEM=FreeBSD
|
||||
RELEASE="1.1"
|
||||
RELEASE="1.1.5"
|
||||
echo "${OPSYSTEM} Base System Release ${RELEASE}"
|
||||
echo ""
|
||||
echo "Congratulations, you've got ${OPSYSTEM} on the hard disk!"
|
||||
|
Loading…
Reference in New Issue
Block a user