Jump to content

Kamil Krawczyk

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Kamil Krawczyk got a reaction from rufik in Armbian in Read Only Mode   
    Solusion for overlayroot in Armbian Jessie:
     
    1) install overlayroot_0.27ubuntu1.4_all.deb
    dpkg -i overlayroot_0.27ubuntu1.4_all.deb
     
    2) add following lines to /usr/share/initramfs-tools/hooks/overlayroot file:
     
    copy_exec /bin/grep /bin
    copy_exec /usr/bin/stat /bin
    copy_exec /bin/echo /bin
     
    This will load missing tools required by /usr/share/initramfs-tools/scripts/init-bottom/overlayroot script.
     
    3) replace all "mount --move" with "mount -o move" in /usr/share/initramfs-tools/scripts/init-bottom/overlayroot file.
     
    4) update-initramfs -u
     
    :-)
    overlayroot_0.27ubuntu1.4_all.deb
  2. Like
    Kamil Krawczyk got a reaction from Igor in Armbian in Read Only Mode   
    Solusion for overlayroot in Armbian Jessie:
     
    1) install overlayroot_0.27ubuntu1.4_all.deb
    dpkg -i overlayroot_0.27ubuntu1.4_all.deb
     
    2) add following lines to /usr/share/initramfs-tools/hooks/overlayroot file:
     
    copy_exec /bin/grep /bin
    copy_exec /usr/bin/stat /bin
    copy_exec /bin/echo /bin
     
    This will load missing tools required by /usr/share/initramfs-tools/scripts/init-bottom/overlayroot script.
     
    3) replace all "mount --move" with "mount -o move" in /usr/share/initramfs-tools/scripts/init-bottom/overlayroot file.
     
    4) update-initramfs -u
     
    :-)
    overlayroot_0.27ubuntu1.4_all.deb
  3. Like
    Kamil Krawczyk got a reaction from gnasch in Armbian in Read Only Mode   
    Solusion for overlayroot in Armbian Jessie:
     
    1) install overlayroot_0.27ubuntu1.4_all.deb
    dpkg -i overlayroot_0.27ubuntu1.4_all.deb
     
    2) add following lines to /usr/share/initramfs-tools/hooks/overlayroot file:
     
    copy_exec /bin/grep /bin
    copy_exec /usr/bin/stat /bin
    copy_exec /bin/echo /bin
     
    This will load missing tools required by /usr/share/initramfs-tools/scripts/init-bottom/overlayroot script.
     
    3) replace all "mount --move" with "mount -o move" in /usr/share/initramfs-tools/scripts/init-bottom/overlayroot file.
     
    4) update-initramfs -u
     
    :-)
    overlayroot_0.27ubuntu1.4_all.deb
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines