diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-02 18:46:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-02 18:46:18 +0000 |
commit | d67e838379637595ba0f471b959769629132a53b (patch) | |
tree | 977e1466390df425f13af98528dba31f04122c1a /distrib/amd64/ramdisk_cd | |
parent | e1bfe932a99e27b5be3b428aeb04d34d259849ed (diff) |
create small i386 and amd64 miniroots. These can be dd'd to a usb stick
or such, and easily booted.
Work by chris, integration mechanism by me
Diffstat (limited to 'distrib/amd64/ramdisk_cd')
-rw-r--r-- | distrib/amd64/ramdisk_cd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/distrib/amd64/ramdisk_cd/Makefile b/distrib/amd64/ramdisk_cd/Makefile index 38ebd649317..ee859b82132 100644 --- a/distrib/amd64/ramdisk_cd/Makefile +++ b/distrib/amd64/ramdisk_cd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2010/10/18 04:07:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2014/03/02 18:46:17 deraadt Exp $ .PATH: ${.CURDIR}/../ramdisk RAMDISK=RAMDISK_CD -FLOPPYSIZE=11520 -FLOPPYTYPE=floppy576 -XNAME=cdrom -NOFS=1 +FLOPPYSIZE=6976 +FLOPPYTYPE=mini34 +XNAME=miniroot +LBA=1 .include "${.CURDIR}/../common/Makefile.inc" |