Kaydet (Commit) c5c09af7 authored tarafından root's avatar root

disable gpg check for fedora

üst 1f89b4b4
......@@ -24,12 +24,12 @@ create_rootfs(){
}
populate_rootfs(){
run_in_chroot dnf install kernel-core dracut-live busybox -y
run_in_chroot dnf install -y --nogpgcheck kernel-core kernel-modules dracut-live busybox
}
install_packages(){
run_in_chroot dnf install -y ${packages[@]}
run_in_chroot dnf install -y --nogpgcheck ${packages[@]}
}
make_pkglist() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment