25/08/2022, 17:19
(Questo messaggio è stato modificato l'ultima volta il: 25/08/2022, 18:27 da dxgiusti.)
da terminale :
Codice:
[roberto@localhost ~]$ cat /etc/grub.d/40_custom
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
}#!/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.
[roberto@localhost ~]$