Sen descrición

Ali Rıza KESKİN 078683c800 live-config removed (we are gonna use initrd.local) %!s(int64=3) %!d(string=hai) anos
debian a7327860ec packaging for debian %!s(int64=3) %!d(string=hai) anos
locale 7337a40b3d fixes for debian %!s(int64=3) %!d(string=hai) anos
src f4b86ec4fa live-config removed (we are gonna use initrd.local) %!s(int64=3) %!d(string=hai) anos
LICENSE 689482d760 LICENSE ekle %!s(int64=4) %!d(string=hai) anos
Makefile a7327860ec packaging for debian %!s(int64=3) %!d(string=hai) anos
README.md 3b82afee12 README güncellemesi %!s(int64=4) %!d(string=hai) anos

README.md

for install

make install DESTDIR=/

basic usage

update-initrd KERNELVER=xxxx MODDIR=/lib/modules/xxxx OUTPUT=/boot/initrd.img-xxxx

boot modes

boot=classic    : Booting from installed system
boot=normal     : Booting from installed system but / as tmpfs (All directories binded)
boot=live       : Live boot mode. Search main.sfs (see also sfs=xxx) file and mount overlayfs
boot=freeze     : Frozen mode. Booting from installed system but / as overlayfs (changes never saved)

boot parameters

sfs=xxx         : Search xxx and used for booting from live rootfs
LANG=xxx        : Change language (initrd and system)
root=xxx        : Change rootfs localion or uuid
overlay=zram    : Live boot mode uses zram0 as tmpfs (experimental)
overlay=disable : Live boot mode does not use overlayfs (dangerous)
debug           : Write debug logs
quiet           : No output mode (Only error logs writed)
ro              : mount filesystem as read-only
rw              : mount filesystem as read-write