Statistics
| Branch: | Revision:

root / import @ 3903b7f1

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
3903b7f1 02/11/2010 12:48 am Lance Albertson

Add support for setting up /etc/fstab properly

494927a8 02/11/2010 12:07 am Lance Albertson

Fix dynamic partition to use its own function

I discovered that bash wasn't setting the environment variables correctly and
realized I need to refactor how I do this. Now I have a map_partition to figure
out the exact path for a specific partition.

NOTE: fstabs are currently broken because of this addition

77449e7c 02/10/2010 08:12 pm Lance Albertson

Add optional support for no /boot partition

Allow for more flexibility for which partitions you need or what. It will allow
for four different partition layouts depending on whether you want a swap
partition or booting a kernel outside of the VM.

Also merge the partition mapping for root_dev, boot_dev, & swap_dev entirely...

8d72e8d8 02/06/2010 01:30 am Lance Albertson

Switch to having dump compress the images on the fly, fix a few bugs too

99cc268e 02/06/2010 01:01 am Lance Albertson

Fix logic which determines when to run grub by default

39b1484a 02/05/2010 11:56 pm Lance Albertson

Improve and fix import/export to using separate dump files and tar

Also condense the code some more and reduce redundancy.

e7a2d1ad 02/05/2010 01:59 am Lance Albertson

Refactor debugging code to be saner and actually work

6f0a1fef 02/04/2010 08:05 pm Lance Albertson

Move debug check until after we've sourced common.sh

39855ac4 02/04/2010 02:08 am Lance Albertson

Setup grub (if enabled) during an import

28b0b56c 02/03/2010 11:51 pm Lance Albertson

Add support for import

8d0132dc 11/24/2009 02:51 am Lance Albertson

Check for various important programs and set variables for them

79224631 11/24/2009 02:15 am Lance Albertson

Import from instance-debootstrap 17b5b2da0