Home
Subject
Project
This project
lika-live-build-config
is building skeleton.
Link | GitHub |
---|---|
lika-live-build-config | GitHub |
Please using
another project as following
to start build process.
Prototype
Link | GitHub |
---|---|
lika-live-build-config-using | GitHub |
lika-live-build-config-remix | GitHub |
lika-live-build-config-enhance | GitHub |
Respin
Boot ISO By GRUB
Put iso file to
/opt/iso/lika/latest/lika.iso
Create file
/boot/grub/custom.cfg
, the content is as follows
menuentry "Lika OS" --class Debian {
set iso_file="/opt/iso/lika/latest/lika.iso"
search --set=iso_partition --no-floppy --file $iso_file
probe --set=iso_partition_uuid --fs-uuid $iso_partition
set img_dev="/dev/disk/by-uuid/$iso_partition_uuid"
loopback loop ($iso_partition)$iso_file
set extra_option=""
#set extra_option="components quiet splash"
set locale_option=""
#set locale_option="locales=en_US.UTF-8"
#set locale_option="locales=zh_TW.UTF-8"
#set locale_option="locales=zh_CN.UTF-8"
#set locale_option="locales=zh_HK.UTF-8"
#set locale_option="locales=ja_JP.UTF-8"
#set locale_option="locales=ko_KR.UTF-8"
set boot_option="${locale_option} ${extra_option}"
linux (loop)/live/vmlinuz boot=live buuid=${iso_partition_uuid} findiso=${iso_file} ${boot_option}
initrd (loop)/live/initrd.img
}
Lika OS / Live System
Account | Value |
---|---|
Username | lika |
Password | live |
If you want to remove password, just run
sudo passwd -d $(whoami)
Link
Link |
---|
Kali Linux / live-build-config |
Kali Linux / live-build-config-examples |
Kali Linux / How to Creating A Custom Kali ISO |
Debian Live Manual |