From arnuld3 at gmail.com Wed Jan 3 11:13:25 2007 From: arnuld3 at gmail.com (arnuld) Date: Wed, 3 Jan 2007 15:43:25 +0530 Subject: poldek problem Message-ID: hai all, i have downloaded the PLD rescue CD & i want to install PLD Linux. in PLD documenation at this page: http://docs.pld-linux.org/instalacjarc_install_core.html i see this command: # poldek --root /dest --mkdir -i \ lilo SysVinit rc-scripts poldek FHS geninitrd pico bash mc \ openssl dev pcre xfsprogs login shadow modutils --nodeps but that does not work & i was told by the system that options were not correct. i checked "man poldek" & saw that there is no "--mkdir" option that comes with "poldek". may i know what is the correct options? BTW, what exactly "--mkdir" does? -- arnuld http://arnuld.blogspot.com/ From zswi at pers.pl Wed Jan 3 13:09:46 2007 From: zswi at pers.pl (=?utf-8?q?Rafa=C5=82_Cygnarowski?=) Date: Wed, 3 Jan 2007 13:09:46 +0100 Subject: poldek problem In-Reply-To: References: Message-ID: <200701031309.46314.zswi@pers.pl> Dnia ?roda, 3 stycznia 2007 11:13, arnuld napisa?: > but that does not work & i was told by the system that options were > not correct. i checked "man poldek" & saw that there is no "--mkdir" > option that comes with "poldek". may i know what is the correct > options? I suppose that documentation is out of date. But you can try this: # rpm --initdb --root=/dest # poldek --root=/dest and use install command in poldek shell to install basic packages (especially poldek, your favourite shell (bash?) and some editor - I used to install mc for convenient). After that try to make # chroot /dest bash (if you installed bash) and inside chroot edit your poldek configuration (or just before entering chroot copy it from /etc/poldekwhatever) and run it... install rest of packages you want, edit core configuration files (/etc/fstab, bootloader etc.), install bootloader, set root password, eject rescuecd, (*)pray, init 6, pray... and if your prays did nothing back to rescuecd and correct mistakes you made - after all jump to (*)... Good luck. > # poldek --root /dest --mkdir -i \ > lilo SysVinit rc-scripts poldek FHS geninitrd pico bash mc \ > openssl dev pcre xfsprogs login shadow modutils --nodeps BTW, why someone wanted to use --nodeps? -- Rafa? Cygnarowski rafi at pers.pl PS. take a look at rc-boot package