Nice work! I had done this a while back with 4.3.1, but I am very pleased to see it here! Nice work on 520 and for making it easier for those Windows users...noryb009 wrote:I just uploaded a pre-compiled Puppy Linux 520: http://db.tt/FJcXCZF

Nice work! I had done this a while back with 4.3.1, but I am very pleased to see it here! Nice work on 520 and for making it easier for those Windows users...noryb009 wrote:I just uploaded a pre-compiled Puppy Linux 520: http://db.tt/FJcXCZF
Code: Select all
Function UnzipPuppy
# SetOutPath "$INSTDIR"
# SetOverwrite ifnewer
# File "${PLICDIR}${PUPPY_SFS}"
# File "${PLICDIR}vmlinuz"
# File "${PLICDIR}initrd.gz"
InitPluginsDir
File /oname=$PLUGINSDIR\7zG.exe "7zG.exe"
File /oname=$PLUGINSDIR\7z.dll "7z.dll"
${If} ${FileExists} "$EXEDIR\puppy520.iso"
ExecWait '"$PLUGINSDIR\7zG.exe" x "$EXEDIR\puppy520.iso" -o"C:\${INSTALL_DIR}" -y -x![BOOT]*'
${EndIf}
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
call in
FunctionEnd
Code: Select all
IfFileExists "$EXEDIR\puppy_520.iso" found
MessageBox MB_YESNO "you must have a puppy520.iso file in the same directry, now i had check that you have not got it, continue?" IDYES NoCancelAbort
Abort
NoCancelAbort:
found:
Code: Select all
Function un.deleteFiles
# Delete "$INSTDIR\uninst.exe"
# Delete "$INSTDIR\${PUPPY_SFS}"
# Delete "$INSTDIR\readme.txt"
# Delete "$INSTDIR\initrd.gz"
# Delete "$INSTDIR\vmlinuz"
Delete "$INSTDIR\*.*"
RMDir "$INSTDIR"
Call un.uninstall
FunctionEnd
Code: Select all
timeout=5
default=0
title Puppy Linux 520
find --set-root --ignore-floppies /initrd.gz
kernel /vmlinuz
initrd /initrd.gz
boot
title Puppy Linux 520 - Do not load save file
find --set-root --ignore-floppies /initrd.gz
kernel /vmlinuz pfix=ram
initrd /initrd.gz
boot
Did you have puppy installed before?1. 2 entries were added in boot.ini instead of one.
If you want to use the D drive for your save file, edit C:\menu.lst and remove the psubdir="Puppy-Linux-525" part.2. Persistence isn't working . It says its saving the file. But upon rebooting it doesn't load the saved file. The saved fie is located in my D drive(ntfs partition) Edit: persistence works if the save file in on the C drive . .
nopeDid you have puppy installed before?
Do they say the same thing? (Start Puppy Linux)
If you reinstall puppy (keeping save file and deleting grub when asked) do 2 appear still?