Skip to content
#

initramfs

Here are 61 public repositories matching this topic...

mirceal
mirceal commented Oct 6, 2018

this conversion can be done on the fly.
document it and/or maybe provide a script that can be downloaded and ran

something along the lines of:

cd /tmp
curl -L https://api.cattlepi.com/images/global/raspbian-lite/2018-06-29/bootstrap/cattlepi.zip?apiKey=deadbeef > cattlepi.zip
unzip cattlepi.zip
mkdir -p /tmp/boot
sudo mount  -o loop,offset=1048576 /tmp/cattlepi.img /tmp/boot
su

Do you remember "Wubi Ubuntu Installer"? This project is both a replacement and an improvement of Wubi. You will be able to install your Debian (or derived) distribution on a PC without repartitioning it, simply by using a secondary/external boot device (like a USB drive).

  • Updated Mar 20, 2019
  • Shell

Improve this page

Add a description, image, and links to the initramfs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the initramfs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.