skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
685 stars 50 forks source link

push_image.sh: support intel/desktop #269

Closed paralin closed 1 year ago

paralin commented 1 year ago

Intel/desktop has a different file layout from usual:

boot/
├── bzImage-skiffos-2022.11.1-50-g107de564-1
├── init-skiffos-2022.11.1-50-g107de564-1.squashfs
├── refind_linux.conf
└── skiff-init
    └── skiff-init-squashfs

To fully support this:

paralin commented 1 year ago

Added a script under scripts/ specifically for intel/desktop, considering this done for now, could be improved / merged with push_image.sh in future.