[ gpsdrive ] Build issues (debian changeroot)
Jörg Ostertag
GpsDrive at ostertag.name
Wed Nov 19 07:19:00 AKST 2008
> 1. How to install stable and testing on the same system at the same time,
> running it from source gives many error messages and wont start but I think
> I know how to circumvent those.
Maybe you can try to use chroot with something like ...
aptitude install debootstrap
debootstrap etch ${CHROOT_DIR}/ ftp://ftp.debian.org/debian
echo proc-sid ${CHROOT_DIR}/proc proc none 0 0 >> /etc/fstab
chroot ${CHROOT_DIR} /usr/bin/apt-get update || exit -1
chroot ${CHROOT_DIR} /usr/bin/apt-get
dist-upgrade --assume-yes --force-yes
--
Jörg Ostertag (Tettnang)
More information about the GPSdrive
mailing list