Dodanie 'Installation of Duck & sPKG via wget'
parent
b1f7760f8a
commit
e78e5ccc2a
1 changed files with 11 additions and 0 deletions
11
Installation-of-Duck-%26-sPKG-via-wget.md
Normal file
11
Installation-of-Duck-%26-sPKG-via-wget.md
Normal file
|
@ -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.)
|
Loading…
Reference in a new issue