mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Forgot to setup disc2 (the livefs) for booting also.
This commit is contained in:
parent
8728a7f4a5
commit
2a0bb85541
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56779
@ -572,9 +572,10 @@ cdrom.1:
|
||||
done
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
@echo "Setting up Alpha CD disc1 for booting"
|
||||
@ln -f ${RD}/image.boot/kernel.gz ${CD_DISC1}
|
||||
@cp -Rp ${RD}/image.boot/boot ${CD_DISC1}
|
||||
@cp -p /boot/cdboot ${CD_DISC1}/boot/
|
||||
@ln -f ${CD_DISC2}/boot/cdboot ${CD_DISC1}/boot
|
||||
@ln -f ${CD_DISC1}/boot/loader.rc ${CD_DISC2}/boot
|
||||
@ln -f ${CD_DISC1}/kernel ${CD_DISC2}/kernel
|
||||
.endif
|
||||
.if !defined(NOPORTS)
|
||||
@-rm -rf /usr/ports/distfiles/*
|
||||
|
Loading…
Reference in New Issue
Block a user