Changeset 3486
- Timestamp:
- 04/14/07 19:01:05 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-sysroot/BOOK/final-system/common/util-linux.xml
r3464 r3486 64 64 <screen os="p8"><userinput>patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen> 65 65 66 <para os="s1">The following sed prevents the installed files from being 67 owned by root</para> 66 <para os="s1">The Util-linux installation uses <option>-o root</option>. 67 As we are currently using an unprivileged user, this will not work. The 68 following <command>sed</command> removes it:</para> 68 69 69 70 <screen os="s2"><userinput>cp MCONFIG{,.orig}
