-
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

DEC DIGITAL VINTAGE DEHUB-AX
$129.99

Vintage DEC/CLEARPOINT INC. -QRAM-2 SAB-1 1MB Q-BUS MEMORY MSV11-QA
$129.99

VINTAGE DEC DIGITAL 5017638-01-B1-P2 5417639-01 TZK50 BOARD MODULE (B18)
$54.99

Vintage Digital DEC Rainbow Computer Powers On
$399.99

Vintage Digital DEC Micro PDP-11 Computer (Model: 11C23-F)
$1750.00

DEC PDP 11/23 - AX Mini Computer with M8186, M8044, M8043, M8012 boards. VINTAGE
$2350.00

Diablo Systems 31 C3 Disk Drive for Vintage IBM DEC Data General Xerox Computers
$479.99

Vintage DEC DIGITAL Equipment Corp VT220-B2 Terminal w/ LK201 Keyboard POWERS ON
$239.99

Vintage DEC DSP3105 1GB SCSI hard drive tested see description 1056
$30.00

Vintage Digital DEC VAXSTATION 3100 Workstation Computer 2 SCSI Hard Drives VMS
$235.99