-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathloopback.cfg
More file actions
16 lines (15 loc) · 703 Bytes
/
loopback.cfg
File metadata and controls
16 lines (15 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menuentry "Try or Install Rolling Rhino" {
set gfxpayload=keep
linux /casper/vmlinuz boot=casper file=/cdrom/preseed/ubuntu.seed maybe-ubiquity iso-scan/filename=${iso_path} quiet splash ---
initrd /casper/initrd.gz
}
menuentry "Rolling Rhino (safe graphics)" {
set gfxpayload=keep
linux /casper/vmlinuz boot=casper nomodeset file=/cdrom/preseed/ubuntu.seed maybe-ubiquity iso-scan/filename=${iso_path} quiet splash ---
initrd /casper/initrd.gz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz boot=casper file=/cdrom/preseed/ubuntu.seed only-ubiquity oem-config/enable=true iso-scan/filename=${iso_path} quiet splash ---
initrd /casper/initrd.gz
}