You are not logged in.
Pages: 1
Hi there,
I used Debian debootstrap to install Chimaera and Excalibur in directories.
Chimaera works well.
However, Excalibur failed to finalize installation dispute the similar environment.
1 Chimaera
1.1
Download http://deb.devuan.org/devuan/pool/main/ … n1_all.deb
copy file "ceres" to /usr/share/debootstrap/scripts/ as "ceres-devuan"
make the soft links @chimaera @excalibur for "ceres-devuan"
1.2
#sudo debootstrap --include "bash,zsh,wpasupplicant,locales,grub2,wget,curl,dhcpcd5" --arch amd64 chimaera /chroot/chimaera http://deb.devuan.org/merged/ chimaera
...
Base system installed successfully.
Now I can run
sudo chroot /chroot/chimaera /bin/su -l
It works well.
2 Excalibur
The same soft links @chimaera @excalibur for "ceres-devuan".
#sudo debootstrap --include "bash,zsh,wpasupplicant,locales,grub2,wget,curl,dhcpcd5" --arch amd64 excalibur /chroot/excalibur http://deb.devuan.org/merged/ excalibur
...
I: Extracting util-linux...
I: Extracting zlib1g...
At this point it suddenly stop.
No errors, but no complete installation neither.
--
Best regards
Pages: 1