I repeated these steps from the tutorial, so now it starts like before.
but still have the bus error.


Code:
--------------------
    cd ~
  wget http://ftp.us.debian.org/debian/pool...28-10_i386.deb
  mkdir -p newpack oldpack/DEBIAN
  dpkg-deb -x libc6_2.28-10_i386.deb oldpack/
  dpkg-deb -e libc6_2.28-10_i386.deb oldpack/DEBIAN
  nano oldpack/DEBIAN/control
  Set the version to the Rasbian version (add +rpi1) and remove the dependency 
of libgcc1 and save the file
  rm oldpack/usr/share/doc/libc6/changelog.Debian.gz
  nano oldpack/DEBIAN/md5sums
  Remove the line with the MD5 Sums for changelog.Debian.gz
  dpkg-deb -Z xz -b oldpack/ newpack/
  The new package is now in the subfolder newpack, with the name of the new 
version (e.g. libc6_2.28-10+rpi1_i386.deb)
  Install the new package:
  sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb
--------------------


------------------------------------------------------------------------
CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to