26/08/2022, 10:02
(Questo messaggio è stato modificato l'ultima volta il: 26/08/2022, 13:02 da dxgiusti.)
Scusa l'ignoranza ma cosa intendi per :" elimina la stringa dal file 40_custom," devo eliminare tutto questo:
Codice:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "MIA_ISO" {
set isofile="/pclinuxos-2022-08-23.iso"
set root='hd0,10'
loopback loop /$isofile
linux (loop)/isolinux/vmlinuz root=(loop) bootfromiso=/$isofile livecd=livecd
initrd (loop)/isolinux/initrd.gz