From: Mando Escamilla <mando@mando.org>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] how recompile kernel
Date: Sun, 14 Apr 2002 16:07:39 -0400 [thread overview]
Message-ID: <3CB9E18B.2030200@mando.org> (raw)
In-Reply-To: 200204142057.51205.dkerber1@terra.com.br
Daniel Kerber wrote:
>Hi...
>
>I need recompile the kernel for activate other settings..... no problem...
>
>The problem is: How acess the /boot partition to copying the new kernel... and
>changes the menu.lst file (grub)?
>
>Thanks for your attention...
>
>Daniel Kerber.
>_______________________________________________
>gentoo-dev mailing list
>gentoo-dev@gentoo.org
>http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
This should probably be on gentoo-user (or gentoo-newbie) rather than
gentoo-dev, but here's the quick answer:
# mount /boot
That'll work if you added your boot partition to /etc/fstab (as the
instructions clearly point out). If you didn't (shame, shame, shame),
then add a line something like this to /etc/fstab:
/dev/BOOTDEVICE /boot BOOTFSTYPE (ext3, ext2, xfs)
noauto,noatime 1 1
then
# mount /boot
and you're set.
--
Mando
next prev parent reply other threads:[~2002-04-15 0:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-14 23:57 [gentoo-dev] how recompile kernel Daniel Kerber
2002-04-14 20:07 ` Mando Escamilla [this message]
2002-04-14 23:57 ` George Shapovalov
2002-04-15 0:04 ` Avi Schwartz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3CB9E18B.2030200@mando.org \
--to=mando@mando.org \
--cc=gentoo-dev@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox