Changeset 94e6142 for BOOK/final-system/x86_64
- Timestamp:
- Feb 21, 2006, 2:27:39 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3793118a
- Parents:
- eb55250
- Location:
- BOOK/final-system/x86_64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64/grub.xml
reb55250 r94e6142 48 48 49 49 <screen os="h"><userinput>make install 50 mkdir /boot/grub51 cp /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub</userinput></screen>50 mkdir -v /boot/grub 51 cp -v /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub</userinput></screen> 52 52 53 53 <para os="i">Replace <filename class="directory">x86_64-pc</filename> with whatever -
BOOK/final-system/x86_64/linux-libc-headers.xml
reb55250 r94e6142 47 47 xpointer="xpointer(//*[@os='c'])"/> 48 48 49 <screen><userinput>chown -R root:root /usr/include/{asm,asm-i386,asm-x86_64,linux,mtd,scsi}</userinput></screen>49 <screen><userinput>chown -Rv root:root /usr/include/{asm,asm-i386,asm-x86_64,linux,mtd,scsi}</userinput></screen> 50 50 51 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 53 53 xpointer="xpointer(//*[@os='e'])"/> 54 54 55 <screen><userinput>find /usr/include/{asm,asm-i386,asm-x86_64,linux,mtd,scsi} -type d -exec chmod 755 {} \;56 find /usr/include/{asm,asm-i386,asm-x86_64,linux,mtd,scsi} -type f -exec chmod 644 {} \;</userinput></screen>55 <screen><userinput>find /usr/include/{asm,asm-i386,asm-x86_64,linux,mtd,scsi} -type d -exec chmod -v 755 {} \; 56 find /usr/include/{asm,asm-i386,asm-x86_64,linux,mtd,scsi} -type f -exec chmod -v 644 {} \;</userinput></screen> 57 57 58 58 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.