File tree Expand file tree Collapse file tree 6 files changed +25
-0
lines changed Expand file tree Collapse file tree 6 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 11# Install
22
33* [ jailbreak] ( https://www.mobileread.com/forums/forumdisplay.php?f=150 ) and install [ KUAL] ( https://www.mobileread.com/forums/showthread.php?t=203326 )
4+ * install [ kterm] ( https://github.com/bfabiszewski/kterm/releases )
45* copy this directory to ` extensions ` .
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ . " $( dirname " $0 " ) " /lib.sh
4+
5+ [ -f " $ROOTFS_LOCK " ] || mount_rootfs_all
6+
7+ do_chroot /bin/sh
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ . " $( dirname " $0 " ) " /lib.sh
4+
5+ install_rootfs
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ . " $( dirname " $0 " ) " /lib.sh
4+
5+ [ -f " $ROOTFS_LOCK " ] && umount_rootfs_all
6+
7+ resize_rootfs_interactive
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ . " $( dirname " $0 " ) " /lib.sh
4+
5+ umount_rootfs_all
You can’t perform that action at this time.
0 commit comments