Skip to content

Commit

Permalink
Release 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
downthecrop committed Feb 6, 2020
1 parent 1093417 commit 3dccf7c
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 77 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Linux Kernel: 5.4

glibc: 2.3

checkra1n version: TBD
checkra1n version: 0.9.8 Beta

About: Live Linux distributions like Ubuntu (1.9GB), Fedora(1.8GB), Arch(635MB) and even Gentoo(347MB) are extremely bloated if you don't need to actually install an OS. This respin of Minimal Linux Live provides everything you need to run checkra1n for iOS/tvOS in under 50MB.

Expand All @@ -17,7 +17,7 @@ Requirements: 64bit CPU, USB Thumbdrive
Download Rufus (1.1MB)
Download checkra1n-linux.iso (25MB)

Write checkra1n-linux to USB
Write checkra1n-linux to USB using DD mode. Do not use ISO mode.

Restart computer, boot from USB (UEFI and BIOS supported)

Expand Down
2 changes: 1 addition & 1 deletion src/.config
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ OVERLAY_TYPE=folder
# * mll_logo
# * mll_source
#
OVERLAY_BUNDLES=dhcp,mll_hello,mll_logo,mll_source
OVERLAY_BUNDLES=ncurses,checkra1n,mll_logo,mll_source

# The location where the overlay bundle software will be stored.
#
Expand Down
4 changes: 4 additions & 0 deletions src/minimal_overlay/bundles/checkra1n/90-checkra1n.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

# Launch checkra1n CLI
./checkra1n
16 changes: 16 additions & 0 deletions src/minimal_overlay/bundles/checkra1n/bundle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh

set -e

. ../../common.sh

echo "Removing previous work area."
rm -rf $WORK_DIR/overlay/$BUNDLE_NAME
mkdir -p $WORK_DIR/overlay/$BUNDLE_NAME
cd $WORK_DIR/overlay/$BUNDLE_NAME

install -d -m755 "$OVERLAY_ROOTFS/etc"
install -d -m755 "$OVERLAY_ROOTFS/etc/autorun"
install -m755 "$SRC_DIR/90-checkra1n.sh" "$OVERLAY_ROOTFS/etc/autorun/90-checkra1n.sh"

echo "checkra1n scripts have been installed."
17 changes: 0 additions & 17 deletions src/minimal_overlay/bundles/dhcp/05_rc.dhcp

This file was deleted.

8 changes: 0 additions & 8 deletions src/minimal_overlay/bundles/dhcp/20_network.sh

This file was deleted.

20 changes: 0 additions & 20 deletions src/minimal_overlay/bundles/dhcp/bundle.sh

This file was deleted.

3 changes: 0 additions & 3 deletions src/minimal_overlay/bundles/dhcp/bundle_deps

This file was deleted.

5 changes: 0 additions & 5 deletions src/minimal_overlay/bundles/dhcp/hosts

This file was deleted.

1 change: 0 additions & 1 deletion src/minimal_overlay/bundles/dhcp/nsswitch.conf

This file was deleted.

20 changes: 0 additions & 20 deletions src/minimal_overlay/bundles/dhcp/resolv.conf

This file was deleted.

Binary file added src/minimal_overlay/rootfs/checkra1n
Binary file not shown.

0 comments on commit 3dccf7c

Please sign in to comment.