diff options
author | Michael Hudson-Doyle <[email protected]> | 2024-07-30 17:35:52 +1200 |
---|---|---|
committer | Michael Hudson-Doyle <[email protected]> | 2024-09-04 14:31:17 +1200 |
commit | 4d04eb62d972212fbc81198b3a57e7a44aa86de7 (patch) | |
tree | 2e6ab7dbdbc39f39ba5f6b0b5ead801a3768995e /CONF.sh | |
parent | 4fe0d01be293328322fcfef6ddc238ac44d3844f (diff) |
delete a comment that is more misleading than illuminating
Diffstat (limited to 'CONF.sh')
-rw-r--r-- | CONF.sh | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -136,13 +136,6 @@ export ARCH=`dpkg --print-architecture` export FULLARCH=$ARCH${SUBARCH:++$SUBARCH} -# IMPORTANT : The 2 following paths must be on the same partition/device. -# If they aren't then you must set COPYLINK below to 1. This -# takes a lot of extra room to create the sandbox for the ISO -# images, however. Also, if you are using an NFS partition for -# some part of this, you must use this option. -# Paths to the mirrors - # cdimage supports running in subtrees, so handle that path as well export SUBTREE=${CDIMAGE_SUBTREE:+$CDIMAGE_SUBTREE/} |