Results 1 to 5 of 5

Thread: Making use of update*.tar.gz

  1. #1
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    Making use of update*.tar.gz

    For the record:
    ...from CHEATCODES AND HINTS FOR KNOPPIX V6.4 (last update: 28.01.2011)
    (quote) If you place an update*.zip or update*tar.gz file on the medium
    holding the KNOPPIX data, it will be unpacked onto the overlayed filesystem
    before starting "init", thus allowing quick reconfiguration of the
    system. (unquote)

    There is a verifiable capability of Knoppix 6.4.4 to accept additions and
    modifications via compressed format code input. These additions and modi-
    fications accumulate and are assimilated into the persistent image,
    knoppix-data.img.

    Reading from about line 738 of the init of minirt.gz for Knoppix 6.4.4, one
    may confirm that a file such as update*.tar.gz is scanned-for and will be
    admitted for subsequent processing.

    What follows is an experiment which may be duplicated which demonstrates a
    useful application of this capability.

    I have a 2 Gb SDCard which acts as a Live Knoppix 6.4.4 USB, made from a
    menu choice on a Knoppix 6.4.4 LiveCD. On first boot, this LiveUSB offered
    1181 Mb as the maximum allowed space for persistent storage. I chose all
    of that. This choice precluded adding any significant additional code on
    the LiveUSB, even if some few files were to be removed to make room. Over
    a few months, this initial LiveUSB has accumulated a number of 'refinements'
    which I cherish. These are accumulated in its knoppix-data.img.

    I intend to show how to 'teach' a second similar SDCard to be (almost) as
    smart as the first card in a few easy operations.

    To begin, I prepare a second SDCard exactly as the first by using the same
    LiveCD menu preparation. On first boot of the second LiveUSB, I choose only
    800 Mb for persistent store, leaving 400 Mb unused on this SDCard. This is
    space we will needed for update*.tar.gz.

    So then I fire up the first smart LiveUSB and do the following:

    cd /
    sudo tar -cf /tmp/update1.tar KNOPPIX-DATA
    cd /tmp
    sudo gzip update1.tar

    This produces update1.tar.gz which I move to a third usb.

    I shut down the smart LiveUSB and start up the new second LiveUSB. Next
    I copy update1.tar.gz from the third usb to the same directory that its
    knoppix-data.img is on, and reboot the second LiveUSB again.

    This boot will tell you update1.tar.gz has been recognized. This boot will
    also take a little longer than it did before. You will notice now that the
    second LiveUSB is a lot smarter, having a lot of the characteristics of the
    first LiveUSB. It is also a little slower to boot and a little fatter.

    Here's what you might not anticipate. With the second LiveUSB still live,
    DELETE update1.tar.gz, that's right, delete it, then reboot. You should
    find that all or most of what update1.tar.gz had to impart to the second
    LiveUSB was captured in the second LiveUSB's knoppix-data.img via the
    process outlined. Note we now have 400 Mb to play this game with again.

    Here's how well this experiment went for me:

    GUI Software:
    Compiz works, all changes retained.
    IceWeasel works, all changes retained.
    LibreOffice spreadsheet works, all changes retained.
    LXDE works, all changes retained.
    Synaptic works, repo (maybe all) changes retained.
    ...not sure what all to look for.

    Infrastructure:
    wifi works, all changes retained.
    sound works, all changes retained.
    mc & locate (two added programs) were retained & work.

    System file edits:
    Edits to /etc/X11/Xsession retained.
    Edits to /etc/syslog-knoppix.conf retained
    Edits to /mnt-system/boot/syslinux/syslinux.cfg LOST
    ...the only item not transferred.

    Here's how the two LiveUSB's compare:

    Each goes from start-of-boot to on-line-with-wifi in 1m45s.
    Each is 244 Mb smart in knoppix-data.img.
    The second LiveUSB has 50 Mb more free space;
    ...this difference is unexpected and unexplained.

  2. #2
    Senior Member
    Join Date
    Jan 2011
    Posts
    123
    didn't knew about that, great tip

  3. #3
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Thanks, dinosoep.

  4. #4
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    A more meaningful summary, perhaps

    Here's how well this experiment went for me:

    Note, for perspective here, to reconstruct my favorite LiveCD from my
    ...Changelog notes 'by hand': 'ALL' manual changes might take hours;
    ...'All' manual changes: 10's of minutes; 'all' changes: just minutes.

    GUI Software manipulations:
    IceWeasel works, ALL changes retained; includes
    ...HomePage def'n, add-ons & deles, mail, passwords, bookmarks, history.
    LXDE & PCManFM work, ALL changes retained; includes
    ...Desktop redefinition & tweaks to PCManFM.
    Synaptic works, All changes retained; amounts to
    ...de->us repos, 2 programs removed, 2 added.
    Network Manager & Broadcom wifi, All changes retained; includes
    ...SSID, WEP key, keyring password, Broadcom wl driver.
    Compiz works, all changes retained.
    LibreOffice spreadsheet works, all changes retained.

    Command line tweaks:
    Alsamixer, all edits retained
    /etc/X11/Xsession, all edits retained.
    /etc/syslog-knoppix.conf, all edits retained
    /mnt-system/boot/syslinux/syslinux.cfg,' all edits LOST
    ...the ONLY item not transferred, since /mnt-system is not in KNOPPIX-DATA.

    Here's how the two LiveUSB's compare:

    Each goes from start-of-boot to on-line-with-wifi in 1m45s.
    Each is 244 Mb smart in knoppix-data.img. Actually most of this 244 Mb
    ...is for an empty but necessary filesystem, and the bare essential files
    ...therein which any system needs to operate.

  5. #5
    Senior Member
    Join Date
    Jan 2011
    Posts
    242
    Hi utu,

    Figured out what's going on here yet ?

    While Knoppix is running, you've got a unionfs that comprises two halves - the read-only /KNOPPIX and the read/write /KNOPPIX-DATA. When you unzip your update tar file, where do you think the files in it go ? Into the empty /KNOPPIX-DATA of course and the backing store for that in your knoppix-data.img. So you end up back where you started. I don't think that is quite what you were trying to do.

    You expressed surprise that you could delete you update tar file after first use. Actually you need to do this. Suppose you've tweaked Iceweasel and you've backed those tweaks up in your update tar file. First reboot, Knoppix will unpack the files in your update tar file so restoring your tweaks. Now suppose you tweak Iceweasol some more. You reboot without generating a new update tar file and without deleting the old one. Oops, Knoppix will unpack the files ... most probably obliterating your new tweaks. I imagine this would quickly become tedious.

    Potentially worse is that you save to your tar file /KNOPPIX-DATA but Knoppix restores to /UNIONFS. Suppose you delete a package. It's not really gone. The UNIONFS writes a bunch of 'white out' files to the UNIONFS. When you tar up /KNOPPIX-DATA, you tar up all the white out files and any other hidden control files put there by aufs. When Knoppix applies your update tar file, it try to apply the white out files as if they were ordinary hidden file of no significant to aufs. A source of instability in the file system ? I don't think so, I think aufs will refuse to write such files to the UNIONFS and you'd get a bunch of error messages. The result is the deleted package reappears but may well be broken. This too could get tedious. As dinosep will tell you, deleted files should stay deleted.

    Anyway, have a look at this post: http://www.knoppix.net/forum/threads...ersistent-data. This is not quite what you've been trying to achieve but it might be good enough for now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE picture

IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE

$199.87



1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux picture

Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux

$836.80



32GB Web HTML HTTP Server, Great tool for eBay seller & kids to host web site picture

32GB Web HTML HTTP Server, Great tool for eBay seller & kids to host web site

$229.99



2 x HP ProLiant BL460c (447707-B21) Blade Servers No RAM No HDD picture

2 x HP ProLiant BL460c (447707-B21) Blade Servers No RAM No HDD

$30.00



Red Hat Enterprise Linux 5 Server - New and Sealed picture

Red Hat Enterprise Linux 5 Server - New and Sealed

$16.99



6x Powered By Linux Computer Sticker Decals Desktop Laptop Server Badge Decal picture

6x Powered By Linux Computer Sticker Decals Desktop Laptop Server Badge Decal

$2.99



IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8 picture

IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8

$449.96



1U Open Source Router Firewall X10SLH-N6-ST031 E3-1270 V3 6x 10GB Ethernet 16GB picture

1U Open Source Router Firewall X10SLH-N6-ST031 E3-1270 V3 6x 10GB Ethernet 16GB

$419.00



POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives picture

POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives

$179.99