Difference between revisions of "Extend Utils"
(Swapping Bug Reports and Available Files around.. not sure how I've never noticed that!) |
(→Step-by-step guide) |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
= Available Files = | = Available Files = | ||
− | The | + | The current ExtendUtils will always be on my website here: |
− | [http://www.stuckiegamez.co.uk/apps/pandora/ | + | [http://www.stuckiegamez.co.uk/apps/pandora/ExtendUtils/ExtendUtils.pnd Extend Utils] |
− | For | + | For support, please direct questions to this forum thread: [http://www.gp32x.com/board/index.php?/topic/59740-extend-utils/ Extend Utils on GP32X]<br /> |
− | [http://www. | + | Older threads where all this came from are at the bottom of this page for the interested. |
− | |||
− | |||
== Empty Extends == | == Empty Extends == | ||
− | The following files are pre-formatted ext2 files. These are included in | + | The following files are pre-formatted ext2 files. These are included in Extend Utils, but are available here as well as they're just loop files and can therefore be used with other things: |
− | * [http://www.stuckiegamez.co.uk/apps/pandora/ | + | * [http://www.stuckiegamez.co.uk/apps/pandora/ExtendUtils/256MBExtend.zip 256MB Extend] |
− | * [http://www.stuckiegamez.co.uk/apps/pandora/ | + | * [http://www.stuckiegamez.co.uk/apps/pandora/ExtendUtils/512MBExtend.zip 512MB Extend] |
− | * [http://www.stuckiegamez.co.uk/apps/pandora/ | + | * [http://www.stuckiegamez.co.uk/apps/pandora/ExtendUtils/1GBExtend.zip 1GB Extend] |
− | * [http://www.stuckiegamez.co.uk/apps/pandora/ | + | * [http://www.stuckiegamez.co.uk/apps/pandora/ExtendUtils/2GBExtend.zip 2GB Extend] |
− | * [http://www.stuckiegamez.co.uk/apps/pandora/ | + | * [http://www.stuckiegamez.co.uk/apps/pandora/ExtendUtils/4GBExtend.zip 4GB Extend] |
== Dev Extends == | == Dev Extends == | ||
− | + | All Angstrom-based Dev Extends are currently deprecated as of 26th June 2011. | |
− | + | ||
+ | Please see the Lenny Debian OS Extend instead. | ||
+ | |||
+ | == OS Extends == | ||
+ | === Debian === | ||
+ | Lenny Dev Extend | ||
+ | * [http://www.stuckiegamez.co.uk/apps/pandora/ExtendUtils/debian.lennydev.20110626.zip 512mb Lenny Extend] | ||
+ | * [http://stuckiegamez.co.uk/apps/pandora/ExtendUtils/debian.lennydev.20110629.1gb.zip 1GB Lenny Extend] | ||
− | + | The Lenny Dev Extend has a Debian bootstrap with dev tools ( enough for the Wakebreaker GL ES example plus gtk 1.2 dev )<br /> | |
− | The | + | About 400mb is taken, so choose the 1GB extend if you think you'll need lots of additional libraries. |
− | |||
− | + | Alternatively, check the [[Debian On SD]] project for booting Debian directly from SD card. | |
− | |||
− | + | ====Step-by-step guide==== | |
+ | In this guide, you will mount a Lenny Dev Extend (to give you a protected dev environment), in conjunction with a 1gb overlay home extend (to give you room in which to place your files). | ||
− | == | + | =====Part 1: the 1GB home extend===== |
− | === | + | #Download [http://stuckiegamez.co.uk/apps/pandora/ExtendUtils/ExtendUtils.pnd ExtendUtils.pnd] to your Pandora (see [[User_manual#Installing_a_PND_file_.28an_application.29|here]] for instructions on where to place PNDs) |
− | + | #Run it. It's called "Extend Utils" and is in "System" category. | |
+ | #Select "New Extend/Overlay/Swap" | ||
+ | #Select "New Overlay File" | ||
+ | #Select a size (for example, 1gb) .. if you select "Custom", prepare for a long wait. | ||
+ | #Place the file somewhere on your SD card (the default folder it suggests is a good choice, because it always looks there first) and give it a name. For example, "1gb"... you don't need to add .overlay or .extend, as it does it for you. | ||
+ | #It'll now either extract a premade empty file, or if you selected "Custom" it'll DD a new file, taking forever, and probably raping your SD in the process.. you have been warned ;) | ||
+ | #You'll be pushed back to the main menu now. | ||
+ | #Select "New Pre-Mount" | ||
+ | #Select "New Overlay Mount Script" | ||
+ | #Select "Standard Home Overlay" | ||
+ | #Choose your file ("1gb.overlay" in our example) that you saved on your SD card in the previous stage | ||
+ | #Save the mount script anywhere you like, calling it anything you like... for our purposes, save it in the same folder as before and name it "1gb" | ||
+ | #Back to the main menu. | ||
+ | #Select "Mount Existing Pre-Mount". Note: If your SD card is formatted to anything other than ext/2/3/4 (for example, if it uses FAT32 or NTFS), you can't run it directly from the Terminal. You'll need to run it through Extend Utils or type <code>/bin/bash /my/mount/script.preMount</code> instead. | ||
+ | #Choose the script you saved in the previous part ("1gb.premount") | ||
+ | #Type your sudo password (your password to log in to your Pandora at startup) | ||
+ | #That should be it. | ||
− | + | '''For checking purposes:''' | |
− | |||
− | |||
− | + | #Launch a Terminal (start menu -> Terminal) | |
+ | #Type <code>mount</code> | ||
+ | #Look for a line at the bottom reading something like "aufs on /home type aufs (rw, si=xxxxxxxx)" | ||
+ | #Type <code>cd /tmp/NAMEOFOVERLAY.overlay/YOURUSERNAME</code> (for our example, if we were stuckie: <code>cd /tmp/1gb.overlay/stuckie</code>) | ||
+ | #We'll put a random file here to ensure it works. Type in <code>touch testfile</code>. This will create an empty file named "testfile". Type <code>ls</code> and it should be among the files listed. Now type <code>ls ~</code>, and it should also show up. | ||
− | === | + | =====Part 2: Debian Dev Extend===== |
− | + | #Download [http://stuckiegamez.co.uk/apps/pandora/ExtendUtils/DebianDevExtend.pnd DebianDevExtend.pnd] to your Pandora. | |
+ | #Download the [http://www.stuckiegamez.co.uk/apps/pandora/ExtendUtils/debian.lennydev.20110626.zip 512mb] or the [http://stuckiegamez.co.uk/apps/pandora/ExtendUtils/debian.lennydev.20110629.1gb.zip 1GB] Lenny Dev Extend, unzip it (for example, using Squeeze), place the file ("debian.lennydev.20110626.extend" for 512mb, "debian.lennydev.20110629.1gb.extend" for 1GB) into the directory <code>/media/yourSDcard/pandora/appdata/DebianDevExtend</code> (it doesn't matter where you put it, but this is easier because it's the default directory it will look in) | ||
+ | #Launch Debian Dev Extend. It's in the "System" category. | ||
+ | #Click "Ok" past the notifications. | ||
+ | #Select the file (named "debian.lennydev.20110626.extend" or "debian.lennydev.20110629.1gb.extend"). | ||
+ | #Type your sudo password if prompted (you may be quick enough to still be in the sudo cache that it doesn't ask). Once you're done, a Debian Dev Extend terminal will open. | ||
+ | #In the Debian Dev Extend terminal, type <code>gcc</code> to ensure that it works. If it says <code>gcc: no input files</code>, all is well. | ||
+ | #Type <code>cd</code> to jump directly to your home folder. Type <code>ls</code> to ensure our test file is there. If it is, you're good to go. | ||
+ | #Your new password while you're in the Debian Dev Extend terminal is <code>pandora</code>, so remember that if you're planning to do any <code>sudo</code> commands! For example, to add new libraries you would type in <code>sudo apt-get install nameofpackage</code>. You can search which packages are available at [http://www.debian.org/distrib/packages this page] | ||
− | === | + | =====How it all links together===== |
− | + | You can open a file manager (for example Thunar, or Xfe) and verify that everything is as it should be. Here's how it should look: | |
+ | *The contents of <code>/home</code> and <code>/tmp/1gb.overlay</code> should be almost identical | ||
+ | *The contents of the following three directories should be identical: | ||
+ | **<code>/home/username</code> | ||
+ | **<code>/tmp/debextend/home/username</code> | ||
+ | **<code>/tmp/1gb.overlay/username</code> | ||
+ | ("username" represents your username) | ||
= Extend Utils Help = | = Extend Utils Help = | ||
Line 74: | Line 110: | ||
== Creating a Swap PreMount == | == Creating a Swap PreMount == | ||
Perhaps the simplest PreMount script is a Swap Mount. For this, I shall assume you have not created a .swap file. | Perhaps the simplest PreMount script is a Swap Mount. For this, I shall assume you have not created a .swap file. | ||
− | + | # Start up Extend Utils. | |
− | + | # Select New Extend/Overlay/Swap. | |
− | + | # Select New Swap File. | |
− | + | # Select 256MB - this uses one of the pre-created zipped Extend files, whereas Custom will create a new one on the card. | |
− | + | # Save the file anywhere you like. | |
− | + | # It will extract the appropriate zip to where you selected. | |
− | + | # Back at the Main Menu, select New Pre-Mount. | |
− | + | # Select New Swap Mount Script. | |
− | + | # Find your Swap File you just created. | |
− | + | # Select a location for your Pre-Mount script to be saved to. | |
− | + | # Finally, back at the Main Menu, you can select Mount Existing Pre-Mount. | |
− | + | # Find where your Pre-Mount script was saved to, and that's it.. you have swap mounted. | |
Obviously, now that the script is saved, you only need to repeat the last two steps, or just run the script direct from the Terminal. | Obviously, now that the script is saved, you only need to repeat the last two steps, or just run the script direct from the Terminal. | ||
Line 91: | Line 127: | ||
== Creating a Root or Home Overlay PreMount == | == Creating a Root or Home Overlay PreMount == | ||
Again, I shall assume that you do not have any pre-made .overlay files. | Again, I shall assume that you do not have any pre-made .overlay files. | ||
− | + | # Start up Extend Utils. | |
− | + | # Select New Overlay. | |
− | + | # Select New Overlay File. | |
− | + | # Select 1GB - or whatever you like.. again be aware that Custom may very well chew through your SD card as it DD's direct to it! | |
− | + | # Save the file anywhere you like. | |
− | + | # It will extract the appropriate zip to where you selected. | |
− | + | # Back at the Main Menu, select New Pre-Mount. | |
− | + | # Select New Overlay Mount Script. | |
− | + | # Select either Standard Home Overlay or Standard Root Overlay. | |
− | + | # Find your Overlay that you created. | |
− | + | # Select where you want to save the Pre-Mount script. | |
− | + | # Finally, back at the Main Menu, you can select Mount Existing Pre-Mount. | |
− | + | # Find where your Pre-Mount script was saved to, and that's it.. either the majority of / or your /home is bound to the overlay. | |
== Creating an OS Extend PreMount == | == Creating an OS Extend PreMount == | ||
Line 110: | Line 146: | ||
=== Compressed OS Extends === | === Compressed OS Extends === | ||
− | + | # Start Extend Utils. | |
− | + | # Select New Pre-Mount. | |
− | + | # Select New Extend Mount. | |
− | + | # Select OS Extend.<br/>This is where you need to start paying attention as to what you're doing.<br/>For our purposes, we want a basic configuration for say a Base Debian Sid Extend, and one Overlay.<br/>The Base Debian Sid Extend we would have downloaded already, and the Overlay we should have created as well. | |
− | + | # Move the slider to select 1 Read-Only Extend. | |
− | This is where you need to start paying attention as to what you're doing. | + | # Select our base-debian-sid-compressed.extend ( assuming you've downloaded it, and it's been released! ) |
− | For our purposes, we want a basic configuration for say a Base Debian Sid Extend, and one Overlay. | + | # We don't want any Read-Write Extends, so Cancel or select 0. |
− | The Base Debian Sid Extend we would have downloaded already, and the Overlay we should have created as well. | + | # We do want an Overlay, so select 1 Read-Write Overlay. |
− | + | # Choose the Overlay you want to use. | |
− | + | # Now you must name the mount point. This can be anything you like, but it must be unique and not the name of the Extend or Overlay you've chosen. | |
− | + | # You'll then be asked where you want to save the PreMount script.<br/>Again, we need to pay attention as to what we want here.<br/>For our purposes, we just want a Terminal, so that we can call apt-get and install whatever we feel like, and run it from the shell to interact with the program in Angstrom.<br/>You can, of course, re-do this procedure later after having installed a window manager and desktop manager ( IE: something like Fluxbox and GDM ) so that you can jump fully into Debian if you so wish. | |
− | + | # Select the Terminal option. | |
− | + | # You'll now be sent back to the Main Menu, where you can now select Mount Existing Pre-Mount. | |
− | + | # Select your Pre-Mount Script you've just created. | |
− | + | # After the gksudo checks, you should have a Terminal open inside your OS Extend, where all writes go to your Overlay. | |
− | |||
− | |||
− | Again, we need to pay attention as to what we want here. | ||
− | For our purposes, we just want a Terminal, so that we can call apt-get and install whatever we feel like, and run it from the shell to interact with the program in Angstrom. | ||
− | You can, of course, re-do this procedure later after having installed a window manager and desktop manager ( IE: something like Fluxbox and GDM ) so that you can jump fully into Debian if you so wish. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Uncompressed/Classic OS Extends === | === Uncompressed/Classic OS Extends === | ||
Line 140: | Line 166: | ||
These don't require an Overlay ( though you can still use one if you like. ) | These don't require an Overlay ( though you can still use one if you like. ) | ||
The procedure for setting up a mount script for one of these runs as follows: | The procedure for setting up a mount script for one of these runs as follows: | ||
− | + | # Start Extend Utils. | |
− | + | # Select New Pre-Mount. | |
− | + | # Select New Extend Mount. | |
− | + | # Select OS Extend. <br/>As said, we don't need an Overlay, and Uncompressed/Classic Extends can be mounted Read-Write without any issues.<br/>Therefore, we only need to select 1 Read-Write Extend, and 0 everything else. | |
− | + | # We don't want any Read-Only Extends, so Cancel or select 0. | |
− | As said, we don't need an Overlay, and Uncompressed/Classic Extends can be mounted Read-Write without any issues. | + | # We do want a Read-Write Extend...so move the slider to 1 and find your Extend file. |
− | Therefore, we only need to select 1 Read-Write Extend, and 0 everything else. | + | # Again, we don't want an Overlay, so select 0 or Cancel it. |
− | + | # Now you must name the mount point. This can be anything you like, but it must be unique and not the name of the Extend. | |
− | + | # You'll then be asked where you want to save the PreMount script. <br/>Now we need to know roughly what's in our Extend.. to be safe, we can just choose a Terminal as that's guaranteed to work. If, however, you know that GDM is installed and setup ( I'll ensure that any of my Extends that are, are documented in saying so ) then you can choose the GDM option. | |
− | + | # We'll assume we've got GDM present, so select GDM. | |
− | + | # You'll now be sent back to the Main Menu, where you can now select Mount Existing Pre-Mount. | |
− | + | # Select your Pre-Mount Script you've just created. | |
− | + | # After the gksudo checks, GDM will start up alongside Angstrom and ask you to login. You should have a login/password already - either from you manually setting it up, or the default that whoever set the .Extend up performed. | |
− | |||
− | Now we need to know roughly what's in our Extend.. to be safe, we can just choose a Terminal as that's guaranteed to work. If, however, you know that GDM is installed and setup ( I'll ensure that any of my Extends that are, are documented in saying so ) then you can choose the GDM option. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Creating a Dev Extend Pre-Mount == | == Creating a Dev Extend Pre-Mount == | ||
Line 165: | Line 184: | ||
The current Dev Extends are created exactly like the Uncompressed/Classic OS Extends, but for completeness sakes: | The current Dev Extends are created exactly like the Uncompressed/Classic OS Extends, but for completeness sakes: | ||
− | + | # Start Extend Utils. | |
− | + | # Select New Pre-Mount. | |
− | + | # Select New Extend Mount. | |
− | + | # Select Dev Extend. | |
− | + | # Select 0 Read-Only Extends. | |
− | + | # Select 1 Read-Write Extend. | |
− | + | # Find your Dev Extend. | |
− | + | # Select 0 Read-Write Overlays. | |
− | + | # Come up with a mount point. | |
− | + | # Save your Pre-Mount somewhere. | |
− | + | # You may now load it up through the Mount Existing Pre-Mount script if you so wish. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Links = | = Links = |
Latest revision as of 20:20, 3 July 2011
Overview
Extend Utils provide a variety of tools to manipulate Extend, Overlay and Swap files. These are generally loop-back files stored on SD card for various purposes which include, but is not limited to:
- OS Extends - running another distribution on top of Angstrom in a chroot environment.
- Dev Extends - a method of providing dev tool support without installing directly to NAND.
- File system Overlays - redirect writes from NAND to a file on an SD card.
- Swap - use a swap file on SD card to provide additional memory for the Pandora when needed.
This page used to only document OS Extends... it will now document all facets of the Extend Utils.
Extend Utils have been written by Stuckie and while very much work-in-progress, the scripts are very useful in day to day tasks.
Bug Reports
In order for a bug report to be useful, I need the following information from you:
Output from "dmesg | tail", "mount" and your preMount script.
A description of the error.
Just PM me them on the GP32X boards, or post in the relevant threads - Links at the bottom of this page.
Available Files
The current ExtendUtils will always be on my website here: Extend Utils
For support, please direct questions to this forum thread: Extend Utils on GP32X
Older threads where all this came from are at the bottom of this page for the interested.
Empty Extends
The following files are pre-formatted ext2 files. These are included in Extend Utils, but are available here as well as they're just loop files and can therefore be used with other things:
Dev Extends
All Angstrom-based Dev Extends are currently deprecated as of 26th June 2011.
Please see the Lenny Debian OS Extend instead.
OS Extends
Debian
Lenny Dev Extend
The Lenny Dev Extend has a Debian bootstrap with dev tools ( enough for the Wakebreaker GL ES example plus gtk 1.2 dev )
About 400mb is taken, so choose the 1GB extend if you think you'll need lots of additional libraries.
Alternatively, check the Debian On SD project for booting Debian directly from SD card.
Step-by-step guide
In this guide, you will mount a Lenny Dev Extend (to give you a protected dev environment), in conjunction with a 1gb overlay home extend (to give you room in which to place your files).
Part 1: the 1GB home extend
- Download ExtendUtils.pnd to your Pandora (see here for instructions on where to place PNDs)
- Run it. It's called "Extend Utils" and is in "System" category.
- Select "New Extend/Overlay/Swap"
- Select "New Overlay File"
- Select a size (for example, 1gb) .. if you select "Custom", prepare for a long wait.
- Place the file somewhere on your SD card (the default folder it suggests is a good choice, because it always looks there first) and give it a name. For example, "1gb"... you don't need to add .overlay or .extend, as it does it for you.
- It'll now either extract a premade empty file, or if you selected "Custom" it'll DD a new file, taking forever, and probably raping your SD in the process.. you have been warned ;)
- You'll be pushed back to the main menu now.
- Select "New Pre-Mount"
- Select "New Overlay Mount Script"
- Select "Standard Home Overlay"
- Choose your file ("1gb.overlay" in our example) that you saved on your SD card in the previous stage
- Save the mount script anywhere you like, calling it anything you like... for our purposes, save it in the same folder as before and name it "1gb"
- Back to the main menu.
- Select "Mount Existing Pre-Mount". Note: If your SD card is formatted to anything other than ext/2/3/4 (for example, if it uses FAT32 or NTFS), you can't run it directly from the Terminal. You'll need to run it through Extend Utils or type
/bin/bash /my/mount/script.preMount
instead. - Choose the script you saved in the previous part ("1gb.premount")
- Type your sudo password (your password to log in to your Pandora at startup)
- That should be it.
For checking purposes:
- Launch a Terminal (start menu -> Terminal)
- Type
mount
- Look for a line at the bottom reading something like "aufs on /home type aufs (rw, si=xxxxxxxx)"
- Type
cd /tmp/NAMEOFOVERLAY.overlay/YOURUSERNAME
(for our example, if we were stuckie:cd /tmp/1gb.overlay/stuckie
) - We'll put a random file here to ensure it works. Type in
touch testfile
. This will create an empty file named "testfile". Typels
and it should be among the files listed. Now typels ~
, and it should also show up.
Part 2: Debian Dev Extend
- Download DebianDevExtend.pnd to your Pandora.
- Download the 512mb or the 1GB Lenny Dev Extend, unzip it (for example, using Squeeze), place the file ("debian.lennydev.20110626.extend" for 512mb, "debian.lennydev.20110629.1gb.extend" for 1GB) into the directory
/media/yourSDcard/pandora/appdata/DebianDevExtend
(it doesn't matter where you put it, but this is easier because it's the default directory it will look in) - Launch Debian Dev Extend. It's in the "System" category.
- Click "Ok" past the notifications.
- Select the file (named "debian.lennydev.20110626.extend" or "debian.lennydev.20110629.1gb.extend").
- Type your sudo password if prompted (you may be quick enough to still be in the sudo cache that it doesn't ask). Once you're done, a Debian Dev Extend terminal will open.
- In the Debian Dev Extend terminal, type
gcc
to ensure that it works. If it saysgcc: no input files
, all is well. - Type
cd
to jump directly to your home folder. Typels
to ensure our test file is there. If it is, you're good to go. - Your new password while you're in the Debian Dev Extend terminal is
pandora
, so remember that if you're planning to do anysudo
commands! For example, to add new libraries you would type insudo apt-get install nameofpackage
. You can search which packages are available at this page
How it all links together
You can open a file manager (for example Thunar, or Xfe) and verify that everything is as it should be. Here's how it should look:
- The contents of
/home
and/tmp/1gb.overlay
should be almost identical - The contents of the following three directories should be identical:
/home/username
/tmp/debextend/home/username
/tmp/1gb.overlay/username
("username" represents your username)
Extend Utils Help
Extend Utils ( version 1.0a ) now facilitates the creation of "PreMount" scripts. For users of previous Extend Utils script sets, these separate scripts are essentially a PreMount script - the Ubuntu specific variant being a prime example.
This allows us to create customised mounting procedures - such as being able to mount multiple Extends and Overlays at once; for example, a compressed Base OS Extend with perhaps an Overlay on top to "catch" installed programs.
Unfortunately, as is always the case with more customization, the complexity has shot up. This guide will help you to create a PreMount script given four common scenarios: a Swap mount, a Home or Root Overlay, an OS Extend and a Dev Extend.
Creating a Swap PreMount
Perhaps the simplest PreMount script is a Swap Mount. For this, I shall assume you have not created a .swap file.
- Start up Extend Utils.
- Select New Extend/Overlay/Swap.
- Select New Swap File.
- Select 256MB - this uses one of the pre-created zipped Extend files, whereas Custom will create a new one on the card.
- Save the file anywhere you like.
- It will extract the appropriate zip to where you selected.
- Back at the Main Menu, select New Pre-Mount.
- Select New Swap Mount Script.
- Find your Swap File you just created.
- Select a location for your Pre-Mount script to be saved to.
- Finally, back at the Main Menu, you can select Mount Existing Pre-Mount.
- Find where your Pre-Mount script was saved to, and that's it.. you have swap mounted.
Obviously, now that the script is saved, you only need to repeat the last two steps, or just run the script direct from the Terminal.
Creating a Root or Home Overlay PreMount
Again, I shall assume that you do not have any pre-made .overlay files.
- Start up Extend Utils.
- Select New Overlay.
- Select New Overlay File.
- Select 1GB - or whatever you like.. again be aware that Custom may very well chew through your SD card as it DD's direct to it!
- Save the file anywhere you like.
- It will extract the appropriate zip to where you selected.
- Back at the Main Menu, select New Pre-Mount.
- Select New Overlay Mount Script.
- Select either Standard Home Overlay or Standard Root Overlay.
- Find your Overlay that you created.
- Select where you want to save the Pre-Mount script.
- Finally, back at the Main Menu, you can select Mount Existing Pre-Mount.
- Find where your Pre-Mount script was saved to, and that's it.. either the majority of / or your /home is bound to the overlay.
Creating an OS Extend PreMount
Generally, these will have been pre-made downloads, or you'll have created a chroot environment and wrapped it in an extend already. It's also important to note that there are essentially TWO types of OS Extends - compressed and uncompressed. Compressed OS Extends should be affixed with compressed; base-debian-sid-compressed.extend for example, which donates it's a base install of debian sid, in a compressed extend. Compressed extends can only be mounted as read-only, and will likely fail if you try to mount them read-write. This means they require an Overlay in order to be much use. As such, I will describe a "classic" uncompressed OS Extend procedure, and a "modern" compressed OS Extend procedure.
Compressed OS Extends
- Start Extend Utils.
- Select New Pre-Mount.
- Select New Extend Mount.
- Select OS Extend.
This is where you need to start paying attention as to what you're doing.
For our purposes, we want a basic configuration for say a Base Debian Sid Extend, and one Overlay.
The Base Debian Sid Extend we would have downloaded already, and the Overlay we should have created as well. - Move the slider to select 1 Read-Only Extend.
- Select our base-debian-sid-compressed.extend ( assuming you've downloaded it, and it's been released! )
- We don't want any Read-Write Extends, so Cancel or select 0.
- We do want an Overlay, so select 1 Read-Write Overlay.
- Choose the Overlay you want to use.
- Now you must name the mount point. This can be anything you like, but it must be unique and not the name of the Extend or Overlay you've chosen.
- You'll then be asked where you want to save the PreMount script.
Again, we need to pay attention as to what we want here.
For our purposes, we just want a Terminal, so that we can call apt-get and install whatever we feel like, and run it from the shell to interact with the program in Angstrom.
You can, of course, re-do this procedure later after having installed a window manager and desktop manager ( IE: something like Fluxbox and GDM ) so that you can jump fully into Debian if you so wish. - Select the Terminal option.
- You'll now be sent back to the Main Menu, where you can now select Mount Existing Pre-Mount.
- Select your Pre-Mount Script you've just created.
- After the gksudo checks, you should have a Terminal open inside your OS Extend, where all writes go to your Overlay.
Uncompressed/Classic OS Extends
These ones are much easier to deal with, and are generally what have been released up till now. These don't require an Overlay ( though you can still use one if you like. ) The procedure for setting up a mount script for one of these runs as follows:
- Start Extend Utils.
- Select New Pre-Mount.
- Select New Extend Mount.
- Select OS Extend.
As said, we don't need an Overlay, and Uncompressed/Classic Extends can be mounted Read-Write without any issues.
Therefore, we only need to select 1 Read-Write Extend, and 0 everything else. - We don't want any Read-Only Extends, so Cancel or select 0.
- We do want a Read-Write Extend...so move the slider to 1 and find your Extend file.
- Again, we don't want an Overlay, so select 0 or Cancel it.
- Now you must name the mount point. This can be anything you like, but it must be unique and not the name of the Extend.
- You'll then be asked where you want to save the PreMount script.
Now we need to know roughly what's in our Extend.. to be safe, we can just choose a Terminal as that's guaranteed to work. If, however, you know that GDM is installed and setup ( I'll ensure that any of my Extends that are, are documented in saying so ) then you can choose the GDM option. - We'll assume we've got GDM present, so select GDM.
- You'll now be sent back to the Main Menu, where you can now select Mount Existing Pre-Mount.
- Select your Pre-Mount Script you've just created.
- After the gksudo checks, GDM will start up alongside Angstrom and ask you to login. You should have a login/password already - either from you manually setting it up, or the default that whoever set the .Extend up performed.
Creating a Dev Extend Pre-Mount
Dev Extends are essentially Root Extends these days.. however that's not to say there won't eventually be packs so that there's a base Dev Extend with just the bare essentials, then addons for GTK, QT, wxWidgets, etc.. so having them classed as an Extend seems like the best option.
The current Dev Extends are created exactly like the Uncompressed/Classic OS Extends, but for completeness sakes:
- Start Extend Utils.
- Select New Pre-Mount.
- Select New Extend Mount.
- Select Dev Extend.
- Select 0 Read-Only Extends.
- Select 1 Read-Write Extend.
- Find your Dev Extend.
- Select 0 Read-Write Overlays.
- Come up with a mount point.
- Save your Pre-Mount somewhere.
- You may now load it up through the Mount Existing Pre-Mount script if you so wish.