├── README ├── clean ├── init ├── mkboot ├── mkramdisk ├── patch └── prep /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kref/scripts/HEAD/README -------------------------------------------------------------------------------- /clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kref/scripts/HEAD/clean -------------------------------------------------------------------------------- /init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kref/scripts/HEAD/init -------------------------------------------------------------------------------- /mkboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kref/scripts/HEAD/mkboot -------------------------------------------------------------------------------- /mkramdisk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kref/scripts/HEAD/mkramdisk -------------------------------------------------------------------------------- /patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kref/scripts/HEAD/patch -------------------------------------------------------------------------------- /prep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kref/scripts/HEAD/prep --------------------------------------------------------------------------------