summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3869
-rw-r--r--scripts/mk-images.ppc5
-rw-r--r--scripts/mk-images.s39010
3 files changed, 0 insertions, 24 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index f5b632ef1..17fe2c942 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -9,15 +9,6 @@ if [ ! -f $SYSLINUX ]; then
fi
fi
-prepareBootImage() {
- dd if=/dev/zero bs=1k count=$BOOTDISKSIZE of=/$MBD_TMPIMAGE 2>/dev/null
- mkdosfs -r 16 -C $MBD_TMPIMAGE $BOOTDISKSIZE >/dev/null
- $SYSLINUX $MBD_TMPIMAGE
- mount -o loop -t msdos $MBD_TMPIMAGE $MBD_BOOTTREE
-
- prepareBootTree
-}
-
# prepare a directory with the kernel, initrd, and various message files
# used to populate a boot image
prepareBootTree() {
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc
index 94b5aea59..0e2e19a3a 100644
--- a/scripts/mk-images.ppc
+++ b/scripts/mk-images.ppc
@@ -1,8 +1,3 @@
-prepareBootImage() {
- mkdir -p $TOPDESTPATH/images
- mkdir -p $TOPDESTPATH/isopath
-}
-
makeBootImages() {
echo "Building boot images for kernel $kernelvers"
FAKEARCH=""
diff --git a/scripts/mk-images.s390 b/scripts/mk-images.s390
index 9f24fc8e5..03b09831b 100644
--- a/scripts/mk-images.s390
+++ b/scripts/mk-images.s390
@@ -1,13 +1,3 @@
-prepareBootImage() {
- dd if=/dev/zero bs=1k count=$BOOTDISKSIZE of=/$MBD_TMPIMAGE 2>/dev/null
- mount -o loop -t msdos $MBD_TMPIMAGE $MBD_BOOTTREE
-
- (cd $BOOTDISKDIR; find . ! -name "*.msg" -maxdepth 1 ! -type d | cpio --quiet -p $MBD_BOOTTREE)
-
- cp $MBD_FSIMAGE $MBD_BOOTTREE/initrd.img
- cp $KERNELROOT/boot/vmlinuz-* $MBD_BOOTTREE/vmlinuz
-}
-
S390SCSIMODS="zfcp tape390"
S390DASDMODS=" dasd_diag_mod dasd_eckd_mod dasd_fba_mod dasd_mod"
S390NETMODS="ctc netiucv smsgiucv lcs qdio qeth ccwgroup"