Last active
September 3, 2022 08:52
Revisions
-
francoiscolas revised this gist
Sep 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exec tail -n +3 $0 # the 'exec tail' line above. menuentry "Ubuntu ISO" { set root=(hd0,4) set iso=/ubuntu.iso loopback loop $iso linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso only-ubiquity -
francoiscolas revised this gist
Jan 4, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,4 @@ menuentry "Ubuntu ISO" { loopback loop $iso linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso only-ubiquity initrd (loop)/casper/initrd } -
francoiscolas revised this gist
Jan 4, 2019 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,13 @@ #!/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 "Ubuntu ISO" { set root=(hd0,3) set iso=/ubuntu.iso loopback loop $iso linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso only-ubiquity initrd (loop)/casper/initrd } -
francoiscolas revised this gist
Jan 4, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ menuentry "Ubuntu ISO" { set root=(hd0,3) set iso=/ubuntu.iso loopback loop $iso linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso toram initrd (loop)/casper/initrd } -
francoiscolas created this gist
Apr 26, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ menuentry "Ubuntu ISO" { set root=(hd0,3) set iso=/ubuntu-13.04-desktop-i386.iso loopback loop $iso linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso toram initrd (loop)/casper/initrd.lz }