Files
lfs-auto/script/boot-loader.setup.sh
2016-04-22 13:35:05 +07:00

13 lines
238 B
Bash
Executable File

#!/bin/bash
# using : install boot leader to lfs partition
# author : kevin.leptons@gmail.com
# locate location of this script
__dir__="$(dirname "$0")"
# require root permision
source $__dir__/require-root.sh
# do some thing