Skip to content

msgoff/debian_iso_edit

Repository files navigation

debian_iso_edit

for quick edits of debian live

mount -t proc none /mnt/chroot/proc
mount -o bind /dev /mnt/chroot/dev

requires

sudo apt-get install squashfs-tools
sudo apt-get install genisoimage
sudo apt-get install qemu qemu-kvm libvirt-bin

==============================
sudo unsquashfs filesystem.squashfs
rm filesystem.squashfs
sudo mksquashfs squashfs-root/ filesystem.squashfs -e boot
cp filesystem.squashfs into_your_live_directory_from_the_iso

general outline of the process

mount the iso to a directory
copy the squashfs to a writeable directory
unsquash, chroot to the directory made by unsquash
edit /etc/skel to your preferences
mksquash
copy to writeable iso directory
remake iso
test

About

for quick edits of debian live

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages