Copy the new-powermac kernel image in, as well as the new boot.msg.
Wow. This might, like, actually work and stuff.
This commit is contained in:
parent
144af86176
commit
0a2173c3ac
|
@ -102,6 +102,7 @@ cp -f $DISKSROOT/chrp/images-1.44/rescue.bin chrp
|
|||
echo Installing Power-Macintosh files
|
||||
mkdir powermac
|
||||
cp -f $DISKSROOT/powermac/linux powermac/vmlinux
|
||||
cp -f $DISKSROOT/new-powermac/linux powermac/vmlinux2.4
|
||||
cp -f $DISKSROOT/powermac/images-1.44/root.bin powermac/
|
||||
cp -f $DISKSROOT/powermac/images-1.44/boot-floppy-hfs.img powermac/
|
||||
|
||||
|
@ -128,6 +129,7 @@ if [ -z "$YABOOT_DEBUG" ]; then
|
|||
else
|
||||
cp -f $YABOOT_DEBUG powermac/yaboot
|
||||
fi
|
||||
cp -f $BASEDIR/data/yaboot/boot.msg powermac/
|
||||
|
||||
#--------------- PReP - Stuff -------------------------------
|
||||
echo Installing PReP files
|
||||
|
|
Loading…
Reference in New Issue