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

Re: Installer image for stretch/sid



Hi,

Roman Tsisyk wrote:
> Is there any working debian-installer image of kFreeBSD for stretch or sid?

Sorry, sid is likely broken at the moment.  And there is no stretch.

> I need a working kFreeBSD host to check compilation of my package.

The best thing at the moment may be to use Christoph's pre-built
jessie-kfreebsd VM image as a starting point:
https://people.debian.org/~christoph/jessie-kfreebsd-vmimage.raw.xz

If you attach an extra, empty disk to the VM, you could install a sid
chroot onto that, e.g.:

# cat /proc/partitions
(to find correct name of the second disk, e.g. /dev/ada1, /dev/da1)

# mkfs.ufs /dev/adaX
# mkdir -p /var/chroot/sid
# mount -o rw,noatime /dev/adaX /var/chroot/sid
# debootstrap sid /var/chroot/sid
# mount -t linprocfs none /var/chroot/sid/proc
# mount -t devfs none /var/chroot/sid/dev
# chroot /var/chroot/sid

Maybe we could make a pre-built sid VM image available soon...

Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org

Attachment: signature.asc
Description: Digital signature


Reply to: