You are not logged in.
I am planning to buy a HP nx6325 notebook. Unfortunately, it has some ACPI issues (thermal) which I think are solved in the git kernel version (they're not even in 2.6.20.1 I think). The problem is quite serious as it seems to be causing thermal problems.
I'd like to create a new ArchLinux install CD with the latest (git) kernel + some extra packages. I plan to backup the entire HDD (100GB) over network and I need something efficient to read NTFS partitions (=ntfsclone)
Unfortunately, the default ArchLinux install CD does not have this package. (as a request: maybe the ArchLinux install CD could also serve as a rescue Live CD.)
I found the "archboot" package - apparently, creating an install CD is straight-forward. I have looked for documentation on how to
* add tools to the ArchLinux install CD (available directly, without install) - I'd like to add "ntfsclone"+dependencies
* change the kernel (using archboot)
* (for the future) add packages available for install
I couldn't find anything. Does anybody know where I could find such information?
Many thanks.
Last edited by IceRAM (2007-02-20 21:56:06)
:: / my web presence
Offline
If there isn't a wiki page for this, it would be very nice if someone who has this knowledge could write one!
As an alternative, you might try larch.
(Do you really want to buy a notebook which might have thermal problems which may be solved in some kernel version?)
larch: http://larch.berlios.de
Offline
I was working on something like this before I got pulled into pacman development. I plan to finish it up at some point. However, the problem lies in the fact that our official kernel does not contain the modules (squashfs/unionfs) for making a real live CD, so we're stuck with something like "archboot".
Offline
OT ... what is the problem with squshfs/unionfs ?
Mr Green
Offline
The up-to-date versions of both squashfs and unionfs can no longer be built as external modules - they exist only as kernel patches. Unionfs will be merged in to vanilla at some point (it just made it into -mm last month), but that won't be for another while - at the moment, it's looking like 2.6.22 or after.
Offline