Changeset 2106
- Timestamp:
- 10/10/07 23:41:39 (1 year ago)
- Files:
-
- trunk/Makefile (modified) (1 diff)
- trunk/doc/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile
r2105 r2106 409 409 @sed -i 's/Version:$$/Version: $(VERSION)/' $(MP)/etc/issue* 410 410 @install -m644 doc/lfscd-remastering-howto.txt $(MP)/root 411 @sed "s/\[version\]/$(VERSION)/" doc/README.txt >$(MP)/root/README.txt 411 @sed -e 's/\[version\]/$(VERSION)/' -e 's/\\_/_/g' \ 412 doc/README.txt >$(MP)/root/README.txt 412 413 @install -m600 root/.bashrc $(MP)/root/.bashrc 413 414 @install -m755 scripts/{net-setup,greeting,livecd-login} $(MP)/usr/bin/ trunk/doc/README.txt
r2104 r2106 100 100 default "LSI Logic". 101 101 102 * Pass the "mptbase.mpt _channel_mapping=1" option to the kernel command line.102 * Pass the "mptbase.mpt\_channel\_mapping=1" option to the kernel command line. 103 103 104 104 The same issue will be present on an LFS system built from this CD. … … 222 222 ssh. It is more secure to use public key based authentication instead. 223 223 224 /etc/ssh/ssh _host_dsa_key, /etc/ssh/ssh_host_rsa_key:224 /etc/ssh/ssh\_host\_dsa\_key, /etc/ssh/ssh\_host\_rsa\_key: 225 225 Create those files as described in the *ssh-keygen(1)* manual page. If you 226 226 do not do that, random host keys will be generated for you automatically … … 717 717 Uses the new (experimental) Juju FireWire stack. 718 718 719 #### all -generic-ide ####719 #### all\_generic\_ide #### 720 720 721 721 Attempts to support unknown PCI IDE and SATA controllers (slow).
