{"id":21387723,"url":"https://github.com/bugra9/persistent","last_synced_at":"2026-04-10T07:58:27.130Z","repository":{"id":112660020,"uuid":"104562262","full_name":"bugra9/persistent","owner":"bugra9","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-19T08:06:47.000Z","size":2913,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T19:48:07.039Z","etag":null,"topics":["arch-linux","casper","debian","fedora","persistence","persistent","persistent-storage","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugra9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-23T11:21:04.000Z","updated_at":"2019-06-21T08:30:25.000Z","dependencies_parsed_at":"2023-06-10T13:31:08.135Z","dependency_job_id":null,"html_url":"https://github.com/bugra9/persistent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bugra9/persistent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugra9%2Fpersistent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugra9%2Fpersistent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugra9%2Fpersistent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugra9%2Fpersistent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugra9","download_url":"https://codeload.github.com/bugra9/persistent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugra9%2Fpersistent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281504335,"owners_count":26512865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arch-linux","casper","debian","fedora","persistence","persistent","persistent-storage","ubuntu"],"created_at":"2024-11-22T12:14:29.183Z","updated_at":"2025-10-28T19:48:09.502Z","avatar_url":"https://github.com/bugra9.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Persistent\n\n## Original\n\n| Boot | File (vFat) | File (Other FS) | File Name | Partition | Partition Label | Directory |\n| :----- | :-----------: | :-------------: | :------------: | :---------: | :-----------------: | :-----------: |\n| Casper (Ubuntu, ...) | \u0026#x2714; | \u0026#x2718;  | \u0026#x2718; | \u0026#x2714;  | \u0026#x2718;  | \u0026#x2718; |\n| Live-Boot (Debian, ...) | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; |\n| Archiso (Arch Linux, ...) | \u0026#x2718; | \u0026#x2718; | \u0026#x2718; | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; |\n| Dracut (Fedora, ...) | \u0026nbsp; | \u0026nbsp; | \u0026nbsp; | \u0026nbsp; | \u0026nbsp; | \u0026nbsp; |\n\n\n### Menu Entry\n\n#### Casper (Ubuntu, ..)\n\n**File:** /bootableusb/persistent/casper-rw  \n**Partition Label:** casper-rw  \n\n| Boot | Menu Entry |\n| :----- | :----------- |\n| Initrd | initrd /casper/initrd.lz |\n| Kernel | linux /casper/vmlinuz.efi boot=casper quiet splash  ${opt} |\n| Persistent (File) | set opt=\"persistent persistent-path=/bootableusb/persistent\" |\n| Persistent (Partition) | set opt=\"persistent\" |\n| Persistent (directory) | \u0026#x2718; |\n\n#### Live-Boot (Debian, ..)\n\n**File:** /bootableusb/persistent/bugra  \n**Partition Label:** test  \n**Directory:** /bootableusb/persistent/deneme  \n\n| Boot | Menu Entry |\n| :----- | :----------- |\n| Initrd | initrd /live/initrd.img |\n| Kernel | linux /live/vmlinuz boot=live config  ${opt} |\n| Persistent (File) | set opt=\"persistence persistence-path=/bootableusb/persistent persistence-label=bugra\"  |\n| Persistent (Partition) | set opt=\"persistence persistence-label=test\" |\n| Persistent (directory) | set opt=\"persistence persistence-label=deneme persistence-path=/bootableusb/persistent persistence-storage=directory\" |\n\n#### Archiso (Arch Linux, ...)\n\n**Partition Label:** test  \n**Directory:** /bootableusb/persistent/deneme  \n\n| Boot | Menu Entry |\n| :----- | :----------- |\n| Initrd | initrd /arch/boot/x86_64/archiso.img |\n| Kernel | linux /arch/boot/x86_64/vmlinuz  ${opt} |\n| Persistent (File) | \u0026#x2718;  |\n| Persistent (Partition) | set opt=\"cow_label=test\" |\n| Persistent (directory) | set opt=\"cow_directory=bootableusb/persistent/deneme cow_label=test\" |\n\n## Modified Initrd\n\n| Boot | File (vFat) | File (Other FS) | File Name | Partition | Partition Label | Directory |\n| :----- | :-----------: | :-------------: | :------------: | :---------: | :-----------------: | :-----------: |\n| Casper (Ubuntu, ...) | \u0026#x2714; | \u0026#x2714;  | \u0026#x2714; | \u0026#x2714;  | \u0026#x2714;  | \u0026#x2714; |\n| Live-Boot (Debian, ...) | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; |\n| Archiso (Arch Linux, ...) | \u0026#x1F528; | \u0026#x1F528; | \u0026#x1F528; | \u0026#x2714; | \u0026#x2714; | \u0026#x2714; |\n| Dracut (Fedora, ...) | \u0026nbsp; | \u0026nbsp; | \u0026nbsp; | \u0026nbsp; | \u0026nbsp; | \u0026nbsp; |\n\n### Menu Entry\n\n#### Casper (Ubuntu, ..)\n\n**File:** /bootableusb/persistent/bugra  \n**Partition Label:** test  \n**Directory:** /bootableusb/persistent/deneme  \n\n| Boot | Menu Entry |\n| :----- | :----------- |\n| Initrd | initrd /casper/initrd.lz /bootableusb.lz |\n| Kernel | linux /casper/vmlinuz.efi boot=casper quiet splash  ${opt} |\n| Persistent (File) | set opt=\"persistent  persistent-path=/bootableusb/persistent persistent-name=bugra persistent-label=test\" |\n| Persistent (Partition) | set opt=\"persistent persistent-storage=filesystem persistent-label=test\" |\n| Persistent (directory) | set opt=\"persistent persistent-storage=filesystem persistent-label=test persistent-path=/bootableusb/persistent/deneme\" |\n\n#### Live-Boot (Debian, ..)\n\n**File:** /bootableusb/persistent/bugra  \n**Partition Label:** test  \n**Directory:** /bootableusb/persistent/deneme  \n\n| Boot | Menu Entry |\n| :----- | :----------- |\n| Initrd | initrd /live/initrd.img |\n| Kernel | linux /live/vmlinuz boot=live config  ${opt} |\n| Persistent (File) | set opt=\"persistence persistence-path=/bootableusb/persistent persistence-label=bugra\"  |\n| Persistent (Partition) | set opt=\"persistence persistence-label=test\" |\n| Persistent (directory) | set opt=\"persistence persistence-label=deneme persistence-path=/bootableusb/persistent persistence-storage=directory\" |\n\n#### Archiso (Arch Linux, ...)\n\n**Partition Label:** test  \n**Directory:** /bootableusb/persistent/deneme  \n\n| Boot | Menu Entry |\n| :----- | :----------- |\n| Initrd | initrd /arch/boot/x86_64/archiso.img /bootableusb.lz |\n| Kernel | linux /arch/boot/x86_64/vmlinuz  ${opt} |\n| Persistent (File) | \u0026#x1F528;  |\n| Persistent (Partition) | set opt=\"cow_label=test\" |\n| Persistent (directory) | set opt=\"cow_directory=bootableusb/persistent/deneme cow_label=test\" |\n\n## Source Code\n\n- [Casper 1.384](https://launchpad.net/ubuntu/+source/casper/1.384)\n\n## Documentation\n\n- \u003chttp://manpages.ubuntu.com/manpages/zesty/man7/casper.7.html\u003e\n- \u003chttps://manpages.debian.org/jessie/live-boot-doc/live-boot.7.en.html\u003e\n- \u003chttps://git.archlinux.org/archiso.git/plain/docs/README.bootparams\u003e\n- \u003chttp://man7.org/linux/man-pages/man7/dracut.cmdline.7.html\u003e\n\n## License\n\n[MIT License](https://github.com/bugra9/persistent/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugra9%2Fpersistent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugra9%2Fpersistent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugra9%2Fpersistent/lists"}