Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 367 Bytes

liveusb-linux

Ramdisk mode Linux operating system for system repair and rescue use

How to build

Install prerequisites for compiling

# Ubuntu:
sudo apt-get install libncurses-dev bison flex libelf-dev elfutils

# CentOS
sudo yum install ncurses-devel bison flex elfutils-libelf-devel elfutils-devel

Compile and build

make -j`nproc`