diff options
author | 2011-07-27 20:44:53 +0000 | |
---|---|---|
committer | 2011-07-27 20:44:53 +0000 | |
commit | b3365f59f9db59fe3b69ab6fc5c7a75c9acbb760 (patch) | |
tree | bcf12ffce71192f264cfddc1e62e3fdfdc5e8e96 | |
parent | a bunch of requested changes: (diff) | |
download | wireguard-openbsd-b3365f59f9db59fe3b69ab6fc5c7a75c9acbb760.tar.xz wireguard-openbsd-b3365f59f9db59fe3b69ab6fc5c7a75c9acbb760.zip |
Beagle will not need the hack to rdsetroot va != pa kernels like is
needed on armish.
-rw-r--r-- | distrib/beagle/ramdisk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/beagle/ramdisk/Makefile b/distrib/beagle/ramdisk/Makefile index 4e5c85aa412..ac2751e74a1 100644 --- a/distrib/beagle/ramdisk/Makefile +++ b/distrib/beagle/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2011/07/09 00:42:49 drahn Exp $ +# $OpenBSD: Makefile,v 1.7 2011/07/27 20:44:53 drahn Exp $ REV= ${OSrev} @@ -38,13 +38,7 @@ all: ${BSD_RD} ${BSD_RD}: ${CBIN} ${IMAGE} bsd rdsetroot cp bsd ${BSD_RD} - awk 'BEGIN { printf("%c", 192); }' < /dev/null | dd of=${BSD_RD} bs=1 count=1 seek=95 conv=notrunc 2>/dev/null; - awk 'BEGIN { printf("%c", 192); }' < /dev/null | dd of=${BSD_RD} bs=1 count=1 seek=127 conv=notrunc 2>/dev/null; - awk 'BEGIN { printf("%c", 192); }' < /dev/null | dd of=${BSD_RD} bs=1 count=1 seek=159 conv=notrunc 2>/dev/null; ${.OBJDIR}/rdsetroot ${BSD_RD} ${IMAGE} - dd if=/dev/zero of=${BSD_RD} bs=1 count=1 seek=95 conv=notrunc 2>/dev/null; - dd if=/dev/zero of=${BSD_RD} bs=1 count=1 seek=127 conv=notrunc 2>/dev/null; - dd if=/dev/zero of=${BSD_RD} bs=1 count=1 seek=159 conv=notrunc 2>/dev/null; ${IMAGE}: rd_setup do_files rd_teardown |