Skip to content

7fELF/ubuntu-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-custom

# Create a 10G filesystem in RAM
sudo mount -t tmpfs -o size=10G tmpfs chroot

# Create/Extract squashfs filesystem (to build live USB)
sudo mksquashfs chroot ./filesystem.squashfs
sudo unsquashfs -f -d chroot/ ./filesystem.squashfs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages