-
Senior Member
registered user
Script for remastering Debian 9.1.0 under Knoppix
For the record, here is the script used to remaster Debian Live 9.1.0. Basically, it performs the aufs union mount, copies the whole thing to a directory with rsync, and then compresses the result. Squashfs-tools are needed. The whole operation takes only a few minutes on a contemporary i7 machine with SSD disk.
Code:
#!/bin/bash
#
[ -d sqfs ] || mkdir sqfs ;
[ -d persfs ] || mkdir persfs
[ -d aufs ] || mkdir aufs
[ -d copyfs ] || mkdir copyfs
#
# Running under Knoppix 7.7.1 w/Debian 9.1 image on same partition as Knoppix, persistent store at /dev/sda9
[ -d /media/sda9/deb91_1p ] || mount /media/sda9
fsck.ext3 -y /media/sda9/deb91_1p/persistence
mount -o ro,loop /mnt-system/deb910/live/filesystem.squashfs sqfs
mount -o loop /media/sda9/deb91_1p/persistence persfs
mount -t aufs -o "br=persfs/rw=rw:sqfs=ro,noplink" none aufs
#
#
# Clean up, in case
rm -rf copyfs/*
# Copy union file system
rsync -axu aufs/* copyfs
# Clean up mounts
umount aufs
umount sqfs
umount persfs
#
# Compress file system to new live file
mksquashfs copyfs filesystem_rem_1.squashfs
Afterwards, the new live file is copied to a new directory, a new persistence file is created in a new directory, and a new grub entry is created with the new locations. This way, it is possible to go back to an earlier version on the fly if somethings goes very wrong. At irregular intervals, depending on how much is changed, the new persistence file is backed up.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

NEW Original Apple 70W USB-C AC Power Adapter / Charger MQLN3AM/A A2743 OEM
$20.99

For Apple A2166 MacBook Pro 13" 15" 16" 96W USB-C Power Adapter OEM Charger
$20.99

GENUINE Apple 45W Replacement AC Power Charger. for Macbook Air 2012-2017 A1436
$9.99

GENUINE Apple OEM A1096 Cinema Display Power Adapter 65W With AC Power Cord
$21.99

100% Genuine OEM APPLE MacBook Air Magsafe 2 45W Power Adapter Charger A1436
$7.99

Genuine OEM Apple USB-C to MagSafe 3 Power Cable for MacBook Pro/Air - White 2M
$19.78

Genuine OEM A2363 Apple USB-C to MagSafe 3 Power Cable for MacBook Pro- Black 2M
$21.95

OEM Genuine Apple 6' (2m) Thunderbolt 2 to Thunderbolt 2 Cable A1410 MD861LL/A
$29.75

Apple Genuine OEM 2006-2011 iMac 6ft Power Cord Cable 622-0153
$7.95

Genuine OEM Apple A1619 Lightning to USB 3 Adapter MK0W2AMA AMAZING CONDITION
$15.99