hello
iam tryting to build own freebsd dist...
my problem is about installing packages after formating and installing base system
for example in archlinux there is a tool name is pacstrap... packstrap can install packages to a mount point.
# packstrap /mnt bash
is there a way to use pkg_add like packstrap?
iam mounting /dev/ad0s1 to /media/disk... /dev/ad0s1 is rootfs of installed freebsd.
i want to install bash.tgz package to /dev/ad0s1 without booting from /dev/ad0s1
is there a way to do that?
maybe i can use chroot for this
anyfeedback make me happy,
best regards
iam tryting to build own freebsd dist...
my problem is about installing packages after formating and installing base system
for example in archlinux there is a tool name is pacstrap... packstrap can install packages to a mount point.
# packstrap /mnt bash
is there a way to use pkg_add like packstrap?
iam mounting /dev/ad0s1 to /media/disk... /dev/ad0s1 is rootfs of installed freebsd.
i want to install bash.tgz package to /dev/ad0s1 without booting from /dev/ad0s1
is there a way to do that?
maybe i can use chroot for this
anyfeedback make me happy,
best regards