Changeset dd9906e for final-system/x86
- Timestamp:
- Feb 21, 2006, 2:27:39 AM (19 years ago)
- Children:
- e63113c
- Parents:
- 287d7b9
- Location:
- final-system/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/x86/grub.xml
r287d7b9 rdd9906e 23 23 24 24 <seglistitem> 25 <seg> Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,25 <seg>Autoconf, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, 26 26 Make, Ncurses, and Sed</seg> 27 27 </seglistitem> … … 53 53 54 54 <screen os="g"><userinput>make install 55 mkdir /boot/grub56 cp /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>55 mkdir -v /boot/grub 56 cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> 57 57 58 58 <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever -
final-system/x86/linux-libc-headers.xml
r287d7b9 rdd9906e 53 53 <systemitem class="username">root</systemitem>:</para> 54 54 55 <screen os="d"><userinput>chown -R root:root /usr/include/{asm,linux,mtd,scsi}</userinput></screen>55 <screen os="d"><userinput>chown -Rv root:root /usr/include/{asm,linux,mtd,scsi}</userinput></screen> 56 56 57 57 <para os="e">Make sure the users can read the headers:</para> 58 58 59 <screen os="f"><userinput>find /usr/include/{asm,linux,mtd,scsi} -type d -exec chmod 755 {} \;60 find /usr/include/{asm,linux,mtd,scsi} -type f -exec chmod 644 {} \;</userinput></screen>59 <screen os="f"><userinput>find /usr/include/{asm,linux,mtd,scsi} -type d -exec chmod -v 755 {} \; 60 find /usr/include/{asm,linux,mtd,scsi} -type f -exec chmod -v 644 {} \;</userinput></screen> 61 61 62 62 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.