initial commit of bin scripts into git

This commit is contained in:
2023-11-08 13:38:19 +11:00
commit 3735eea3c6
113 changed files with 11631 additions and 0 deletions

8
make_dvd_iso Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
ISO_TO_CREATE=/mnt/win_d/FC4-i386_with_updates_20050807-DVD.iso
LABEL="Fedora Core 4 (i386) with updates 200508507"
DIR_TO_MAKE_ISO_FROM=/usr/FC4-i386_with_updates_20050807/
mkisofs -o $ISO_TO_CREATE -r -A "$LABEL" -b isolinux/isolinux.bin -r \
-c isolinux/boot.cat -no-emul-boot -boot-info-table $DIR_TO_MAKE_ISO_FROM