Quote | is it necessary to run mkwritable when loading gnu-utils.dsl to a toram session? | Yes. All toram does is load the KNOPPIX file into ram; the directories that are read-only are still read-only. Most of the directories are merely links to /KNOPPIX/* initially, regardless of whether you're running directly from CD or toram. The mkwriteable script replaces these links with writable directories, and populates those directories with links to the individual files in /KNOPPIX/* directories.
If you wish to avoid mkwriteable, you must use extensions that do not write outside of /opt: uci, unc, or tar.gz |