diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-07-23 17:14:56 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-07-23 17:14:56 -0400 |
commit | b88a57ebaeb10a1fd1ebec0959f7eeeb5fc1e888 (patch) | |
tree | 56411c079cce9783aadf1425cc13a25a0db2fff6 /todo | |
parent | Update todo (diff) | |
download | ingenue-b88a57ebaeb10a1fd1ebec0959f7eeeb5fc1e888.tar.gz ingenue-b88a57ebaeb10a1fd1ebec0959f7eeeb5fc1e888.tar.bz2 ingenue-b88a57ebaeb10a1fd1ebec0959f7eeeb5fc1e888.zip |
Use stage3 tarballs instead of doing emerge system
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -9,15 +9,17 @@ Add masked indicator back to package selector, support ~arch installation Allow backend to define bail-out functions to call when it dies (things like unmounting the ISO it was copying) Add STDERR (maybe STDOUT) only option to log viewer Move bundler selection out of gentoo module and generalize it -Improve the quality of base system creation (if necessary) - Figure out /lib -> /lib64 creation on amd64 Allow config viewing for builds, not just configurations -Check if emerge system cache discards properly Add `flags` column to configurations, builds, use it to implement public and private things Clean up backend API Add 'cancel', 'delete' options to builds Add build->configuration and configuration duplication +Add map file for liveCD, load it into DB, etc. *** Switch over to use stage3's instead of doing emerge system *** Write script for fetching latest stage3's from the desired FTP dirs Add ability to trim the stage3 to a minimum set of packages automatically (cached) or manually (present db-cached list of packages present in stage3 and allow user to select which to remove) - grep -o "/var/db/pkg/.*/.*/$" ~/downloads/stage3-amd64-20090716.tar.bz2.CONTENTS +Only offer bundlers that will work - profiles without CD in map file can't make livecd, installcd, etc. +Add option to remove default runscripts +Add option to add arbitrary runscripts +Add option to upload a kernel +Add option to upload an arbitrary tar.gz/bz2 to be unzipped over the finished image |