PLDWWW: Packages/Anaconda
patrys
patrys at pld-linux.org
Fri Dec 14 19:05:57 CET 2007
Author: patrys Date: Fri Dec 14 18:05:57 2007 GMT
Module: PLDWWW URL: http://www.pld.net.pl/Packages/Anaconda?action=diff&rev2=15&rev1=14
---- Log message:
---- Page affected: Packages/Anaconda
---- Diffs:
================================================================
openssh-server
pciutils
sed
+ terminfo
traceroute
udev
usbutils
@@ -58, +59 @@
{{{
# poldek -r /path/to/root -u anypackage
}}}
+
== making iso ==
- download linux-live.tar.gz from http://www.linux-live.org/. you'll need kernel which has ext2 compiled in as default PLD Linux Distribution kernel doesn't provide that, you can download precompiled kernel also from linux-live site. you should set password for root, or alter /etc/inittab to execute shell instanly after boot or you'll not be able to login.
+ Install linux-live-build. You'll need kernel which has ext2 compiled in as default PLD Linux Distribution kernel doesn't provide that, you can download precompiled kernel from linux-live site. You should set password for root, or alter /etc/inittab to execute shell instanly after boot or you'll not be able to login.
+
- to use the linux-live kernel, pay attention that you need only /boot/vmlinuz-$VERSION /lib/modules/$VERSION. just copy those to your installroot.
+ To use the linux-live kernel, pay attention that you need only /boot/vmlinuz-$VERSION /lib/modules/$VERSION. just copy those to your installroot.
+
+ To build your CD use:
+
+ {{{
+ # ROOT=/path/to/your/root /usr/lib/linux-live/build
+ }}}
+
+ Then to create ISO, cd to the /tmp/live_data_* directory created by the above command. Then cd to your live name and run:
+
+ {{{
+ # sh make_iso.sh
+ }}}
+
== creating repodata ==
as the installer will depend on repodata, you'll need to create repodata in your PLD Linux Distribution mirror.
More information about the pld-cvs-commit
mailing list