diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-04 22:56:02 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-04 22:56:02 +0100 |
commit | 5c6a03f4f417d00a6d169cfc9c7e6efae17f4e5e (patch) | |
tree | f668f206555489d31630fa3238ce0a6776197172 /sys/lib/dist/mkfile | |
parent | 9e720c82b37e99b71373aa882b0cf6175fdd38ec (diff) |
cdproto: various cleanups
- bind /n/src9 only when theres .hg directory, so you can use /root as /n/src9
- skip *.6 and *.orig files in source direcrtories
- skip *.pdf and *.ps files in /sys/man
- skip cpurc.local and termrc.local
- dont create /fd, /mnt and/n in the root
- be specific about /lib
- create /cfg/pxe
Diffstat (limited to 'sys/lib/dist/mkfile')
-rw-r--r-- | sys/lib/dist/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/dist/mkfile b/sys/lib/dist/mkfile index 9a2560ff0..49e1d8eaf 100644 --- a/sys/lib/dist/mkfile +++ b/sys/lib/dist/mkfile @@ -4,12 +4,12 @@ iso=/tmp/9front.iso cd:V: $iso binds:V: + test -d /n/src9/.hg && bind /n/src9 /n/src9/dist/plan9front bind cfg /n/src9/cfg bind mail/lib /n/src9/mail/lib bind ndb /n/src9/lib/ndb bind -a adm/timezone /n/src9/adm/timezone bind usr /n/src9/usr - bind /n/src9 /n/src9/dist/plan9front %.iso: $proto @{rfork n |