View previous topic :: View next topic |
Author |
Message |
digitall2000 Apprentice
Joined: 21 Dec 2004 Posts: 267
|
Posted: Mon Feb 05, 2007 6:32 pm Post subject: newbeee genkernel questions |
|
|
hi
i'm using genkernel and have a working system and need to keep it that way.
i need to add iptable support, i can set up fstab and grub (finally).
so i have some questions, some may not pertain to this thread but:
1. do i need to unmount the /boot partition before using genkernel?
2. i would like to keep my old .config and kernel as a bootable backup.
so where or when do i rename the old or new .config and kernel?
3. how do i get rid of the extra modules? (sata and stuff like that)
is that a config issue or a coldplug issue?
4. do i need to use the initramfs to use cold plug?
5. how do i go about giving a user root permissions?
thank you in advance
lance |
|
Back to top |
|
|
Roman_Gruber Advocate
Joined: 03 Oct 2006 Posts: 3846 Location: Austro Bavaria
|
Posted: Mon Feb 05, 2007 6:47 pm Post subject: Re: newbeee genkernel questions |
|
|
digitall2000 wrote: | hi
i'm using genkernel and have a working system and need to keep it that way.
i need to add iptable support, i can set up fstab and grub (finally).
so i have some questions, some may not pertain to this thread but:
1. do i need to unmount the /boot partition before using genkernel?
2. i would like to keep my old .config and kernel as a bootable backup.
so where or when do i rename the old or new .config and kernel?
3. how do i get rid of the extra modules? (sata and stuff like that)
is that a config issue or a coldplug issue?
4. do i need to use the initramfs to use cold plug?
5. how do i go about giving a user root permissions?
thank you in advance
lance |
ad 5: in a console you can use the command su to give a user root priviliges. If you type exit and enter, then you are the normal user. Also sudo exist, but i don*t like sudo. See man su; man sudo. Man displays the man page, a sort of information for a given command. man command. These are console commands.
ad 1-4 I suggest to build a own kernel. You can keep your kernel if you add them to the /boot/grub/grub.conf and keep the files. |
|
Back to top |
|
|
Roman_Gruber Advocate
Joined: 03 Oct 2006 Posts: 3846 Location: Austro Bavaria
|
|
Back to top |
|
|
digitall2000 Apprentice
Joined: 21 Dec 2004 Posts: 267
|
Posted: Fri Feb 09, 2007 12:38 am Post subject: own kernel |
|
|
i have built my own kernels
what i wanted to know was specifics about genkernel
since you can use menuconfig
i do not see much difference 'cept saving the file where you want |
|
Back to top |
|
|
madisonicus Veteran
Joined: 20 Sep 2006 Posts: 1130
|
Posted: Fri Feb 09, 2007 2:45 am Post subject: Re: own kernel |
|
|
digitall2000 wrote: | i have built my own kernels
what i wanted to know was specifics about genkernel
since you can use menuconfig
i do not see much difference 'cept saving the file where you want | There is no real benefit to using genkernel if you're comfortable compiling your own custom kernel. The automated script is designed to make creating a bootable kernel for unknown or variable systems easier. _________________ Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC |
|
Back to top |
|
|
|