Changes between Version 29 and Version 30 of Gen8Resources

Show
Ignore:
Timestamp:
08/31/11 15:18:31 (21 months ago)
Author:
nicktime
Comment:

Move initramfs text to separate page

Legend:

Unmodified
Added
Removed
Modified
  • Gen8Resources

    v29 v30  
    2929$ mv i1024x600 boot-image-1024x600 
    3030}}} 
    31 == Unpacking and repacking initramfs.cpio.gz == 
    32 '''Unpacking:''' 
    33  
    34 Create a folder for example initramfs copy the file initramfs.cpio.gz in it. Unzip it: 
    35  
    36 {{{ 
    37 $ gunzip initramfs.cpio.gz 
    38 }}} 
    39 Extract the cpio file and remove it after your done: 
    40  
    41 {{{ 
    42 $ sudo cpio -i -d -H newc --no-absolute-filenames < initramfs.cpio 
    43 $ rm initramfs.cpio 
    44 }}} 
    45 '''Repacking:''' 
    46  
    47 {{{ 
    48 $ sudo find . | cpio -H newc -o > ../initramfs.cpio 
    49 $ cd .. 
    50 $ gzip -9 initramfs.cpio 
    51 }}} 
    5231== See also == 
    5332A list of other efforts to get Linux distributions to run on Gen8.