Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
moving fdisk to parted
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt C committed Dec 5, 2021
1 parent 2496321 commit 0b0101f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Ikeda is a WIP BusyBox and musl-libc based Linux System
- `qemu`
- `wget`
- `openssl`
- `gparted` or `parted` ?

## Build Dependencies (for void or arch)
- `base-devel`
Expand Down
12 changes: 3 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ image() {
buildbusybox
buildbash
musl
sg
#sg

printsection "Making final image"

Expand All @@ -200,14 +200,8 @@ image() {

echo "Making Ikeda Linux image"
fallocate -l1500M ikeda
(
echo "n"
echo
echo
echo
echo
echo "w"
) | fdisk ikeda
parted ikeda mklabel dos --script
parted ikeda mkpart ext4 0 100% --script

sudo ./as_root.sh

Expand Down

0 comments on commit 0b0101f

Please sign in to comment.