Skip to content

remyoudompheng/livearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

----------------------- poison live cd creator -----------------

quick steps
{
  root@poison# make mkdir               			//to make the directory structures of your live cd
  root@poison# make copy-pac            			//copies necessary files to your live cd dir.
  root@poison# make pacman-sync         		//create package DB for your live cd
  root@poison# make mount               			//mount the VFS to ur live cd root dir.
  root@poison# make pacman-base         		//installs base packages + kernel modules
  root@poison# make pacman-kernel26     		//reinstall kernel26 and initramfs
  root@poison# make pacman-extra         		//installs more packages
  root@poison# make mkinitramfs         		//create
  root@poison# make mksquashfs          		// compress and make squashfs file of your live cd root dir
  root@poison# make iso-image           			// your live cd is ready
}

About

Archlinux LiveCD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published