summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-04-04 13:52:57 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-04-04 13:52:57 +0000
commit59d0fc2b23f6c6aafb3e74759f02989ad01b2d90 (patch)
treef0ade76925bf1eab52ed4c067f7530d4dc8e2e07 /docs
parentf3d01f7b0c07697265c417452df92955555cd66f (diff)
downloaddrakx-backup-do-not-use-59d0fc2b23f6c6aafb3e74759f02989ad01b2d90.tar
drakx-backup-do-not-use-59d0fc2b23f6c6aafb3e74759f02989ad01b2d90.tar.gz
drakx-backup-do-not-use-59d0fc2b23f6c6aafb3e74759f02989ad01b2d90.tar.bz2
drakx-backup-do-not-use-59d0fc2b23f6c6aafb3e74759f02989ad01b2d90.tar.xz
drakx-backup-do-not-use-59d0fc2b23f6c6aafb3e74759f02989ad01b2d90.zip
some updates
Diffstat (limited to 'docs')
-rw-r--r--docs/HACKING32
1 files changed, 13 insertions, 19 deletions
diff --git a/docs/HACKING b/docs/HACKING
index b5844c846..4e3d51661 100644
--- a/docs/HACKING
+++ b/docs/HACKING
@@ -64,21 +64,16 @@ gc ALL=(root) NOPASSWD:/usr/bin/patch,NOPASSWD:/bin/rpm,NOPASSWD:/bin/mount,NOPA
(4) boot kernel
-you need one or more kernels and (all?) their modules. it's located in
-subdirectory "all.kernels" in DrakX-*.src.rpm ; if you ever grab (or
-build) another boot kernel, replace or add an entry in "all.kernels" as:
+you need one or more kernels and (all?) their modules. it's
+located in the subdirectory "all.kernels" of the "gi/kernel"
+directory; if you ever grab (or build) another boot kernel,
+replace or add an entry in "all.kernels" as:
- (a) create your modules subdir (useful to describe the
- VERSION_RELEASE) and untar your kernel
-
-[gc@obiwan ~/cvs/gi/all.kernels] mkdir 2.4.1-BOOTcustom
-[gc@obiwan ~/cvs/gi/all.kernels] cd 2.4.1-BOOTcustom
-[gc@obiwan ~/cvs/gi/all.kernels/2.4.1-BOOTcustom] tar jxvf ~/mycustomkernel.tar.bz2
-[gc@obiwan ~/cvs/gi/all.kernels/2.4.1-BOOTcustom] ls
-boot/ cardmgr/ lib/
-
- (c) build kernel/modules stuff for stage1 and stage2
-[gc@obiwan ~/cvs/gi] ./update_kernel
+[gc@obiwan ~/cvs/gi/kernel/all.kernels] mkdir 2.4.1-BOOTcustom
+[gc@obiwan ~/cvs/gi/kernel/all.kernels] cd 2.4.1-BOOTcustom
+[gc@obiwan ~/cvs/gi/kernel/all.kernels/2.4.1-BOOTcustom] tar jxvf ~/mycustomkernel.tar.bz2
+[gc@obiwan ~/cvs/gi/kernel/all.kernels/2.4.1-BOOTcustom] ls
+boot/ lib/
(5) pray
@@ -93,12 +88,11 @@ The comments written with #- are automatically stripped out at install.
---------------------------------------------------------------------------
testing all:
- go to the perl-install directory and execute ./g_auto_install --test
-
- You should be able to test the whole thing in a non-destructive way.
-
-NEVER compile and/or execute DrakX as root!
+ go to the perl-install directory and execute ./install2 --test
+ NEVER execute DrakX as root! You might need to allow all users
+ to read the block devices of your hard-disks, though (chmod a+w
+ /dev/hda* for example).