From fb0736149e3aaa355e4006ad6bc586e8ddf0a063 Mon Sep 17 00:00:00 2001 From: fernao Date: Mon, 5 Jun 2023 23:47:55 -0300 Subject: [PATCH] Update 'README.md' --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26504ba..790135e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # extroot -Expand the router's storage space, from few MB to several GB \ No newline at end of file +Expand the router's storage space, from few MB to several GB, by using a USB storage device. + +`extroot` implies moving the router's overlay partition to this external USB device + +* Minimal requirements: `kmod-usb-storage kmod-fs-ext4 block-mount` +* Extended functionalities: `e2fsprogs fdisk lsblk cryptsetup kmod-crypto-ecb kmod-crypto-misc kmod-crypto-sha512 kmod-crypto-user kmod-crypto-xts kmod-loop kmod-fs-isofs` + +What this script should be doing: + +* check minimal packages +* find usb & fetch overlay uuid +* mount uuid, clean partition, copy files from device's overlay +* check uci config, adjust accordingly \ No newline at end of file