Displaying 6 results from an estimated 6 matches for "restore_st".
Did you mean:
restore_fl
2019 Sep 26
0
extlinux: Failed to load ldlinux.c32 with btrfs subvolume
...present. I also copy the linux kernel vmlinuz-5.2.0-2-686-pae and initrd.img-5.2.0-2-686-pae to /.
6) I make a /extlinux.conf file. Here it is:
# vim: ft=conf
Default linux
LABEL linux
LINUX /vmlinuz-5.2.0-2-686-pae
INITRD /initrd.img-5.2.0-2-686-pae
APPEND ipv6.disable=1 rw fsck.mode=skip systemd.restore_state=0 root=/dev/sda1 rootflags=subvol=/root,noatime,nospace_cache,clear_cache
7) I unmount everything and attempt to boot the USB disk. I receive "Failed to load ldlinux.c32" on the console.
extlinux: 6.04 (bf6db5b4)
Note:
I am able to successfully boot a btrfs subvolume if I place the...
2019 Sep 29
0
extlinux| Failed to load ldlinux.c32 with btrfs subvolume
...resent. I also copy the linux kernel vmlinuz-5.2.0-2-686-pae and
initrd.img-5.2.0-2-686-pae to /.
6) I make a /extlinux.conf file. Here it is:
# vim: ft=conf
Default linux
LABEL linux
LINUX /vmlinuz-5.2.0-2-686-pae
INITRD /initrd.img-5.2.0-2-686-pae
APPEND ipv6.disable=1 rw fsck.mode=skip systemd.restore_state=0
root=/dev/sda1 rootflags=subvol=/root,noatime,nospace_cache,clear_cache
7) I unmount everything and attempt to boot the USB disk. I receive
"Failed to load ldlinux.c32" on the console.
extlinux: 6.04 (bf6db5b4)
Note:
I am able to successfully boot a btrfs subvolume if I place t...
2019 Sep 30
0
[extlinux]Failed to load ldlinux.c32 with btrfs subvolume
...resent. I also copy the linux kernel vmlinuz-5.2.0-2-686-pae and
initrd.img-5.2.0-2-686-pae to /.
6) I make a /extlinux.conf file. Here it is:
# vim: ft=conf
Default linux
LABEL linux
LINUX /vmlinuz-5.2.0-2-686-pae
INITRD /initrd.img-5.2.0-2-686-pae
APPEND ipv6.disable=1 rw fsck.mode=skip systemd.restore_state=0
root=/dev/sda1 rootflags=subvol=/root,noatime,nospace_cache,clear_cache
7) I unmount everything and attempt to boot the USB disk. I receive
"Failed to load ldlinux.c32" on the console.
extlinux: 6.04 (bf6db5b4)
Note:
I am able to successfully boot a btrfs subvolume if I place t...
2006 Jun 13
2
Top margin on PDF generated with PDF::Writer
...:left,
:width => PDF::Writer.cm2pts(10.5), :height => PDF::Writer.cm2pts(6)
#pdf.add_text_wrap(0, pdf.y, PDF::Writer.cm2pts(1), "Test1", 12, :left, 0)
#pdf.add_text_wrap(PDF::Writer.cm2pts(8.5), pdf.y,
PDF::Writer.cm2pts(6), "Test2", 12, :center, 90)
pdf.restore_state
pdf.close_object
pdf.add_object(card, :this_page)
end
end
pdf.save_as("public/pdf/cupones.pdf")
end
But the generated pdf has a top margin of 36pt, and the cards are then
printed in two pages. I need a margin of 0 for the page, to ensure
that all that cards are pri...
2019 Sep 30
3
[extlinux] Failed to load ldlinux.c32 with btrfs subvolume
...resent. I also copy the linux kernel vmlinuz-5.2.0-2-686-pae and
initrd.img-5.2.0-2-686-pae to /.
6) I make a /extlinux.conf file. Here it is:
# vim: ft=conf
Default linux
LABEL linux
LINUX /vmlinuz-5.2.0-2-686-pae
INITRD /initrd.img-5.2.0-2-686-pae
APPEND ipv6.disable=1 rw fsck.mode=skip systemd.restore_state=0
root=/dev/sda1 rootflags=subvol=/root,noatime,nospace_cache,clear_cache
7) I unmount everything and attempt to boot the USB disk. I receive
"Failed to load ldlinux.c32" on the console.
extlinux: 6.04 (bf6db5b4)
Note:
I am able to successfully boot a btrfs subvolume if I place t...
2006 May 05
8
pdf/writer: table.render_on best practices?
...pdf.add_text(x - w, y, t, s)
x = pdf.absolute_left_margin
w = pdf.absolute_right_margin
y -= (pdf.font_height(s) * 1.01)
pdf.line(x, y, w, y).stroke
y = pdf.absolute_bottom_margin + pdf.font_height(9) - 2
pdf.line(x, y, w, y).stroke
pdf.restore_state
pdf.close_object
pdf.add_object(heading, :all_pages)
end
2) create a table:
table = PDF::SimpleTable.new
3) populate the table
table.data = dataArray
4) set which rows are displayed, and in which order:
table.column_order = rows
(Note: only some rows are displayed)
5)...