diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-03-08 15:47:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-03-08 15:47:29 +0000 |
commit | f5006272986591bf0cf03a0b1b750fb9eb62ab7c (patch) | |
tree | f6fabaee6ab65f5f3baac21cb3f72277cb54b09e /distrib/hppa | |
parent | 79aa9230db54bacbef0e0b32eee05e3d611072ec (diff) |
add a link for boot.lif on the media. Our options to solve this were
1) add link, so that installboot works by default
2) edit install.md to add sdboot as a parameter, but then default
bsd.rd commandline use fails
3) modify hppa*_installboot.c
for now, we do 1, though i think 3 is the right way
diagnosed with krw, ok jsing
Diffstat (limited to 'distrib/hppa')
-rw-r--r-- | distrib/hppa/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/hppa/list b/distrib/hppa/list index 5747f367877..6131e6e6c7c 100644 --- a/distrib/hppa/list +++ b/distrib/hppa/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.31 2015/02/23 08:09:46 deraadt Exp $ +# $OpenBSD: list,v 1.32 2015/03/08 15:47:28 deraadt Exp $ SRCDIRS distrib/special @@ -62,6 +62,7 @@ COPY ${CURDIR}/../../miniroot/services etc/services # for disklabel(8) -B COPY ${DESTDIR}/usr/mdec/sdboot usr/mdec/sdboot +LINK usr/mdec/sdboot usr/mdec/boot.lif # and the installation scripts SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile |