Displaying 3 results from an estimated 3 matches for "8c9a".
Did you mean:
8c99
2015 Jul 03
2
Fedora 21 extlinux 6.03 boot failure
...y ExtLinux Boot Menu
timeout 100
label Linux1
menu label Fedora21-x86_64 4.0.5-200.fc21
kernel /vmlinuz-4.0.5-200.fc21.x86_64
append ro panic=10 rd.dm=0 rd.luks=0 rd.plymouth=0 vconsole.keymap=us vconsole.font=latarcyrheb-sun16 LANG=en_US.UTF-8 LC_COLLATE=C root=UUID=ff7ec6df-6e68-4887-8c9a-edcdc15a7f83 console=tty0 console=ttyS0,57600
initrd /initramfs-4.0.5-200.fc21.x86_64.img
menu default
label Linux2
menu label Fedora21-x86_64 3.19.7-200.fc21
kernel /vmlinuz-3.19.7-200.fc21.x86_64
append ro panic=10 rd.dm=0 rd.luks=0 rd.plymouth=0 vconsole.keymap=us vconsole.f...
2015 Jul 03
2
Fedora 21 extlinux 6.03 boot failure
Hi,
On Fri, Jul 03, 2015 at 07:13:18AM +0300, Ady via Syslinux wrote:
> It is not so clear to me which version of Syslinux (or which version of its
> Fedora's packages) you are actually using to boot these systems (not just the one
> currently failing).
Sorry I wasn't clear. Fedora 19 was installed on a / and /boot partition. I
then installed Fedora 21 on a separate /
2013 Oct 02
2
When overriding the registration controller from devise, is it possible to access the newly created
I''m trying to create a folder right after a user registers, so I override
the create action on the registration controller (devise) but I don''t know
how to access the newly created user in order to create the folder with
it''s name to upload files later.
So far I''ve got this:
class RegistrationsController < Devise::RegistrationsController
def new