fccb39dcd8
Some new eyes on the code, and finding some new things to fix up. A lot of documentation type stuff with some code commenting. Make the message and echo stuff a bit more consistant. Move the UID check later so that we can see help as a normal user. Other small fixups. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Simo Leone <simo@archlinux.org>
20 lines
683 B
Plaintext
20 lines
683 B
Plaintext
* Fix generation scripts... which pretty much suck right now...
|
|
|
|
* Add lots and lots of help to the grub menus... also add the
|
|
graphics to all submenus
|
|
|
|
* possible auto-detection of installed systems via nifty grub tricks?
|
|
|
|
* generalize adding more images/plain dirs/overlays to the disk
|
|
|
|
* push to projects.archlinux.org
|
|
|
|
* win.
|
|
|
|
* (Dan) We should have the ability to add packages in two ways- package lists
|
|
that pull from the sync DBs (-S), and packages files as well (-U).
|
|
|
|
* (Dan) Pacman DBs should not have to be synced multiple times (one for each
|
|
package list + kernel). They should be synced the first time and that should
|
|
cover our bases. This may be a pacman bug.
|