Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185084 - GNAP Advanced User Guide - possible typo in genkernel line
Summary: GNAP Advanced User Guide - possible typo in genkernel line
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Network Appliance Bugs
URL: http://www.gentoo.org/proj/en/base/em...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-12 16:48 UTC by Austin McKinley
Modified: 2011-05-31 17:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Austin McKinley 2007-07-12 16:48:54 UTC
code listing 2.3 reads as follows:

# genkernel --kerneldir=/usr/src/linux-2.6.11-gentoo-r11 --menuconfig \
  --minkernpackage=/home/foo/kernel.tar.bz2 --modulespackage=modules.tar.bz2 \
  --no-install --module-prefix=/home/foo/modules_tmp all

shouldnt that be --modulespackage=/home/foo/modules.tar.bz2?

Reproducible: Always
Comment 1 Sebastian Pipping gentoo-dev 2011-05-31 17:23:43 UTC
Probably, especially with code like

  if [ -n "${MODULESPACKAGE}" ]
  then
    mkdir -p `dirname ${MODULESPACKAGE}`
  fi

in genkernel.

Fixed in CVS, closing.

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/gnap-advancedguide.xml?r1=1.3&r2=1.4