aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@gentoo.org>2004-04-13 00:01:00 +0000
committerNathaniel McCallum <npmccallum@gentoo.org>2004-04-13 00:01:00 +0000
commit9708c58d34dedeef46c30c7738646d8f265f7171 (patch)
treef2cee5a677cb01e7c3a31e404bce18b504e87a29 /docs
parentchanged all referances of "custom_stage3_tarball_uri" to (diff)
downloadgli-9708c58d34dedeef46c30c7738646d8f265f7171.tar.gz
gli-9708c58d34dedeef46c30c7738646d8f265f7171.tar.bz2
gli-9708c58d34dedeef46c30c7738646d8f265f7171.zip
added _fetch_and_unpack_tarball(), _add_to_runlevel()
completed setup_network_pre(), unpack_tarball() finished the custom section of install_portage_tree() a few little code cleanups (nothing big, just readability stuff) git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@49 f8877401-5920-0410-a79b-8e2d7e04ca0d
Diffstat (limited to 'docs')
-rw-r--r--docs/InstallProfileTODO.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/InstallProfileTODO.txt b/docs/InstallProfileTODO.txt
index c6fc050..4293128 100644
--- a/docs/InstallProfileTODO.txt
+++ b/docs/InstallProfileTODO.txt
@@ -37,3 +37,12 @@ The pre/post-install device info has to change to be this:
Yes, that's right, we're dropping the gateway. (See below)
+############################
+
+Method Change:
+
+get/set_dns_servers() --> get/set_dns_servers_pre/post()
+get/set_default_gateway() --> get/set_default_gateway_pre/post()
+
+Oops :) I forgot that there is going to be dns_servers and default_gateways both pre and post... :)
+