# HG changeset patch # User Paul Boddie # Date 1331333824 -3600 # Node ID b4330ec3b4afddaa3dd3b9f66a162c60f8900c0a # Parent aaee5e61e1c73dd39760cfbb3a09b77c6a6c3141 Fixed/improved the documentation; added a link in the "to do" list to a debootstrap tutorial that could be useful in letting userinstall areas be promoted to bootable systems. diff -r aaee5e61e1c7 -r b4330ec3b4af README.txt --- a/README.txt Fri Mar 09 23:50:41 2012 +0100 +++ b/README.txt Fri Mar 09 23:57:04 2012 +0100 @@ -202,7 +202,7 @@ This should provide a "root" prompt which can then be used to issue commands within the package manager environment. For example: -apt-get update +apt-get update && apt-get upgrade Creating and Entering a Package Manager in Root Mode ---------------------------------------------------- @@ -256,7 +256,7 @@ Since UML needs to see its filesystems as images, not directories within an existing filesystem, the uml-make-image script needs to create these image -files. For example, to create a root filesystem 1GB in size, along with a swap +files. For example, to create a root filesystem 4GB in size, along with a swap file 512MB in size: uml-make-image 4 512 diff -r aaee5e61e1c7 -r b4330ec3b4af TO_DO.txt --- a/TO_DO.txt Fri Mar 09 23:50:41 2012 +0100 +++ b/TO_DO.txt Fri Mar 09 23:57:04 2012 +0100 @@ -1,3 +1,5 @@ +See: http://www.gnewsense.org/Documentation/DebootstrappingGNewSense3 + Support "full" installations by installing kernels and configuring various things including timezones and locales, and setting up the bootloader. Complete the UML configuration to provide X capabilities and a proper network