Changeset 8fbd2fb for chapter08/kmod.xml


Ignore:
Timestamp:
05/21/2021 08:43:51 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
adcb9c0
Parents:
70aadfb (diff), c31e35b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kmod.xml

    r70aadfb r8fbd2fb  
    7676<screen><userinput remap="install">make install
    7777
    78 for target in depmod insmod lsmod modinfo modprobe rmmod; do
    79   ln -sfv ../bin/kmod /sbin/$target
     78for target in depmod insmod modinfo modprobe rmmod; do
     79  ln -sfv ../bin/kmod /usr/sbin/$target
    8080done
    8181
    82 ln -sfv kmod /bin/lsmod</userinput></screen>
     82ln -sfv kmod /usr/bin/lsmod</userinput></screen>
    8383
    8484  </sect2>
Note: See TracChangeset for help on using the changeset viewer.