Install debian from resuce v2: perl conflict June 28, 2013 08:02AM |
Registered: 11 years ago Posts: 17 |
rescue:/tmp# ./kirkwood.debian-wheezy.sh Your perl subsystem does not have support for $ENV{} and must be disabled for debootstrap to work Please disable perl by running the following command chmod -x /usr/bin/perl After perl is disabled, you can re-run this script. To re-enable perl after installation, run: chmod +x /usr/bin/perl Installation aborted.
Josef
Re: Install debian from resuce v2: perl conflict July 21, 2013 02:09PM |
#Manually remount / writable mount -o remount -w / #then rename perl so it cannot be found by installation script mv /usr/bin/perl /usr/bin/perl.OLD
mv /usr/sbin/debootstrap /usr/sbin/debootstrap.OLD mv /usr/share/debootstrap /usr/share/debootstrap.OLD
mount -o remount -r /
Re: Install debian from resuce v2: perl conflict July 23, 2013 12:03PM |
Registered: 11 years ago Posts: 17 |
Re: Install debian from resuce v2: perl conflict September 25, 2013 07:58AM |
Registered: 11 years ago Posts: 1 |