1234567891011121314151617 |
- #One or more words that identify this distribution:
- DISTRO_NAME='Quirky Puppy'
- #version number of this distribution:
- DISTRO_VERSION=5.95
- #The distro whose binary packages were used to build this distribution:
- DISTRO_BINARY_COMPAT='t2'
- #Prefix for some filenames: exs: quirkysave.2fs, quirky-5.1.3.4.sfs
- DISTRO_FILE_PREFIX='quirky'
- #The version of the distro whose binary packages were used to build this distro:
- DISTRO_COMPAT_VERSION='quirky6'
- #the kernel pet package used:
- DISTRO_KERNEL_PET='linux_kernel-3.8.0-nopae-f2fs-i586-precise.pet'
- DISTRO_TARGETARCH='x86'
- #subname for online PETs dir. Ex: 'slacko14', dir 'pet_packages-slacko14', db file 'Packages-puppy-slacko14-official':
- #note: prior to existence of this variable, online subname was set to $DISTRO_COMPAT_VERSION or via some hack code.
- DISTRO_DB_SUBNAME='quirky6'
|