CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2017/06/19 16:50:50
Modified files: etc : rc sys/arch/amd64/include: biosvar.h sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/efiboot: Makefile.common sys/arch/amd64/stand/libsa: diskprobe.c sys/arch/i386/include: biosvar.h sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/libsa: diskprobe.c sys/stand/boot : boot.c Log message: As early as possible, create a link /bsd.booted to the /bsd kernel we presume we booted from. If you boot from another kernel, we cannot help you later with hibernate, sorry -- The kernel does not get a useable filename from the bootblocks. In the bootblocks, detect a live hibernate signature and boot from /bsd.booted instead. with yasuoka, lots of discussion with mlarkin, ok tom