Lfs Tweak Notthetweakthatyouwant [portable] Full Now
: Changing the number of gears, gear ratios, and differential types.
cat > init << "EOF" #!/bin/busybox sh /bin/busybox --install -s mount -t proc none /proc mount -t sysfs none /sys mount -t devtmpfs none /dev echo "Unlocking root device" cryptsetup luksOpen /dev/sda2 root mount /dev/mapper/root /newroot exec switch_root /newroot /sbin/init EOF lfs tweak notthetweakthatyouwant full
# Example of applying a tweak lfs tweak notthetweakthatyouwant full : Changing the number of gears, gear ratios,
cd $LFS/linux-* scripts/config --disable CONFIG_DEVMEM scripts/config --enable CONFIG_SECCOMP make olddefconfig : Changing the number of gears