-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
13 lines (9 loc) · 669 Bytes
/
TODO
File metadata and controls
13 lines (9 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
IMPORTANT:
mksh does not use BASH_ARGC and BASH_ARGV (install.sh) | test current solution | seems it works, but 'mksh install.sh linux' registers the first/last argument two times
REST:
rebuild scripts/linux to use functions (e.g. for main mount) instead of switch with loop | began | moved all parts into functions
speedup bashrc, it's really slow, test it first | bash_completition is slow | began with auto-creating reduced versions of bashrc/bash_aliases
design a method to trigger the installation of rootfs with config file
write program to read config file for installing rootfs parts
UNIMPORTANT:
git for bash: https://gist.github.com/markjfletcher/9754277