StrubeNL

Thinstation

Jan 25th, 2024
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.76 KB | None | 0 0
  1. Folder PATH listing for volume Data
  2. Volume serial number is A064-6F59
  3. F:.
  4. | .gitignore
  5. | test.txt
  6. |
  7. +---grub
  8. | | thinstation-efi.iso
  9. | |
  10. | \---efi-source
  11. | | ThinStation-UEFI-CA.cer
  12. | |
  13. | +---boot
  14. | | | image.md5
  15. | | | initrd
  16. | | | vmlinuz
  17. | | |
  18. | | \---grub
  19. | | | boot.img
  20. | | | cdboot.img
  21. | | | core.img
  22. | | | grub.cfg
  23. | | | pxeboot.img
  24. | | |
  25. | | \---i386-pc
  26. | | normal.mod
  27. | |
  28. | +---EFI
  29. | | +---boot
  30. | | | boot.efi
  31. | | | bootx64.efi
  32. | | | grubx64.efi
  33. | | | mmx64.efi
  34. | | |
  35. | | \---Microsoft
  36. | | \---Boot
  37. | | bootmgfw.efi
  38. | | grubx64.efi
  39. | | mmx64.efi
  40. | |
  41. | \---rufus
  42. | rufus.exe
  43. |
  44. +---initrd
  45. | added.files
  46. | boot.efi
  47. | compressinitrd
  48. | expandinitrd
  49. | image.md5
  50. | initrd
  51. | initrd.devices
  52. | kernel_parameters
  53. | rebuild_initrd.sh
  54. | vmlinuz
  55. |
  56. +---iso
  57. | | thinstation.iso
  58. | |
  59. | \---source
  60. | +---boot
  61. | | | image.md5
  62. | | | initrd
  63. | | | vmlinuz
  64. | | |
  65. | | +---isolinux
  66. | | | isolinux.bin
  67. | | | isolinux.cfg
  68. | | | ldlinux.c32
  69. | | | product.txt
  70. | | |
  71. | | \---syslinux
  72. | | ldlinux.c32
  73. | | product.txt
  74. | | syslinux
  75. | | syslinux.cfg
  76. | |
  77. | \---rufus
  78. | | rufus.exe
  79. | |
  80. | \---rufus_files
  81. | \---syslinux-6.04
  82. | \---pre2-11-gbf6db5b4
  83. | ldlinux.bss
  84. | ldlinux.sys
  85. |
  86. +---pkg-packages
  87. +---pxe
  88. | | favicon.ico
  89. | |
  90. | \---boot
  91. | | image.md5
  92. | | initrd
  93. | | vmlinuz
  94. | |
  95. | +---efi32
  96. | | | ldlinux.e32
  97. | | | product.txt
  98. | | | syslinux.cfg
  99. | | | syslinux.efi
  100. | | |
  101. | | \---pxelinux.cfg
  102. | | default
  103. | |
  104. | +---efi64
  105. | | | ldlinux.e64
  106. | | | product.txt
  107. | | | syslinux.cfg
  108. | | | syslinux.efi
  109. | | |
  110. | | \---pxelinux.cfg
  111. | | default
  112. | |
  113. | +---lpxelinux
  114. | | | ldlinux.c32
  115. | | | lpxelinux.0
  116. | | | product.txt
  117. | | |
  118. | | \---pxelinux.cfg
  119. | | default
  120. | |
  121. | \---pxelinux
  122. | | ldlinux.c32
  123. | | product.txt
  124. | | pxelinux.0
  125. | |
  126. | \---pxelinux.cfg
  127. | default
  128. |
  129. +---refind-iso
  130. | | thinstation-efi.iso
  131. | |
  132. | \---efi-source
  133. | | ThinStation-UEFI-CA.cer
  134. | |
  135. | +---boot
  136. | | | image.md5
  137. | | | initrd
  138. | | | vmlinuz
  139. | | |
  140. | | +---grub
  141. | | | grub.cfg
  142. | | |
  143. | | +---isolinux
  144. | | | isolinux.bin
  145. | | | isolinux.cfg
  146. | | | ldlinux.c32
  147. | | | product.txt
  148. | | |
  149. | | \---syslinux
  150. | | ldlinux.c32
  151. | | product.txt
  152. | | syslinux
  153. | | syslinux.cfg
  154. | |
  155. | +---EFI
  156. | | +---boot
  157. | | | | boot.efi
  158. | | | | bootx64.efi
  159. | | | | grubx64.efi
  160. | | | | mmx64.efi
  161. | | | | refind.conf
  162. | | | |
  163. | | | +---drivers_x64
  164. | | | | btrfs_x64.efi
  165. | | | | ext2_x64.efi
  166. | | | | ext4_x64.efi
  167. | | | | hfs_x64.efi
  168. | | | | iso9660_x64.efi
  169. | | | | reiserfs_x64.efi
  170. | | | |
  171. | | | +---icons
  172. | | | | | arrow_left.png
  173. | | | | | arrow_right.png
  174. | | | | | boot_linux.png
  175. | | | | | boot_win.png
  176. | | | | | func_about.png
  177. | | | | | func_bootorder.png
  178. | | | | | func_csr_rotate.png
  179. | | | | | func_exit.png
  180. | | | | | func_firmware.png
  181. | | | | | func_hidden.png
  182. | | | | | func_install.png
  183. | | | | | func_reset.png
  184. | | | | | func_shutdown.png
  185. | | | | | mouse.png
  186. | | | | | os_arch.png
  187. | | | | | os_artful.png
  188. | | | | | os_bionic.png
  189. | | | | | os_centos.png
  190. | | | | | os_chakra.png
  191. | | | | | os_chrome.png
  192. | | | | | os_clover.png
  193. | | | | | os_crunchbang.png
  194. | | | | | os_debian.png
  195. | | | | | os_devuan.png
  196. | | | | | os_elementary.png
  197. | | | | | os_fedora.png
  198. | | | | | os_freebsd.png
  199. | | | | | os_frugalware.png
  200. | | | | | os_gentoo.png
  201. | | | | | os_gummiboot.png
  202. | | | | | os_haiku.png
  203. | | | | | os_hwtest.png
  204. | | | | | os_kubuntu.png
  205. | | | | | os_legacy.png
  206. | | | | | os_linux.png
  207. | | | | | os_linuxmint.png
  208. | | | | | os_lubuntu.png
  209. | | | | | os_mac.png
  210. | | | | | os_mageia.png
  211. | | | | | os_mandriva.png
  212. | | | | | os_netbsd.png
  213. | | | | | os_network.png
  214. | | | | | os_opensuse.png
  215. | | | | | os_redhat.png
  216. | | | | | os_refind.png
  217. | | | | | os_refit.png
  218. | | | | | os_slackware.png
  219. | | | | | os_suse.png
  220. | | | | | os_systemd.png
  221. | | | | | os_trusty.png
  222. | | | | | os_ubuntu.png
  223. | | | | | os_unknown.png
  224. | | | | | os_void.png
  225. | | | | | os_win.png
  226. | | | | | os_win8.png
  227. | | | | | os_xenial.png
  228. | | | | | os_xubuntu.png
  229. | | | | | os_zesty.png
  230. | | | | | tool_apple_rescue.png
  231. | | | | | tool_fwupdate.png
  232. | | | | | tool_memtest.png
  233. | | | | | tool_mok_tool.png
  234. | | | | | tool_netboot.png
  235. | | | | | tool_part.png
  236. | | | | | tool_rescue.png
  237. | | | | | tool_shell.png
  238. | | | | | tool_windows_rescue.png
  239. | | | | | transparent.png
  240. | | | | | vol_external.png
  241. | | | | | vol_internal.png
  242. | | | | | vol_net.png
  243. | | | | | vol_optical.png
  244. | | | | |
  245. | | | | \---svg
  246. | | | | boot_win.svg
  247. | | | | func_csr_rotate.svg
  248. | | | | mouse.svg
  249. | | | | os_clover.svg
  250. | | | | os_debian.svg
  251. | | | | os_devuan.svg
  252. | | | | os_elementary.svg
  253. | | | | os_gummiboot.svg
  254. | | | | os_haiku.svg
  255. | | | | os_legacy.svg
  256. | | | | os_mac.svg
  257. | | | | os_netbsd.svg
  258. | | | | os_redhat.svg
  259. | | | | os_refind.svg
  260. | | | | os_refit.svg
  261. | | | | os_win.svg
  262. | | | | os_xenial.svg
  263. | | | | tool_fwupdate.svg
  264. | | | | tool_memtest.svg
  265. | | | | tool_rescue.svg
  266. | | | |
  267. | | | \---keys
  268. | | | altlinux.cer
  269. | | | canonical-uefi-ca.cer
  270. | | | canonical-uefi-ca.crt
  271. | | | centos.cer
  272. | | | centos.crt
  273. | | | fedora-ca.cer
  274. | | | fedora-ca.crt
  275. | | | microsoft-kekca-public.cer
  276. | | | microsoft-pca-public.cer
  277. | | | microsoft-uefica-public.cer
  278. | | | openSUSE-UEFI-CA-Certificate-4096.cer
  279. | | | openSUSE-UEFI-CA-Certificate-4096.crt
  280. | | | openSUSE-UEFI-CA-Certificate.cer
  281. | | | openSUSE-UEFI-CA-Certificate.crt
  282. | | | refind.cer
  283. | | | refind.crt
  284. | | | SLES-UEFI-CA-Certificate.cer
  285. | | | SLES-UEFI-CA-Certificate.crt
  286. | | |
  287. | | \---Microsoft
  288. | | \---Boot
  289. | | bootmgfw.efi
  290. | | grubx64.efi
  291. | | mmx64.efi
  292. | |
  293. | \---rufus
  294. | | rufus.exe
  295. | |
  296. | \---rufus_files
  297. | \---syslinux-6.04
  298. | \---pre2-11-gbf6db5b4
  299. | ldlinux.bss
  300. | ldlinux.sys
  301. |
  302. +---syslinux
  303. | +---boot
  304. | | | image.md5
  305. | | | initrd
  306. | | | vmlinuz
  307. | | |
  308. | | \---syslinux
  309. | | ldlinux.c32
  310. | | product.txt
  311. | | syslinux
  312. | | syslinux.cfg
  313. | |
  314. | \---EFI
  315. | \---boot
  316. | bootia32.efi
  317. | bootx64.efi
  318. | ldlinux.e32
  319. | ldlinux.e64
  320. | product.txt
  321. | syslinux.cfg
  322. |
  323. +---systemd-boot-iso
  324. | | thinstation-efi.iso
  325. | |
  326. | \---efi-source
  327. | | ThinStation-UEFI-CA.cer
  328. | |
  329. | +---boot
  330. | | | image.md5
  331. | | | initrd
  332. | | | vmlinuz
  333. | | |
  334. | | +---grub
  335. | | | grub.cfg
  336. | | |
  337. | | +---isolinux
  338. | | | isolinux.bin
  339. | | | isolinux.cfg
  340. | | | ldlinux.c32
  341. | | | product.txt
  342. | | |
  343. | | \---syslinux
  344. | | ldlinux.c32
  345. | | product.txt
  346. | | syslinux
  347. | | syslinux.cfg
  348. | |
  349. | +---EFI
  350. | | +---boot
  351. | | | boot.efi
  352. | | | bootx64.efi
  353. | | | grubx64.efi
  354. | | | mmx64.efi
  355. | | |
  356. | | \---Microsoft
  357. | | \---Boot
  358. | | bootmgfw.efi
  359. | | grubx64.efi
  360. | | mmx64.efi
  361. | |
  362. | +---loader
  363. | | | loader.conf
  364. | | |
  365. | | \---entries
  366. | | thinstation.conf
  367. | |
  368. | \---rufus
  369. | | rufus.exe
  370. | |
  371. | \---rufus_files
  372. | \---syslinux-6.04
  373. | \---pre2-11-gbf6db5b4
  374. | ldlinux.bss
  375. | ldlinux.sys
  376. |
  377. \---templates
  378. +---grub
  379. | | cd.cfg
  380. | | hd.cfg
  381. | | net.cfg
  382. | |
  383. | +---default
  384. | | grub.cfg
  385. | |
  386. | +---devstation
  387. | | | grub.cfg
  388. | | |
  389. | | \---theme
  390. | | | background.jpg
  391. | | | dejavu_32.pf2
  392. | | | dejavu_sans_12.pf2
  393. | | | dejavu_sans_14.pf2
  394. | | | dejavu_sans_16.pf2
  395. | | | dejavu_sans_24.pf2
  396. | | | dejavu_sans_48.pf2
  397. | | | LICENSE
  398. | | | select_c.png
  399. | | | select_e.png
  400. | | | select_w.png
  401. | | | terminal_box_c.png
  402. | | | terminal_box_e.png
  403. | | | terminal_box_n.png
  404. | | | terminal_box_ne.png
  405. | | | terminal_box_nw.png
  406. | | | terminal_box_s.png
  407. | | | terminal_box_se.png
  408. | | | terminal_box_sw.png
  409. | | | terminal_box_w.png
  410. | | | terminus-12.pf2
  411. | | | terminus-14.pf2
  412. | | | terminus-16.pf2
  413. | | | terminus-18.pf2
  414. | | | theme.txt
  415. | | |
  416. | | \---icons
  417. | | antergos.png
  418. | | arch.png
  419. | | archlinux.png
  420. | | bash.png
  421. | | cancel.png
  422. | | chakra.png
  423. | | debian.png
  424. | | deepin.png
  425. | | driver.png
  426. | | edit.png
  427. | | efi.png
  428. | | elementary.png
  429. | | endeavouros.png
  430. | | fedora.png
  431. | | find.efi.png
  432. | | find.none.png
  433. | | gentoo.png
  434. | | gnu-linux.png
  435. | | help.png
  436. | | installer.png
  437. | | kali.png
  438. | | kaos.png
  439. | | kbd.png
  440. | | korora.png
  441. | | kubuntu.png
  442. | | lang.png
  443. | | lfs.png
  444. | | linux.png
  445. | | linuxmint.png
  446. | | lubuntu.png
  447. | | macosx.png
  448. | | mageia.png
  449. | | Manjaro.i686.png
  450. | | manjaro.png
  451. | | Manjaro.x86_64.png
  452. | | memtest.png
  453. | | opensuse.png
  454. | | recovery.png
  455. | | restart.png
  456. | | shutdown.png
  457. | | siduction.png
  458. | | solus.png
  459. | | steamos.png
  460. | | thinstation.png
  461. | | type.png
  462. | | tz.png
  463. | | ubuntu.png
  464. | | unknown.png
  465. | | unset.png
  466. | | void.png
  467. | | windows.png
  468. | | xubuntu.png
  469. | |
  470. | \---installer
  471. | | grub.cfg
  472. | |
  473. | +---i386-pc
  474. | | normal.mod
  475. | |
  476. | \---theme
  477. | | background.jpg
  478. | | dejavu_32.pf2
  479. | | dejavu_sans_12.pf2
  480. | | dejavu_sans_14.pf2
  481. | | dejavu_sans_16.pf2
  482. | | dejavu_sans_24.pf2
  483. | | dejavu_sans_48.pf2
  484. | | LICENSE
  485. | | select_c.png
  486. | | select_e.png
  487. | | select_w.png
  488. | | terminal_box_c.png
  489. | | terminal_box_e.png
  490. | | terminal_box_n.png
  491. | | terminal_box_ne.png
  492. | | terminal_box_nw.png
  493. | | terminal_box_s.png
  494. | | terminal_box_se.png
  495. | | terminal_box_sw.png
  496. | | terminal_box_w.png
  497. | | terminus-12.pf2
  498. | | terminus-14.pf2
  499. | | terminus-16.pf2
  500. | | terminus-18.pf2
  501. | | theme.txt
  502. | |
  503. | \---icons
  504. | antergos.png
  505. | arch.png
  506. | archlinux.png
  507. | bash.png
  508. | cancel.png
  509. | chakra.png
  510. | debian.png
  511. | deepin.png
  512. | driver.png
  513. | edit.png
  514. | efi.png
  515. | elementary.png
  516. | endeavouros.png
  517. | fedora.png
  518. | find.efi.png
  519. | find.none.png
  520. | gentoo.png
  521. | gnu-linux.png
  522. | help.png
  523. | installer.png
  524. | kali.png
  525. | kaos.png
  526. | kbd.png
  527. | korora.png
  528. | kubuntu.png
  529. | lang.png
  530. | lfs.png
  531. | linux.png
  532. | linuxmint.png
  533. | lubuntu.png
  534. | macosx.png
  535. | mageia.png
  536. | Manjaro.i686.png
  537. | manjaro.png
  538. | Manjaro.x86_64.png
  539. | memtest.png
  540. | opensuse.png
  541. | recovery.png
  542. | restart.png
  543. | shutdown.png
  544. | siduction.png
  545. | solus.png
  546. | steamos.png
  547. | thinstation.png
  548. | type.png
  549. | tz.png
  550. | ubuntu.png
  551. | unknown.png
  552. | unset.png
  553. | void.png
  554. | windows.png
  555. | xubuntu.png
  556. |
  557. +---refind
  558. | \---default
  559. | refind.conf
  560. |
  561. +---syslinux
  562. | +---default
  563. | | product.txt
  564. | | syslinux.cfg.tpl
  565. | |
  566. | +---diag
  567. | | syslinux.cfg.tpl
  568. | |
  569. | +---dual
  570. | | syslinux.cfg.tpl
  571. | |
  572. | +---installer
  573. | | | product.txt
  574. | | | syslinux.cfg.tpl
  575. | | |
  576. | | \---menu
  577. | | clear.txt
  578. | | common.inc
  579. | | cpuerror.cfg
  580. | | cpuerror.txt
  581. | | default.cfg
  582. | | error.inc
  583. | | error.png
  584. | | memerror.cfg
  585. | | memerror.txt
  586. | | menu.inc
  587. | | normal.cfg
  588. | | ok.png
  589. | | ts.lss
  590. | | util.cfg
  591. | | warning.png
  592. | |
  593. | +---menu
  594. | | nopae.cfg
  595. | | syslinux.cfg.tpl
  596. | |
  597. | \---vesamenu
  598. | syslinux.cfg.tpl
  599. |
  600. \---systemd-boot
  601. \---default
  602. \---loader
  603. | loader.conf
  604. |
  605. \---entries
  606. thinstation.conf
  607.  
  608.  
Advertisement
Add Comment
Please, Sign In to add comment