Closed heyzec closed 3 years ago
Hey, of course! You can go ahead with it.
You can use a new flag --image/-im
argument for parse_args
.
And also, it's better to copy the image during prepare_source_dir
into INSTALLATION_SOURCE_DIR
instead of directly using the image the user specified.
Added on #57
Are there any plans for user to add a custom background using this script? Currently, I am customising my background by editing the theme.txt.template file and manually copying the background picture into the /boot/grub/themes folder. Adding this feature into the python script shouldn't be too hard. I wouldn't mind being assigned this issue.