Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

anticapitalista/Live-initrd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live-initrd

Contents of the live antiX initrd.gz file

Notes:

The following scripts have English strings in this repo. Use the Translations tool chain to convert the strings in these scripts to variables for on the fly translation.

ejectcd
init
live-L10n
live-disable-services
live-init
live-init-utils.sh
live-restore-services
live-shutdown
persist-password
tsplash

To create an initrd.gz file:

IGNORE="/\..*\.swp$$|README.md|^./\.git|Private"
find . | grep -v "$IGNORE" | cpio -o -H newc | gzip -9 > ../initrd.gz

To unpack an initrd.gz file:

mkdir initrd
cd initrd
gunzip -c ../initrd.gz | cpio -idum

About

Contents of the antiX initrd.gz file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%