diff --git a/Installation-of-Duck-%26-sPKG-via-wget.md b/Installation-of-Duck-%26-sPKG-via-wget.md new file mode 100644 index 0000000..3002e3f --- /dev/null +++ b/Installation-of-Duck-%26-sPKG-via-wget.md @@ -0,0 +1,11 @@ +**Prerequesites:** + +- [x] Any Linux ISO + +- [x] make, git, gcc installed. + +**Installation:** +Boot up your (any of choice) Linux ISO, (if gui, start the terminal, if not root by default, type in: `sudo -i` and cd to /) `git clone https://git.hippoz.xyz/duck/spkg /tmp/` to download spkg, and now (if made) mount your partition. +If done: `cd /tmp/spkg` and `./spkg setup --root-dir /mnt`. Now make the essentials, `cd /mnt/usr/bin && ./spkg install --root-dir /mnt gcc` `./spkg install --root-dir /mnt git` `./spkg install --root-dir make` `./spkg install --root-dir /mnt busybox`. Now chroot: `chroot /mnt/`and install the packages you want to install +### Important Note: +You have to install grub via the iso, using `grub-install /dev/sdX` (X being the disk drive you want to install grub to.) \ No newline at end of file