LFS 6.2 Stable

7.12.1. CD-ROM symlinks 

cat >/etc/udev/rules.d/82-cdrom.rules << EOF
sbould be:
cat > /etc/udev/rules.d/82-cdrom.rules << "EOF"

The second approach yields: 
cat >/etc/udev/rules.d/82-cdrom.rules << EOF
should be:
The second approach yields: 
cat > /etc/udev/rules.d/82-cdrom.rules << "EOF"

7.12.2. Dealing with duplicate devices

cat >/etc/udev/rules.d/83-duplicate_devs.rules << EOF
should be:
cat > /etc/udev/rules.d/83-duplicate_devs.rules << "EOF"

7.13.1. Creating stable names for network interfaces 

cat > /etc/udev/rules.d/26-network.rules << EOF
should be:
cat > /etc/udev/rules.d/26-network.rules << "EOF"

If you are going to use the bus position as a key, create Udev rules
similar to the following: 
cat > /etc/udev/rules.d/26-network.rules << EOF
should be:
If you are going to use the bus position as a key, create Udev rules
similar to the following: 
cat > /etc/udev/rules.d/26-network.rules << "EOF"

NOTE: I checked and the errors are also in svn development

Thanks,

Peter

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to