1
0
mirror of https://github.com/bin456789/reinstall.git synced 2025-06-19 02:39:55 +00:00

debian: 文件重命名

This commit is contained in:
bin456789 2023-07-22 21:22:34 +08:00
parent ac2518b28d
commit ca36e21d7e
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B
2 changed files with 1 additions and 1 deletions

@ -209,7 +209,7 @@ setos() {
eval ${step}_vmlinuz=$mirror/linux eval ${step}_vmlinuz=$mirror/linux
eval ${step}_initrd=$mirror/initrd.gz eval ${step}_initrd=$mirror/initrd.gz
fi fi
eval ${step}_ks=$confhome/preseed.cfg eval ${step}_ks=$confhome/debian.cfg
fi fi
} }