You've already forked debian-unattended
variabilized initial ISO name
This commit is contained in:
@@ -4,5 +4,6 @@ apt-get update
|
||||
apt-get install -y xorriso genisoimage
|
||||
|
||||
cd /root/unattended
|
||||
genisoimage -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ls | grep "netinst.iso" | sed 's/netinst/unattended/') isofiles
|
||||
chown 1000:1000 $(ls | grep "netinst.iso" | sed 's/netinst/unattended/')
|
||||
ISONAME=$(ls | grep "netinst.iso" | sort | tail -n1 | sed 's/netinst/unattended/')
|
||||
genisoimage -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ${ISONAME} isofiles
|
||||
chown 1000:1000 ${ISONAME}
|
||||
|
||||
Reference in New Issue
Block a user