From c5528f758a923ad65de0cbbf2dfa7e1c6b0c54c5 Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Sat, 19 Feb 2011 04:37:23 +0000 Subject: Fix the sed in the CD-ROM symlink section to handle newer Udev rules files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9473 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/symlinks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07') diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index faa9abbd2..7f5c03532 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -76,7 +76,7 @@ as follows (where mode is one of by-id or by-path): -sed -i -e 's/write_cd_rules/& mode/' \ +sed -i -e 's/"write_cd_rules"/"write_cd_rules mode"/' \ /lib/udev/rules.d/75-cd-aliases-generator.rules Note that it is not necessary to create the rules files or symlinks -- cgit v1.2.3-54-g00ecf