How to make a remastering tool use space on another partition?

a very small Live CD shaped to look and act like Puppy Linux.


Moderator: fredx181

Luluc
Posts: 155
Joined: Mon Feb 26, 2024 3:13 am
Has thanked: 89 times
Been thanked: 7 times

Re: How to make a remastering tool use space on another partition?

Post by Luluc »

Good thing you mentioned that. Can we update the kernel ourselves? How?

Luluc
Posts: 155
Joined: Mon Feb 26, 2024 3:13 am
Has thanked: 89 times
Been thanked: 7 times

Re: How to make a remastering tool use space on another partition?

Post by Luluc »

I've been thinking:

1. I'm used to having a complete copy of my / structure.
2. Updating that copy is very fast because I use rsync. It just updates whatever has changed.
3. It seems to me that quick-remaster copies everything from the current installation.
4. What if it could use a previous remaster as reference to just "update" it, rsync style? Maybe it would be faster.

User avatar
fredx181
Posts: 3205
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 395 times
Been thanked: 1379 times
Contact:

Re: How to make a remastering tool use space on another partition?

Post by fredx181 »

Luluc wrote: Thu Nov 21, 2024 8:09 pm

I've been thinking:

1. I'm used to having a complete copy of my / structure.
2. Updating that copy is very fast because I use rsync. It just updates whatever has changed.
3. It seems to me that quick-remaster copies everything from the current installation.
4. What if it could use a previous remaster as reference to just "update" it, rsync style? Maybe it would be faster.

3) No, it doesnt copy. it mounts , as you may notice that it starts almost immediately with creating the .squashfs.
4) So , not faster.

Luluc
Posts: 155
Joined: Mon Feb 26, 2024 3:13 am
Has thanked: 89 times
Been thanked: 7 times

Re: How to make a remastering tool use space on another partition?

Post by Luluc »

If it creates a completely new 01-filesystem.squashfs, it has to copy.

Can't it open/mount an existing 01-filesystem.squashfs file then update it with the changes? It's obvious that it doesn't currently do that.

User avatar
fredx181
Posts: 3205
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 395 times
Been thanked: 1379 times
Contact:

Re: How to make a remastering tool use space on another partition?

Post by fredx181 »

Luluc wrote: Thu Nov 21, 2024 9:49 pm

If it creates a completely new 01-filesystem.squashfs, it has to copy.

Depends how you call it. Creating 01-filesystem.squashfs from a mountpoint, I wouldn't call it copying.

Can't it open/mount an existing 01-filesystem.squashfs file then update it with the changes? It's obvious that it doesn't currently do that.

AFAIK you need to unsquash it first , make changes and then squash again.

Post Reply

Return to “DebianDogs”