Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite febootstrap as a general supermin appliance building tool.3.0 | Richard W.M. Jones | 2010-12-05 | 4 | -172/+0 |
| | | | | | | | | | | | | | | This complete rewrite of the building tools turns febootstrap into a general purpose, cross-distro, supermin appliance only build tool. There is now only one program 'febootstrap' which is used to build a supermin appliance from a list of packages. Normal appliances are not supported. The tools are incompatible with febootstrap 2.x (use the febootstrap-2.x branch from git to get the old package). | ||||
* | Don't use relative paths, make people set $PATH. | Richard Jones | 2009-07-30 | 3 | -8/+14 |
| | |||||
* | Use febootstrap-run properly. | Richard Jones | 2009-04-01 | 2 | -6/+14 |
| | | | | Better documentation for febootstrap-run. | ||||
* | Added febootstrap-run command. | Richard Jones | 2009-03-30 | 2 | -2/+6 |
| | | | | | Examples need more VM RAM when run in Rawhide. Also use 'set -e' in example scripts. | ||||
* | Replace cvsignore with gitignore. | Richard Jones | 2009-03-28 | 1 | -9/+0 |
| | |||||
* | Add an option to pack executables. | rjones | 2009-03-23 | 1 | -1/+1 |
| | | | | Be careful to retain same inode number for /etc/services. | ||||
* | Added guestfs example. | rjones | 2009-03-20 | 3 | -1/+73 |
| | |||||
* | Fail to run if root, or missing files. | rjones | 2009-03-20 | 1 | -0/+10 |
| | |||||
* | Add first version of the febootstrap-minimize script. | rjones | 2009-03-20 | 1 | -2/+8 |
| | |||||
* | Added examples subdirectory. | rjones | 2009-03-19 | 2 | -0/+23 |
| | |||||
* | Added examples directory. | rjones | 2009-03-19 | 3 | -0/+52 |
Added minimal-filesystem example. |