mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
* Added "-F ." for symlink farmers...
This commit is contained in:
parent
8f8c0e3980
commit
3c4dd7d6db
2
CONF.sh
2
CONF.sh
@ -79,4 +79,4 @@ export APTTMP=/ftp/tmp/apt
|
||||
# Options
|
||||
# export MKISOFS=/usr/bin/mkhybrid
|
||||
# export MKISOFS_OPTS="-a -r -T" #For normal users
|
||||
# export MKISOFS_OPTS="-a -r -F -T" #For symlink farmers
|
||||
# export MKISOFS_OPTS="-a -r -F . -T" #For symlink farmers
|
||||
|
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ ifndef MKISOFS_OPTS
|
||||
#For normal users
|
||||
MKISOFS_OPTS=-a -r -T
|
||||
#For symlink farmers
|
||||
#MKISOFS_OPTS=-a -r -F -T
|
||||
#MKISOFS_OPTS=-a -r -F . -T
|
||||
endif
|
||||
ifndef HOOK
|
||||
HOOK=$(BASEDIR)/tools/$(CODENAME).hook
|
||||
|
2
debian/CONF.sh
vendored
2
debian/CONF.sh
vendored
@ -69,4 +69,4 @@ export APTTMP=/home/ftp/tmp/apt
|
||||
# Options
|
||||
# export MKISOFS=/usr/bin/mkhybrid
|
||||
# export MKISOFS_OPTS="-a -r -T" #For normal users
|
||||
# export MKISOFS_OPTS="-a -r -F -T" #For symlink farmers
|
||||
# export MKISOFS_OPTS="-a -r -F . -T" #For symlink farmers
|
||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ debian-cd (2.2.2) frozen unstable; urgency=low
|
||||
* Still targeted to frozen. Documentations (README.html on the CD) updates
|
||||
& other little changes.
|
||||
* Fixed targets bin-image and src-image to use CD$(CD) instead of $(CD).
|
||||
* Added "." after -F argument for symlink farm user. Closes: #66599
|
||||
|
||||
-- Raphael Hertzog <hertzog@debian.org> Fri, 30 Jun 2000 17:50:16 +0200
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user