refactor: replace all stdint::uint32_t into short and more manageable u32_t
[lunaix-os.git] / lunaix-os / config-grub.sh
1 #!/usr/bin/bash
2
3 export _OS_NAME=$1
4
5 cat GRUB_TEMPLATE | envsubst > "$2"