Fri Jan 03, 2014 12:25 pm
label sid
menu label sid
kernel /sid/vmlinuz quiet
append initrd=/sid/initrd.img boot=live ip=frommedia union=aufs findiso=/sid/snapshot140102_1452.iso
label initrd.custom.img
menu label Refracta (initrd.custom.img)
kernel /sdc1/live/vmlinuz quiet
append initrd=/sdc1/live/initrd.custom.img boot=live ip=frommedia union=aufs config=openssh-server basemountmode=rw,noatime,umask=000 live-media-path=/sdc1/live
label persistence
menu label Refracta (persistence)
kernel /sdc1/live/vmlinuz quiet
append initrd=/sdc1/live/initrd.custom.img boot=live ip=frommedia union=aufs config=openssh-server basemountmode=rw,noatime,umask=000 live-media-path=/sdc1/live persistence persistence-media=removable-usb persistence-path=/sid/ persistence-encryption=none,luks
label sid
menu label sid
kernel /sid/vmlinuz quiet
append initrd=/sid/initrd.img boot=live ip=frommedia union=aufs findiso=/sid/snapshot140102_1452.iso
label initrd.custom.img
menu label sid (initrd.custom.img)
kernel /sid/vmlinuz quiet
append initrd=/sid/initrd.custom.img boot=live ip=frommedia union=aufs config=openssh-server basemountmode=rw,noatime,umask=000 findiso=/sid/snapshot140102_1452.iso
label persistence
menu label sid (persistence)
kernel /sid/vmlinuz quiet
append initrd=/sid/live/initrd.custom.img boot=live ip=frommedia union=aufs config=openssh-server basemountmode=rw,noatime,umask=000 findiso=/sid/snapshot140102_1452.iso persistence persistence-media=removable-usb persistence-path=/sid/ persistence-encryption=none,luks
Fri Jan 03, 2014 2:12 pm
if [[ -f "${usb_mountpoint}"/syslinux/live.cfg.test ]] ; then
Fri Jan 03, 2014 2:49 pm
finished_message="$isofile_name was copied to $target_name,
and the boot menu entry should be correct.
If you add a patched initrd or loopback file to $target_name, the menu
entries created at that time will be incorrect, and you will need to
manually edit them to point to $target_name. See Help for more info.
"
finished_dialog
Fri Jan 03, 2014 11:25 pm
live-media-path=/sid/live
findiso=/sid/live/snapshot140102_1452.iso
Sat Jan 04, 2014 9:18 pm
Sun Jan 05, 2014 12:21 am
label sid1209
menu label sid1209
kernel /sid1209/live/vmlinuz quiet
append initrd=/sid1209/live/initrd.img boot=live ip=frommedia union=aufs findiso=/sid1209/live/sid-refracted-20131209_0010.iso
label initrd.custom.img
menu label Refracta (initrd.custom.img)
kernel /sid1209/live/vmlinuz quiet
append initrd=/sid1209/live/initrd.custom.img boot=live ip=frommedia union=aufs config=openssh-server basemountmode=rw,noatime,umask=000 findiso=/sid1209/live/sid-refracted-20131209_0010.iso
label sidloop2
menu label Refracta (sidloop2)
kernel /sid1209/live/vmlinuz quiet
append initrd=/sid1209/live/initrd.custom.img boot=live ip=frommedia union=aufs config=openssh-server basemountmode=rw,noatime,umask=000 findiso=/sid1209/live/sid-refracted-20131209_0010.iso persistence persistence-media=removable-usb persistence-path=/sid1209/ persistence-label=sidloop2 persistence-encryption=none,luks
refracta2usb (0.9.4t) unstable; urgency=low
* (refracta2usb)
* setup_findiso() changes: kernel, initrd. isofile get copied to
* ${target_dir}/live so menus in mkloopback and patch-initrd-gui work.
* isolinux gets copied to ${target_dir} so isolinux2syslinux and
* syslinux tests will still work.
*
* (mkloopback)
* setup_boot_menu() changes: test for isofile, get filename,
* use ${live_path_opt} for findiso.
*
*(patch-initrd-gui)
* added ${live_path_opt} to menu text; use for live-media-path or findiso
refracta2usb (0.9.4s) unstable; urgency=low
* default boot menu opens without having to select it.
* setup_findiso finished message: if you add patched initrd
* or loopback file to same directory, menu entries will be wrong.
* setup_findiso now unmounts isofile before exits.
* cleanup1 moved from mkloopback to functions_r2u for select-loop-mount
* select-loop-mount now mounts partition under /tmp instead of /media
Sun Jan 05, 2014 1:08 pm
Sun Jan 05, 2014 1:57 pm
kernel_image=$($DIALOG --file-selection --width=640 --height=640 --title="Select kernel image" --text="Select the kernel image file. (default: /live/vmlinuz)" --filename="${image_mountpoint}/*" ${OKBUTTON} ${QUITBUTTON})
kernel_name="${kernel_image##*/}"
kernel_path="${kernel_image%/*}"
local_path="$(echo "$kernel_path" | sed "s:$image_mountpoint::")
kernel ${local_path}/${kernel_name}
Sun Jan 05, 2014 2:29 pm
It gets stuck looking for /dev/sr0
Sun Jan 05, 2014 5:06 pm