Changeset 29f8f8e in mainline


Ignore:
Timestamp:
2008-07-28T18:17:48Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
566987b0
Parents:
8480714
Message:

Compress image.boot when creating a sparc64 bootable CD, making thus use
of SILO's decompressing ability.

Location:
boot/arch/sparc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/Makefile.inc

    r8480714 r29f8f8e  
    3737        cp arch/$(ARCH)/silo/README arch/$(ARCH)/silo/COPYING arch/$(ARCH)/silo/silo.conf $(TMP)/boot
    3838        cp arch/$(ARCH)/loader/image.boot $(TMP)/HelenOS/image.boot
     39        gzip $(TMP)/HelenOS/image.boot
    3940        mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o $(BASE)/image.iso $(TMP)/
    4041
  • boot/arch/sparc64/silo/silo.conf

    r8480714 r29f8f8e  
    11timeout = 0
    2 image = /HelenOS/image.boot
     2image = /HelenOS/image.boot.gz
    33        label = HelenOS
Note: See TracChangeset for help on using the changeset viewer.