Update:
I made a little remastering script for the Arch Linux Installer
(mkiso.sh). You will need following directories to make a iso:
addons   - dir with the addons (just copy it from an install cd)
isolinux   - dir with all the isolinux stuff ( also copy it from a cd)
root         - here you extract the initrd.img from the isolinux folder
(mount it somewhere and copy all the files)
temp       - the temp directory, needs 2 subdirectories: cdbuild and
temproot

Now you can play around with the root directory. To make an iso run the
mkiso.sh script and you should get a iso called "the_hacked_installer.iso".




While playing around with the setup script (v0.71) I found two small
mistakes:
1. In line 753:
753    if [ "$S_INSTALL" = "1" -a "$delpkg" = "yes" ]; then
754                            # clean up the cached package files that
pacman leaves
755                            $PACMAN --root $DESTDIR --sync --clean
--clean >$LOC 2>&1
756    fi
753    S_INSTALL=1

S_INSTALL is only set after the test expression and will never be 1. The
cached packages will not be cleaned.

2. In line 755: Output should be redirected to $LOG instead of $LOC.




And the third thing: I'm messing around with the setup script and making
it into a kickstart-style installation script. I'll post it as soon as
it works a bit better than right now;).

- Adarsh

Attachment: mkiso.sh
Description: application/shellscript

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to