add a -s option to swapon
Signed-off-by: John Crispin <[email protected]>
fix m5sum / uuid of squshfs devices
Signed-off-by: John Crispin <[email protected]>
kmodloader: fix path printf handling
Signed-off-by: Felix Fietkau <[email protected]>
kmodloader: eliminate some hardcoded buffer sizes
Signed-off-by: Felix Fietkau <[email protected]>
kmodloader: reduce indentation depth
Signed-off-by: Felix Fietkau <[email protected]>
kmodloader: use avl tree and calloc_a
Signed-off-by: Felix Fietkau <[email protected]>
make block handle the same block device types as luci
Signed-off-by: John Crispin <[email protected]>
ubox fix extroot delay
This patches fixes the extroot delay. It creates the devicefiles again
when no device was found and updates the device list afterwards.
Signed-off-by: Peter Wagner <[email protected]>
run basename() on user provided device names
Signed-off-by: John Crispin <[email protected]>
add option to check ext* partitions before mounting V3
UpdatesV2: Check for e2fsck before calling it.
fix whitespace
Updates V3: fix another whitespace
This patch adds a new option called check_fs to /etc/config/fstab, if set to '1' every partition with ext* fs
will be checked before it gets mounted.
Signed-off-by: Peter Wagner <[email protected]>
with minor changes to http://patchwork.openwrt.org/patch/3791/
Signed-off-by: John Crispin <[email protected]>
add delay for root partition when extroot is used
This patch adds a new option called delay_root to /etc/config/fstab. This option defines
how long mount_root should wait (in seconds) for an external storage to show up.
Signed-off-by: Peter Wagner <[email protected]>
fix endianess bug inside libbklid-tiny
Signed-off-by: John Crispin <[email protected]>
add mount/umount support to the block tool
Signed-off-by: John Crispin <[email protected]>
insmod should not insert of already inserted
Signed-off-by: John Crispin <[email protected]>
add jffs2reset and jffs2mark
Signed-off-by: John Crispin <[email protected]>
add pivot support, anon swap, device name support, hotplug
Signed-off-by: John Crispin <[email protected]>
add support for mmc cards
Signed-off-by: John Crispin <[email protected]>
add /etc/.extroot-uuid support
Signed-off-by: John Crispin <[email protected]>
fix invalid path in extroot exit path
Signed-off-by: John Crispin <[email protected]>
addextroot support to mount_root
Signed-off-by: John Crispin <[email protected]>
Add CmakeList support for the block tool
Signed-off-by: John Crispin <[email protected]>
add a block-mount replacement
Signed-off-by: John Crispin <[email protected]>
add a tiny version of libblkid
Signed-off-by: John Crispin <[email protected]>
add support for module handling
Signed-off-by: John Crispin <[email protected]>
initial import of uboox utilities
Signed-off-by: John Crispin <[email protected]>