s243a

basesfs (kali - cli...draft#1)

Feb 23rd, 2021
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.92 KB | None | 0 0
  1. # ubuntu/debian puppy basesfs pkglist
  2. #
  3. # generic commands: %exit %include %makesfs %import
  4. # special package commands: %get_pkgs_by_priority %addbase %addpkg %bblinks %remove %repo %lock %cutdown
  5. # installer commands: %bootstrap %dpkg %dpkgchroot %depend %nodepend %reinstall %dpkg_configure
  6. # startup default: bootstrap, nodepend
  7. #
  8. # extra param for commands, params can be quoted
  9. # %include include-file
  10. # %makesfs output.sfs [squashfs-para%m]
  11. # %pkg_by_prio priority ["inclusion-egrep"] ["exclusion-egrep"]
  12. # %bblinks [nousr]
  13. # %remove pkgname ...
  14. # %repo url version sections pkgdb
  15. # %addpkg pkgname ...
  16. # %reinstall pkgname ...
  17. # %dpkg_configure configure flags
  18. # %lock pkgname ...
  19. # %cutdown [all doc gtkdoc nls cache dev]
  20. # %import dir ...
  21. #
  22. # %symlink source target
  23. # %rm file ... (-rf flag is always used)
  24. # %mkdir dir ... (-p flag is always used)
  25. # %touch file ...
  26. # % %chroot command ...
  27. #
  28. # start with %pkgs_by_prio required. Otherwise start with libc6.
  29. #
  30.  
  31. # essential packages
  32. #%pkgs_by_priority "required" ".*lib.*|^tzdata|^bash|^dash|^lsb-base|^ncurses.*|^bsdutils|^kmod|^mount|^insserv|^mount|^sysvinit-utils|^procps|^makedev" "^klibc|.*plymouth.*|mountall"
  33. #%pkgs_by_priority "required"
  34. #%dpkg # use dpkg installer instead of bootstrap
  35. #%dpkgchroot # use dpkg-chroot installer instead of bootstrap
  36. #%depend # turn on dependency
  37. %nodepend
  38. %bootstrap
  39.  
  40. #GlibC Packages
  41. libc6 # -- upupGG+D: yes|glibc|libc-bin,libc6,libcrypt1,libc6-dev,tzdata|exe,dev,doc,nls
  42. libc-bin #dep of locales -- upupGG+D: yes|glibc|libc-bin,libc6,libcrypt1,libc6-dev,tzdata|exe,dev,doc,nls
  43. libcrypt1 #dep of perlbase,util-linux: -- upupGG+D: yes|glibc|libc-bin,libc6,libcrypt1,libc6-dev,tzdata|exe,dev,doc,nlsx
  44. #libc6-dev #dep of util-linux -- upupGG+D: yes|glibc|libc-bin,libc6,libcrypt1,libc6-dev,tzdata|exe,dev,doc,nls
  45. tzdata # -- upupGG+D: yes|glibc|libc-bin,libc6,libcrypt1,libc6-dev,tzdata|exe,dev,doc,nls
  46.  
  47. #libtinfo5 #Required for libreadline7
  48. libtinfo6 #Required for libreadline8 -- UpupGG+D: yes|ncurses|ncurses-base,ncurses-bin,libncurses6,libncurses-dev,libncursesw6,libncursesw5-dev,libtinfo6,libtinfo-dev|exe,dev,doc,nls
  49.  
  50.  
  51. #libpcre3 #Old Dependency of libselinux1
  52. libpcre2-8-0 #Required by libselinux1 -- UpupGG+D: yes|pcre2|libpcre2-8-0,libpcre2-dev|exe,dev,doc,nls
  53. libselinux1 #UpupGG+D: yes|libselinux|libselinux1,libselinux1-dev|exe,dev,doc,nls
  54. libsepol1 #UpupGG+D: yes|libsepol|libsepol1,libsepol1-dev|exe,dev,doc,nls
  55.  
  56. %dummy sensible-utils #This is a dependency of debianutils but it isn't essential.
  57.  
  58. debianutils #dep of isc-dhcp-common #UpupGG+D: yes|debianutils|debianutils|exe,dev,doc,nls
  59. %dummy base-files #Tinycore probably already has these
  60.  
  61. coreutils #upupGG+D: yes|coreutils|coreutils|exe,dev>null,doc,nls
  62. grep #upupGG+D: yes|grep|grep|exe,dev>null,doc,nls
  63.  
  64. libgmp10 #dep of gawk,libmpfr4,libisl23 -- upupGG+D: yes|gmp|libgmp10,libgmpxx4ldbl,libgmp-dev,libgmp3-dev|exe,dev,doc,nls| #in precise, this was only in devx, but abiword needs it.
  65.  
  66. libmpfr6 #required for gawk -- upupGG+D: yes|mpfr|libmpfr6,libmpfr-dev|exe>dev,dev,doc,nls
  67.  
  68. readline-common #required for gawk -- upupGG+D: yes|readline|libreadline8,libreadline-dev,readline-common|exe,dev,doc,nls
  69. libreadline8 #dep gawk,gpg,gpgconf -- upupGG+D: yes|readline|libreadline8,libreadline-dev,readline-common|exe,dev,doc,nls
  70.  
  71. libsigsegv2 #required for gawk, sed -- upupGG+D: yes|libsigsegv|libsigsegv2,libsigsegv-dev|exe,dev,doc,nls
  72. %dpkg_configure --force-all -a
  73. gawk #gawk seems to want libgmp10:i386 to be configured -- upupGG+D: yes|gawk|gawk|exe,dev,doc,nls
  74. %dummy mawk
  75. #mawk
  76. sed # -- upupGG+D: yes|sed|sed|exe,dev>null,doc,nls
  77. tar # -- upupGG+D: yes|tar|tar|exe,dev>null,doc,nls
  78.  
  79. liblzma5 #Dependency of squashfs-tools -- upupGG+D: yes|xz|xz-utils,liblzma5,liblzma-dev|exe,dev,doc,nls
  80. xz-utils # -- upupGG+D: yes|xz|xz-utils,liblzma5,liblzma-dev|exe,dev,doc,nls
  81. liblz4-1 #Dependency of squashfs-tools -- upupGG+D: yes|liblz4|liblz4-1|exe,dev,doc
  82. liblzo2-2 #Dependency of squashfs-tools -- upupGG+D: yes|lzo2|liblzo2-2,liblzo2-dev|exe,dev,doc,nls
  83. squashfs-tools #upupGG+D: yes|squashfs-tools4||exe| #note, kernel-version sensitive
  84. gzip #upupGG+D: yes|gzip|gzip|exe,dev>null,doc,nls
  85. cpio #upupGG+D: yes|cpio|cpio|exe,dev>null,doc,nls
  86.  
  87. libbz2-1.0 #upupGG+D: yes|bzip2|bzip2,libbz2-1.0,libbz2-dev|exe,dev,doc,nls
  88. bzip2 #upupGG+D: yes|bzip2|bzip2,libbz2-1.0,libbz2-dev|exe,dev,doc,nls
  89.  
  90. libattr1 #upupGG+D: yes|attr|libattr1,libattr1-dev|exe,dev,doc,nls
  91. libacl1 #Dep of acl #upupGG+D: yes|acl|acl,libacl1,libacl1-dev|exe,dev,doc,nls
  92. acl #upupGG+D: yes|acl|acl,libacl1,libacl1-dev|exe,dev,doc,nls
  93. %addpkg puppycore_noarch
  94. %addpkg puppycore_users
  95.  
  96. libsystemd0 #Dependency of bsdutils -- upupGG+D: yes|libsystemd|libsystemd0,libsystemd-dev|exe,dev,doc,nls
  97.  
  98. #Not for procps be careful not to overwrite puppies script for "ps"
  99. libprocps8 #dep of procps
  100. procps #yes|procps|procps,libprocps8,libprocps-dev|exe,dev,doc,nls
  101. libgnutls30 #dep of gnutls-bin,
  102. #gnutls-bin #Not needed but contains: certtool, danetool, gnutls-cli, gnutls-cli-debug, gnutls-serv, ocsptool, p11tool, psktool, srptool
  103. bsdutils # -- upupGG+D: yes|util-linux|util-linux,fdisk,mount,uuid-runtime,bsdutils,
  104. # libuuid1,libblkid1,libfdisk1,libmount1,libsmartcols1,
  105. # libfdisk-dev,libmount-dev,libsmartcols-dev,uuid-dev,libblkid-dev,libmount-dev
  106. # |exe,dev,doc,nls| #ADDED 20150717-08 20150730 20150808
  107. libmount1 #Dep of mount,fdisk -- upupGG+D: yes|util-linux|...
  108. fdisk # -- upupGG+D: yes|util-linux|...
  109. libuuid1 #Dep of libblkid1,util-linux,uuid-runtime,parted,libparted2 -- upupGG+D: yes|util-linux|...
  110. uuid-runtime # -- upupGG+D: yes|util-linux|...
  111. libblkid1 #Dep of mount,util-linux,libparted1,parted -- upupGG+D: yes|util-linux|...
  112. util-linux #Dependency of mount -- upupGG+D: yes|util-linux|util-linux,fdisk,mount,uuid-runtime,bsdutils,
  113. # libuuid1,libblkid1,libfdisk1,libmount1,libsmartcols1,
  114. # libfdisk-dev,libmount-dev,libsmartcols-dev,uuid-dev,libblkid-dev,libmount-dev
  115. # |exe,dev,doc,nls| #ADDED 20150717-08 20150730 20150808
  116. %dpkg_configure --force-all -a #Mount seems to want libmount1 confgiured
  117. mount -- upupGG+D: yes|util-linux|util-linux,fdisk,mount,uuid-runtime,bsdutils,libuuid1,
  118. # libblkid1,libfdisk1,libmount1,libsmartcols1,libfdisk-dev,libmount-dev,
  119. # libsmartcols-dev,uuid-dev,libblkid-dev,libmount-dev
  120. # |exe,dev,doc,nls| #ADDED 20150717-08 20150730 20150808
  121. #
  122. libncursesw6 #A dependency of dialog -- upupGG+D: yes|ncurses|ncurses-base,ncurses-bin,libncurses6,libncurses-dev,
  123. # libncursesw6,libncursesw5-dev,libtinfo6,libtinfo-dev
  124. # |exe,dev,doc,nls
  125.  
  126. dialog # -- upupGG+D: yes|dialog|dialog|exe,dev>null,doc,nls
  127.  
  128.  
  129. gcc-10-base #dep of libunwind8,strace,libatomic1,libgomp1,libquadmath0 -- upupGG+D: yes|gcc_dev|gcc-10-base,gcc,gcc-10,g++,g++-10,cpp,cpp-10|exe>dev,dev,doc,nls
  130. libunwind8 #dep of strace -- upupGG+D: yes|xorg_base_new|libglapi-mesa,libx11-xcb1,libx11-xcb-dev,xfonts-utils,libxmu-headers,mesa-common-dev,xinit,x11-xkb-utils,x11-xserver-utils,x11-utils,x11-apps,fontconfig,libdrm2,libdrm-dev,libdrm-amdgpu1,libdrm-intel1,libdrm-nouveau2,libdrm-radeon1,libepoxy0,libepoxy-dev,libfontconfig1,libfontconfig1-dev,libfontenc1,libfontenc-dev,libgl1-mesa-glx,libgl1-mesa-dev,libglu1-mesa,libglu1-mesa-dev,libice6,libice-dev,libsm6,libsm-dev,libunwind8,libx11-6,libx11-dev,libx11-data,libxau6,libxau-dev,libxaw7,libxaw7-dev,libxcomposite1,libxcomposite-dev,libxcursor1,libxcursor-dev,libxdamage1,libxdamage-dev,libxdmcp6,libxdmcp-dev,libxext6,libxext-dev,libxfixes3,libxfixes-dev,libxfont2,libxfont-dev,libxft2,libxft-dev,libxi6,libxi-dev,libxinerama1,libxinerama-dev,libxkbfile1,libxkbfile-dev,libxmu6,libxmu-dev,libxmuu1,libxmuu-dev,libxpm4,libxpm-dev,libxrandr2,libxrandr-dev,libxrender1,libxrender-dev,libxres1,libxres-dev,libxss1,libxss-dev,libxt6,libxt-dev,libxtst6,libxtst-dev,libxv1,libxv-dev,libxwiimote2,libxxf86dga1,libxxf86dga-dev,libxxf86vm1,libxxf86vm-dev,xkb-data,xinput,xbitmaps|exe,dev,doc,nls|
  131. libquadmath0 # -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  132. libitm1 # -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  133. libisl23 #In Bulseye Replaces libisl22 -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  134. libgomp1 # -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  135. libgcc-s1 #dep of libglib2.0-0,mc,libffi7,strace,libasan5 -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  136. libc6-amd64 #dep of lib64gcc-s1 -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  137. lib64gcc-s1 #replaces libgcc1 -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  138. libatomic1 # -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  139. libasan5 # -- upupGG+D: yes|gcc_lib|libasan5,libatomic1,libgcc1,libgcc-10-dev,libgomp1,libisl22,libitm1,libquadmath0|exe,dev,doc,nls
  140. strace #add this for debugging purposes -- upupGG+D: yes|strace|strace|exe>dev,dev,doc,nls
  141.  
  142. #Puppy Needs gettext for translations
  143. gettext-base #upupGG+D: yes|gettext_devxonly|gettext-base,gettext|exe>dev,dev,doc,nls
  144. gettext #upupGG+D: yes|gettext_devxonly|gettext-base,gettext|exe>dev,dev,doc,nls
  145.  
  146.  
  147. # extra packages
  148. screen # useful for debugging
  149. zlib1g # dep of libmagic,file,perl & squashfs-tools -- upupGG+D: yes|zlib|zlib1g,zlib1g-dev|exe,dev,doc,nls
  150. libmagic-mgc # dep of libmagic,file,perl -- upupGG+D: yes|file|file,libmagic1,libmagic-mgc,libmagic-dev|exe,dev,doc,nls
  151. libmagic # dep of file -- upupGG+D: yes|file|file,libmagic1,libmagic-mgc,libmagic-dev|exe,dev,doc,nls
  152. file # for checking file types -- upupGG+D: yes|file|file,libmagic1,libmagic-mgc,libmagic-dev|exe,dev,doc,nls
  153. libc-l10n # dep of locales
  154. locales # locale files -- upupGG+D: yes|glibc_locales|locales|exe,dev,doc,nls>exe
  155.  
  156. # xorg packages
  157. #%nodepend # disable dep for udev, otherwise brings loads of dependencies
  158.  
  159. #lsb-base contains /lib/lsb/init-functions but doesn't exist after buster
  160. # for full system include this but not for upgrade. May want an older version of this package for puppy compatability.
  161. %dummy lsb-base # dep of kmod -- upupGG+D: yes|lsb-base|lsb-base|exe,dev,doc,nls
  162.  
  163.  
  164. libkeyutils1 #dep of keyutils -- upupGG+D: yes|keyutils|libkeyutils1,libkeyutils-dev|exe,dev>null,doc,nls
  165. keyutils #
  166. libdevmapper1.02.1 #Dep of libdevmapper-event1.02.1,libparted2,parted upupGG+D: yes|devmapper|libdevmapper1.02.1,libdevmapper-dev,libdevmapper-event1.02.1|exe,dev,doc,nls
  167. libdevmapper-event1.02.1 # upupGG+D: yes|devmapper|libdevmapper1.02.1,libdevmapper-dev,libdevmapper-event1.02.1|exe,dev,doc,nls
  168. libkmod2 # debian needs this upupGG+D: yes|kmod|kmod,libkmod2,libkmod-dev|exe,dev,doc,nls
  169. kmod # upupGG+D: yes|kmod|kmod,libkmod2,libkmod-dev|exe,dev,doc,nls
  170.  
  171. #We want to use this basesfs to upgrade systems so we don't want to overwrite either eudev or udev.
  172. #%dummy eudev
  173. libudev1 #dep of udev,libusb-1.0-0
  174. #%dummy udev
  175. #libusb-1.0-0 #upupGG+D: yes|libusb1|libusb-1.0-0,libusb-1.0-0-dev|exe,dev,doc,nls| #libusb1 necesssary for ffmpeg3
  176.  
  177. #This stuff is needed for some apt functinality
  178. libxxhash0
  179. libzstd1 #TODO, check that this isn't needed by any of the above packages
  180. libseccomp2
  181.  
  182.  
  183. # apt and friends - with its run-time dependencies (among others)
  184. diffutils #upupGG+D: yes|diffutils|diffutils|exe,dev,doc,nls
  185. #util-linux (addded above) #upupGG+D: yes|util-linux|...
  186.  
  187. libss2 #dep of e2fsprogs,libcom-err2 #upupGG+D: yes|e2fsprogs|...
  188. libext2fs2 #dep of e2fsprogs #upupGG+D: yes|e2fsprogs|...
  189. libcom-err2 #dep of e2fsprogs #upupGG+D: yes|e2fsprogs|...
  190. e2fsprogs #upupGG+D: yes|e2fsprogs|comerr-dev,e2fslibs,e2fslibs-dev,e2fsprogs,libext2fs2,libext2fs-dev,
  191. libblkid1,libblkid-dev,libcom-err2,libss2,libuuid1,ss-dev,uuid-dev|exe,dev,doc,nls
  192.  
  193. #Disk Related Stuff
  194. libntfs-3g883 -- upupGG+D: yes|ntfs-3g|libntfs-3g883,ntfs-3g,ntfs-3g-dev|exe,dev,doc,nls| #this seems to have taken over the full functionality of ntfsprogs.
  195. libfuse2 #dep of fuse -- upupGG+D: yes|fuse|fuse,libfuse2,libfuse-dev|exe,dev,doc,nls|
  196. fuse #upupGG+D: yes|fuse|fuse,libfuse2,libfuse-dev|exe,dev,doc,nls|
  197. exfat-fuse #upupGG+D: yes|exfat|exfat-fuse,exfat-utils|exe,dev,doc,nls #requires fuse
  198. exfat-utils #upupGG+D: yes|exfat|exfat-fuse,exfat-utils|exe,dev,doc,nls #requires fuse
  199. dmidecode #dep of parted,libparted2
  200. libparted2 #dep of parted,libparted-fs-resize0 #upupGG+D: yes|parted|parted,libparted2,libparted-dev,libparted-fs-resize0|exe,dev,doc,nls|
  201. libparted-fs-resize0 #upupGG+D: yes|parted|parted,libparted2,libparted-dev,libparted-fs-resize0|exe,dev,doc,nls|
  202. parted #upupGG+D: yes|parted|parted,libparted2,libparted-dev,libparted-fs-resize0|exe,dev,doc,nls|
  203. libusb-0.1-4 #upupGG+D: yes|libusb|libusb-0.1-4,libusb-dev|exe,dev,doc,nls
  204.  
  205. findutils #upupGG+D: yes|findutils|findutils|exe,dev>null,doc,nls
  206.  
  207. libexpat1 #upupGG+D: yes|expat|libexpat1,libexpat1-dev|exe,dev,doc,nls
  208.  
  209. %dummy netbase #Dep of Perl. Containes /etc/protocols,rcp,services. However, is empty efter buster.
  210.  
  211. #perl-base is sufficient for urvxt but we might want perl for other stuff:
  212. libdb5.3 #Dependency of perl,libpam-modules
  213. perl-base #Dependency of perl -- upupGG+D: yes|perl|perl,perl-base,perl-modules-5.30|exe>dev,dev,doc,nls
  214. libperl5.32 #Dependency of perl -- upupGG+D: yes|perl|perl,perl-base,perl-modules-5.30|exe>dev,dev,doc,nls
  215. perl-modules-5.32 #Dependency of perl -- upupGG+D: yes|perl|perl,perl-base,perl-modules-5.30|exe>dev,dev,doc,nls
  216. perl #Dependency of perl -- upupGG+D: yes|perl|perl,perl-base,perl-modules-5.30|exe>dev,dev,doc,nls
  217.  
  218. #%depend
  219. debconf #Required for openssl
  220. # upupGG+D: yes|z_libssl||exe,dev,doc,nls|
  221. libssl1.1 #Dep of openssl -- upupGG+D: yes|openssl|openssl,libssl1.1,libssl-dev|exe,dev,doc,nls
  222. openssl #dep of ca-certificates -- upupGG+D: yes|openssl|openssl,libssl1.1,libssl-dev|exe,dev,doc,nls
  223. ca-certificates #Recommended for wget -- upupGG+D: yes|ca-certificates|ca-certificates|exe,dev,doc,nls
  224. %chroot update-ca-certificates
  225. #libidn11 -- upupGG+D: yes|libidn|libidn11,libidn11-dev|exe,dev,doc,nls
  226. libidn2-0 #dep of wget,libpsl5 -- upupGG+D: yes|curl|curl,libcurl4,libidn2-0,libpsl5,libnghttp2-14,libssh-4,libcurl4-openssl-dev|exe,dev,doc,nls|
  227. libunistring0 #dep of wget,libpsl5 -- upupGG+D: yes|libunistring|libunistring2,libunistring-dev|exe,dev,doc,nls
  228. libpsl5 #dep of wget -- upupGG+D: yes|curl|curl,libcurl4,libidn2-0,libpsl5,libnghttp2-14,libssh-4,libcurl4-openssl-dev|exe,dev,doc,nls|
  229. wget # -- upupGG+D: yes|wget|wget|exe,dev>null,doc,nls
  230.  
  231. #libnghttp2-14 #dep of libcurl4 -- upupGG+D: yes|curl|curl,libcurl4,libidn2-0,libpsl5,libnghttp2-14,libssh-4,libcurl4-openssl-dev|exe,dev,doc,nls|
  232. #libssh-4 # -- upupGG+D: yes|curl|curl,libcurl4,libidn2-0,libpsl5,libnghttp2-14,libssh-4,libcurl4-openssl-dev|exe,dev,doc,nls|
  233. #libssh2-1 #dep of curl,libcurl4,mc -- upupGG+D: yes|curl|...
  234. #libcurl4 -- upupGG+D: yes|curl|curl,libcurl4,libidn2-0,libpsl5,libnghttp2-14,libssh-4,libcurl4-openssl-dev|exe,dev,doc,nls|
  235. #curl #Needed for PortaBrowseInstall-i386-0.4 -- upupGG+D: yes|curl|curl,libcurl4,libidn2-0,libpsl5,libnghttp2-14,libssh-4,libcurl4-openssl-dev|exe,dev,doc,nls|
  236.  
  237. #yad #Required for PortaBrowseInstall-i386-0.4
  238. #gxmessage #Required for PortaBrowseInstall-i386-0.4
  239. #%addpkg PortaBrowseInstall-i386-0.4
  240.  
  241. #module-init-tools #Removed after jessie. contains /usr/share/doc/module-init-tools
  242. libatm1
  243.  
  244. libsemanage1 #dep of passwd
  245.  
  246. libaudit-common #dep of passwd,libaudit1 -- upupGG+D: yes|audit|libaudit-common,libaudit1,libaudit-dev|exe,dev,doc,nls| #needed by xorg.
  247. libaudit1 #dep of passwd,libpam0g,libpam-modules -- upupGG+D: yes|audit|libaudit-common,libaudit1,libaudit-dev|exe,dev,doc,nls| #needed by xorg.
  248. libcap-ng0 #dep of passwd,libaudit1,libpam-modules,dbus -- upupGG+D: yes|libcap-ng|libcap-ng0|exe,dev,doc,nls|
  249. libnsl2 #dep of passwd,libpam-modules
  250. libtirpc3 #dep of passwd,libpam-modules
  251. libpam0g #dep of passwd,libpam-modules-bin,libpam-modules -- upupGG+D: yes|pam|libpam0g,libpam0g-dev,libpam-modules|exe,dev,doc,nls|
  252. libpam-modules-bin #dep of passwd,libpam-modules
  253. libpam-modules #dep of passwd
  254.  
  255. passwd #Puppy uses the busybox version of passwd so does not require pam support (e.g. libpam0g)
  256.  
  257. isc-dhcp-common
  258.  
  259. libcap2 # dep of iproute2,libcap2-bin -- upupGG+D: yes|libcap|libcap2,libcap-dev|exe,dev,doc,nls
  260. libcap2-bin # dep of iproute2
  261. libmnl0 # dep of iproute2 -- upupGG+D: yes|libmnl|libmnl0,libmnl-dev|exe,dev,doc,nls
  262. libxtables12 #dep of iproute2 # upupGG+D: yes|iptables|iptables,libxtables12,libnftnl11,iptables-dev|exe,dev,doc,nls
  263. iproute2
  264. libcapnp #upupGG+D: yes|libcapnp|libcapnp-0.7.0|exe,dev,doc,nls|
  265. libisc-export1105 #Dep of isc-dhcp-client,libisc-export1105
  266. libdns-export1110 #Dep of isc-dhcp-client
  267. isc-dhcp-client #I wonder if this would help puppy with connectivity issues
  268. # isc-dhcp-client-ddns #Suggested for isc-dhcp-client
  269. # avahi-autoipd #Suggested for isc-dhcp-client
  270. psmisc # -- upupGG+D: yes|psmisc|psmisc|exe,dev>null,doc,nls
  271. libxtables12 # -- upupGG+D: yes|iptables|iptables,libxtables12,libnftnl11,iptables-dev|exe,dev,doc,nls
  272.  
  273. libgpg-error0 #dep of gpg,libassuan0 -- upupGG+D: yes|libgpg-error|libgpg-error0,libgpg-error-dev|exe,dev,doc,nls
  274. libgpg-error-l10n #(Internationalization)
  275. libassuan0 #dep of gpg,gpgconf
  276. libgcrypt20 #dep of gpg
  277. gpgconf #dep of gpg
  278. libsqlite3-0 #dep of gpg,sqlite3 -- upupGG+D: yes|sqlite|sqlite3,libsqlite3-0,libsqlite3-dev|exe,dev,doc,nls
  279. sqlite3 # -- upupGG+D: yes|sqlite|sqlite3,libsqlite3-0,libsqlite3-dev|exe,dev,doc,nls
  280. gpg
  281.  
  282. libapt-pkg6.0
  283. apt-utils
  284. apt
  285. gnupg
  286. debian-keyring
  287.  
  288. #Select the desired keyrings:
  289. %depend
  290. debian-archive-keyring
  291. debian-keyring
  292. debian-ports-archive-keyring
  293. fasttrack-archive-keyring
  294. #gnome-keyring
  295. #gnome-keyring-pkcs11
  296. kali-archive-keyring
  297. #keyringer
  298. #libpam-gnome-keyring
  299. #leap-archive-keyring
  300. #mercurial-keyring
  301. #neurodebian-archive-keyring
  302. #pidgin-gnome-keyring
  303. python3-keyring
  304. python3-keyrings.alt
  305. #sq-keyring-linter
  306. %nodepend
  307.  
  308. libnfnetlink0 #dep of iptables,libnetfilter-conntrack3
  309. libnetfilter-conntrack3 #dep of iptables
  310. libip4tc2 #dep of iptables
  311. libip6tc2 #dep of iptables
  312. libnftnl11 #dep of iptables -- upupGG+D: yes|iptables|iptables,libxtables12,libnftnl11,iptables-dev|exe,dev,doc,nls
  313. iptables # -- upupGG+D: yes|iptables|iptables,libxtables12,libnftnl11,iptables-dev|exe,dev,doc,nls
  314.  
  315. #%addpkg frisbee
  316. #%addpkg simple_network_setup
  317. #%addpkg network_wizard
  318.  
  319. # enable proper support for package signing
  320. %dpkgchroot
  321. #%reinstall devuan-keyring apt
  322. %reinstall debian-keyring apt
  323. %bootstrap
  324.  
  325. # network tools to make SNS happy
  326. ifplugd
  327. dhcpcd5 # -- upupGG+D: yes|dhcpcd||exe,dev,doc,nls|
  328. libiw30 # dep of wireless-tools -- upupGG+D: yes|wireless-tools|...
  329. wireless-tools # -- upupGG+D: yes|wireless-tools|wireless-tools,libiw30,libiw-dev|exe,dev,doc,nls
  330.  
  331. libapparmor1 #dep of debus
  332. libdbus-1-3 #dep of debus,wpasupplicant
  333. dbus # -- upupGG+D: yes|dbus|dbus,dbus-x11,libdbus-1-3,libdbus-1-dev|exe,dev,doc,nls|
  334.  
  335. libnl-3-200 #dep of debus,libnl-genl-3-200,libnl-route-3-200,libnl-cli-3-200,libnl-nf-3-200 -- upupGG+D: yes|libnl3|libnl-3-200,libnl-3-dev,libnl-cli-3-200,libnl-cli-3-dev,libnl-genl-3-200,libnl-genl-3-dev,libnl-nf-3-200,libnl-nf-3-dev,libnl-route-3-200,libnl-route-3-dev|exe,dev,doc,nls
  336. libnl-genl-3-200 #dep of debus,wpasupplicant,libnl-cli-3-200 -- upupGG+D: yes|libnl3|libnl-3-200,libnl-3-dev,libnl-cli-3-200,libnl-cli-3-dev,libnl-genl-3-200,libnl-genl-3-dev,libnl-nf-3-200,libnl-nf-3-dev,libnl-route-3-200,libnl-route-3-dev|exe,dev,doc,nls
  337. libnl-route-3-200 #dep of debus,wpasupplicant,libnl-nf-3-200 -- upupGG+D: yes|libnl3|libnl-3-200,libnl-3-dev,libnl-cli-3-200,libnl-cli-3-dev,libnl-genl-3-200,libnl-genl-3-dev,libnl-nf-3-200,libnl-nf-3-dev,libnl-route-3-200,libnl-route-3-dev|exe,dev,doc,nls
  338. libnl-nf-3-200 #dep of libnl-cli-3-200 -- upupGG+D: yes|libnl3|libnl-3-200,libnl-3-dev,libnl-cli-3-200,libnl-cli-3-dev,libnl-genl-3-200,libnl-genl-3-dev,libnl-nf-3-200,libnl-nf-3-dev,libnl-route-3-200,libnl-route-3-dev|exe,dev,doc,nls
  339. libnl-cli-3-200 # -- upupGG+D: yes|libnl3|libnl-3-200,libnl-3-dev,libnl-cli-3-200,libnl-cli-3-dev,libnl-genl-3-200,libnl-genl-3-dev,libnl-nf-3-200,libnl-nf-3-dev,libnl-route-3-200,libnl-route-3-dev|exe,dev,doc,nls
  340.  
  341. libpcsclite1 #dep of debus,wpasupplicant
  342. adduser #dep of wpasupplicant but not really needed
  343. wpasupplicant # -- upupGG+D: yes|wpa_supplicant|wpasupplicant|exe,dev>null,doc,nls
  344.  
  345. # fixes for apt-get: re-install perl-base and xserver-xorg-core with dpkg
  346. %dpkgchroot
  347. %reinstall perl-base
  348. #%reinstall xserver-xorg-core
  349. %bootstrap # switch back to bootstrap installer - faster
  350.  
  351. #synaptic # this will pull-in gtk3
  352.  
  353.  
  354.  
  355. #ibasound2-data #Dependency of libasound2
  356. #libasound2
  357. #alsa-utils
  358.  
  359. #%dumy xserver-xorg-video-all #Let's pick the specific drivers that we want
  360. #xserver-xorg-video-vesa
  361. #xserver-xorg-video-vmware #This also works in virtualbox and qemu
  362.  
  363. #Do this to help the xwin script find the video drivers:
  364. #%chroot mkdir -p /usr/X11R7/lib
  365. #%chroot cp -sr /usr/lib/xorg/modules/drivers/ /usr/X11R7/lib
  366.  
  367. #xserver-xorg-input-mouse
  368. #xserver-xorg-input-kbd #THis is the keyboard module
  369. #xserver-xorg
  370. #TODO Create a base sfs layere here. Add other packages as a higher up layer
  371.  
  372. #libxcb-shm0
  373. #%dummy libx11-data #Dependency of libx11-6 (inernationalization)
  374. #%dummy libxft2 #Dependency of x11-utils
  375. #libxxf86dga1 #Dependency of x11-utils
  376. #%dummy libxv1 #Dependency of x11-utils
  377. #libxtst6 #Dependency of x11-utils, seems to be loaded during startup
  378. #libxmuu1 #Dependency of x11-utils
  379. #libxcb-shape0 #Dependency of x11-utils #frisbee seems like it might work without this but you'll get the error: libxcb-shape.so.0 missing
  380. #x11-utils
  381. #%dummy libxxf86vm1 #Dependency of x11-xserver-utils
  382. #x11-xserver-utils
  383. #x11-apps #xload is typically used in puppy. The other apps aren't needed.
  384. #wbar #Some script is looking for wbar.png but we probably don't need this
  385. #wbar-config
  386. #numlockx #Seems to be called on startup
  387. ############################# Consider installing xinit ##############
  388. #TODO consider adding tinycore and create a layer here
  389. #xinit #we can start Xorg without xinit
  390. ######################### Not sure about this stuff ######
  391.  
  392. #%dummy libgdk-pixbuf2.0-common #dependency of libgdk-pixbuf2.0-0
  393. #libgdk-pixbuf2.0-0
  394. #%symlink ../lib/i386-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders /usr/bin/gdk-pixbuf-query-loaders
  395. #%addpkg --no-metadata fix_symlinks
  396. #%addpkg fix_symlinks
  397.  
  398.  
  399. #Not sure if we need to symlink the .so files into LD_LIBRARY_PATH
  400. #We'll uncomment this if we need it
  401. #%chroot cp -sr /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/
  402. #
  403. #fonts-dejavu-core # standard font
  404. #
  405. #libxfont1 #Instead of libXfont (From tinycore)
  406. #wbar #Same name on tinycore
  407. #
  408. #######
  409. #
  410. # window managers etc
  411. #jwm
  412. #rox
  413.  
  414. libpcre32-3 #(probably don'tneed this) -- upupGG+D: yes|pcre|libpcre16-3,libpcre3,libpcre32-3,libpcre3-dev,libpcrecpp0v5|exe,dev,doc,nls|
  415. libpcre16-3 #(probably don'tneed this) -- upupGG+D: yes|pcre|libpcre16-3,libpcre3,libpcre32-3,libpcre3-dev,libpcrecpp0v5|exe,dev,doc,nls| #MERGED
  416. libpcre3 #dep of libglib2.0-0,libpcrecpp0v5 -- upupGG+D: yes|pcre|libpcre16-3,libpcre3,libpcre32-3,libpcre3-dev,libpcrecpp0v5|exe,dev,doc,nls| #MERGED 20150717-08
  417. libstdc++6 #dep of libpcrecpp0v5 (probably not really needed) -- upupGG_D: yes|libstdc++9|libstdc++6,libstdc++-9-dev|exe,dev,doc,nls
  418. libpcrecpp0v5 # (probably not really needed) -- upupGG+D: yes|pcre|libpcre16-3,libpcre3,libpcre32-3,libpcre3-dev,libpcrecpp0v5|exe,dev,doc,nls| #MERGED 20150717-08
  419.  
  420. libffi7 #dep of libglib2.0-0,mc
  421. libglib2.0-0 #dep of mc,libglib2.0-bin -- upupGG+D: yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe,dev,doc,nls
  422. libglib2.0-data #dep of libglib2.0-bin -- upupGG+D: yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe,dev,doc,nls
  423. libglib2.0-bin # -- upupGG+D: yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe,dev,doc,nls
  424. libgpm2 #dep of mc,gmp
  425. ucf #dep of gpm (probably not really needed)
  426. gpm #suggested for libgpm2
  427. libslang2 #dep of mc
  428. mc-data #dep of mc
  429. mc #
  430.  
  431.  
  432.  
  433. # puppy specific packages
  434. #%repo http://jamesbond3142.no-ip.org/puppy-extra puppy main Packages.gz
  435. #xdialog # note: only i386 arch available
  436. #gtkdialog # note: only i386 arch available
  437.  
  438. # final steps
  439. # remove extremely toxic packages, then setup the dummy
  440. %chroot cp /sbin/ifdown /sbin/ifdown.back
  441. %chroot cp /sbin/ifquery /sbin/ifquery.back
  442. %chroot cp /sbin/ifup /sbin/ifup.back
  443. %remove initscripts ifupdown sysv-rc upstart mountall
  444. %dummy initscripts ifupdown sysv-rc upstart mountall
  445.  
  446. # these useless packages got pulled by apt-get -f install, so prevent it from getting installed
  447. %remove plymouth libplymouth2 plymouth-theme-ubuntu-text
  448. %dummy plymouth libplymouth2 plymouth-theme-ubuntu-text
  449. %remove busybox-initramfs initramfs-tools-bin klibc-utils initramfs-tools
  450. %dummy busybox-initramfs initramfs-tools-bin klibc-utils initramfs-tools
  451. #%dummy adduser
  452. %dummy base-files
  453.  
  454. # install busybox and its symlinks, fallback for missing utilities
  455. #busybox-static
  456. #%bblinks
  457.  
  458. # install extra built-in packages
  459. #%addpkg pthemes
  460. #%addpkg rox-filer-data
  461.  
  462. %addpkg glibc_zoneinfo #Timezone stuff
  463.  
  464. # install puppy-base - MUST BE LAST - unless overriding puppy-base
  465. %mkdir /dev
  466. %dpkg_configure --force-all -a
  467. %rm /dev
  468. #%addbase
  469. #%reinstall puppycore_users #Maybe do this instead of adding base but won't work if we add users above.
  470. #%reinstall puppycore_noarch #Maybe do this instead of adding base but won't work if we add users above.
  471.  
  472. #%addpkg sync_pet_specs_fm_dpkg
  473. #%chroot sync_pet_specs_fm_dpkg.sh
  474.  
  475. %addpkg debian-setup # specific debian setup, overriding puppy-base
  476. %lock puppy-base puppy-base-arch libc6 # example: never update puppy base and libc6
  477.  
  478. #%addpkg james-staging # temporary area to changes before they get merged to rootfs
  479.  
  480. # cutdown the size
  481. %cutdown doc gtkdoc nls # all # maximum cutdown
  482.  
  483. # make the sfs (optional)
  484. %makesfs iso/iso-root/puppy.sfs -comp gzip # -Xcompression-level 1
  485.  
Advertisement
Add Comment
Please, Sign In to add comment