Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
e041e4432c
3 changed files with 20 additions and 5 deletions
  1. +7
    -0
      target/livecd/powerpc/build.sh
  2. +12
    -5
      target/livecd/powerpc/mapping
  3. +1
    -0
      target/livecd/powerpc/oldworld-readme.txt

+ 7
- 0
target/livecd/powerpc/build.sh

@ -34,6 +34,12 @@ mv -v initrd.gz boot/
echo_status "Copy more config files." echo_status "Copy more config files."
cp -v $base/target/$target/powerpc/mapping . cp -v $base/target/$target/powerpc/mapping .
# #
echo_status "Copying oldworld pmac support files..."
rm -rf oldworld
mkdir -p oldworld
cp -v $base/download/mirror/B/BootX_1.2.2.sit oldworld/
cp -v $base/target/$target/powerpc/oldworld-readme.txt oldworld/README.txt
#
datadir="build/${ROCKCFG_ID}/ROCK/livecd" datadir="build/${ROCKCFG_ID}/ROCK/livecd"
cat > ../isofs_arch.txt <<- EOT cat > ../isofs_arch.txt <<- EOT
BOOT -hfs -part -map $datadir/mapping -hfs-volid "ROCK_Linux_CD" BOOT -hfs -part -map $datadir/mapping -hfs-volid "ROCK_Linux_CD"
@ -41,6 +47,7 @@ cat > ../isofs_arch.txt <<- EOT
BOOTx -prep-boot install.bin BOOTx -prep-boot install.bin
DISK1 $datadir/boot/ boot/ DISK1 $datadir/boot/ boot/
DISK1 $datadir/etc/ etc/ DISK1 $datadir/etc/ etc/
DISK1 $datadir/oldworld/ oldworld/
DISK1 $datadir/install.bin install.bin DISK1 $datadir/install.bin install.bin
EOT EOT

+ 12
- 5
target/livecd/powerpc/mapping

@ -1,10 +1,17 @@
# Example filename mapping file
#
# EXTN XLate CREATOR TYPE Comment # EXTN XLate CREATOR TYPE Comment
.b Raw 'UNIX' 'tbxi' "bootstrap"
.hqx Ascii 'BnHx' 'TEXT' "BinHex file"
.b Raw 'UNIX' 'tbxi' "bootstrap"
.txt Ascii 'ttxt' 'ttro' "README"
yaboot Raw 'UNIX' 'boot' "bootstrap" yaboot Raw 'UNIX' 'boot' "bootstrap"
*linux Raw 'UNIX' 'boot' "kernel" *linux Raw 'UNIX' 'boot' "kernel"
*.conf Raw 'UNIX' 'conf' "bootstrap" *.conf Raw 'UNIX' 'conf' "bootstrap"
root.bin Raw 'UNIX' 'root' "root_image"
initrd.gz Raw 'UNIX' 'root' "root_image"
.sit Raw 'SITx' 'disk' "StuffIT Archive"
# just a reminder - we want to get rid of the .sit
#App Raw 'BooX' 'APPC' "BootX App"
#CacheSetting Raw '????' 'APPL' "GrabG3CacheSetting"
#MakeMkPlugin Raw '????' 'APPL' "MakeMkPlugin"
#miBoot.img Raw 'ddsk' 'dimg' "miBoot Image"
#System Raw 'MACS' 'zsys' "miBoot System"
# the rest
* Raw '????' '????' "Unknown" * Raw '????' '????' "Unknown"

+ 1
- 0
target/livecd/powerpc/oldworld-readme.txt

@ -0,0 +1 @@
For booting the ROCK Linux LiveCD on oldworld macs, currentlyonly BootX is support. Extract BootX-1.2.2.sit, and copy/boot/vmlinuxas kernel to load into the "Linux Kernels" Folder, and tell it to use/boot/initrd.gzas ramdisk to load (paths relative to the CD).You also need to add additional parameters to pass to the kernel:init=/linuxrc rwHave fun!

Loading…
Cancel
Save