tech-install archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Proposing PKGIN inside installer from cd0a



Hello All,

from usr.sbin/sysinst/configmenu.c
We can have something similar to get pkgin from cd0a rather than FTP

                make_url(&pkg, pkg_dir);
                if (run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT,
                        "pkg_add cd0a://amd64/binary/sets/pkgin") == 0) {
                        allok = 1;
                }

Regards,
--


Home | Main Index | Thread Index | Old Index