
http://cgit.ponce.cc/slackbuilds/tree/system/slackyd
or, if preferred, you can navigate it also in "plain-mode"

http://cgit.ponce.cc/slackbuilds/plain/system/slackyd/
Code: Select all
Flushing filesystem buffers, this may take a while...
Setting up MBR on /dev/sda...
./scripts/bootextlinux.sh: line 106: ./boot/syslinux/lilo: No such file or directory
Code: Select all
# setup MBR if the device is not in superfloppy format
if [ "$MBR" != "$TARGET" ]; then
echo "Setting up MBR on $MBR..."
#change “./boot/syslinux/lilo” to “/boot/syslinux/lilo”
./boot/syslinux/lilo -S /dev/null -M $MBR ext
echo "Activating partition $TARGET..."
#change “./boot/syslinux/lilo” to “/boot/syslinux/lilo”
./boot/syslinux/lilo -S /dev/null -A $MBR $NUM
echo "Updating MBR on $MBR..."
#change “./boot/syslinux/mbr.bin” to “/boot/syslinux/mbr.bin
cat ./boot/syslinux/mbr.bin > $MBR
fi
Code: Select all
Setting up boot record for /dev/sda1...
./scripts/bootextlinux.sh: line 114: ./boot/syslinux/extlinux: No such file or directory
Code: Select all
echo "Setting up boot record for $TARGET..."
#changed “./boot/syslinux/extlinux -i boot/syslinux”
#to “/boot/syslinux/extlinux -i /boot/syslinux”
./boot/syslinux/extlinux -i boot/syslinux
Erwww that really sucks...fanthom wrote:@Rava
the problem is that mozilla doesn't provide 64bit builds of firefox and you need to compile it from sources
anybody knows updated ff slackware package?
Yay! So... that means Porteus-v1.0-rc2 x86_64 is only moments away?fanthom wrote: still waiting on kde-4.6.3 (should be out yesterday). i have bumped kernel to version 2.6.38, LXDE to latest snapshot from ponce.cc, we have FF-4.0.1 and slackyd-1.0 as a last call updates.
only kde left....
Why not provide a minimal 64 bit textmode only Porteus as soon as we have the 1.0 finale, just for booting and installing a wanted 1.0 with KDE and / or LXDe?fanthom wrote:there are two solutions:
- force users to install porteus from 64bit linux and not 32 bit one