change kernel function naming scheme

This commit is contained in:
parazyd 2016-09-30 13:10:48 +02:00
parent a25b54612f
commit 5e8bb400d7
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@
## all windows users are suckers
kernel_install_amd64() {
fn kernel_install_amd64
build_kernel_amd64() {
fn build_kernel_amd64
req=(strapdir arch)
freq=($strapdir/.done)
ckreq || return 1
@ -38,8 +38,8 @@ kernel_install_amd64() {
devprocsys umount $strapdir
}
kernel_install_i386() {
fn kernel_install_i386
build_kernel_i386() {
fn build_kernel_i386
req=(strapdir arch)
freq=($strapdir/.done)
ckreq || return 1