fix minor typos in MP3-Box-HOWTO.sgml

This commit is contained in:
Jason Leschnik 2016-10-24 22:47:21 +11:00
parent 9800b7f907
commit 6d17346dde
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ make bzImage
cp arch/i386/boot/bzImage /tftpboot/X86PC/UNDI/linux-install
</verb>
Presumably, you configured your network, sound drivers as modules. It will be necessary to compile them and put them in temporary directory (until you get the the mini-distribution setup). To compile and install in temporary directory do:
Presumably, you configured your network, sound drivers as modules. It will be necessary to compile them and put them in temporary directory (until you get the mini-distribution setup). To compile and install in temporary directory do:
<verb>
export INSTALL_MOD_PATH=/tmp
make modules;make modules_install