s243a

/etc/rc.d/DISTRO_SPECS - pupmode=13 (i.e. usb flash)

Jun 22nd, 2019
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. PUPMODE=13
  2. PDEV1='sdb1'
  3. DEV1FS='ext4'
  4. PUPSFS='sdb1,ext4,/tiny_puduan/ascii/PreAlpha11/puppy_tascii.sfs'
  5. PUPSAVE='sdb1,ext4,/tiny_puduan/ascii/PreAlpha11/asciisave'
  6. PMEDIA='usbflash'
  7. #ATADRIVES is all internal ide/pata/sata drives, excluding optical, excluding usb...
  8. ATADRIVES='sda sdb sdc sdd '
  9. #ATAOPTICALDRIVES is list of non-usb optical drives...
  10. ATAOPTICALDRIVES='sr0 '
  11. #these directories are unionfs/aufs layers in /initrd...
  12. RW_LAYER='/pup_rw'
  13. SAVE_LAYER='/pup_ro1'
  14. PUP_LAYER='/pup_ro2'
  15. #The partition that has the asciisave file is mounted here...
  16. PUP_HOME='/mnt/dev_save'
  17. #(in /initrd) ...note, /mnt/home is a link to it.
  18. #this file has extra kernel drivers and firmware...
  19. ZDRV='sdb1,ext4,/tiny_puduan/ascii/PreAlpha11/zdrv_tascii_0.sfs'
  20. FDRV='sdb1,ext4,/tiny_puduan/ascii/PreAlpha11/fdrv_tascii_0.sfs'
  21. ADRV=''
  22. YDRV=''
  23. #Partition no. override on boot drive to which session is (or will be) saved...
  24. PSAVEMARK=''
  25. PSAVEPART=''
  26. PSAVEDIR=''
  27. PSUBDIR='/tiny_puduan/ascii/PreAlpha11'
  28. PUNIONFS='aufs'
  29. DOIMODS='yes'
  30. DOMIBS='no'
Advertisement
Add Comment
Please, Sign In to add comment