⎗ ✓ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53# Debian Live [USB SSD] ## inst sudo apt update && sudo apt install live-build -y ## init mkdir ~/live-build && cd ~/live-build sudo lb clean && sudo lb config --binary-image iso-hybrid --distribution trixie --architecture amd64 --archive-areas "main contrib non-free non-free-firmware" --bootappend-live "boot=live components persistence locales=ja_JP.UTF-8 keyboard-layouts=us" ## binary (cp ~/jayanta) cd ~/live-build mkdir -p config/includes.chroot cd config/includes.chroot sudo mkdir -p usr/local/sbin cd usr/local/sbin sudo cp ~/jayanta . sudo chmod 0755 ./jayanta sudo chown root:root ./jayanta ## packages cd ~/live-build mkdir -p config/package-lists nvim config/package-lists/custom.list.chroot xorg xfce4 xfce4-terminal xfce4-power-manager lightdm lightdm-gtk-greeter arc-theme papirus-icon-theme breeze-cursor-theme neovim gparted pipewire pulseaudio firefox-esr fcitx5-mozc fonts-noto-cjk network-manager network-manager-applet network-manager-openvpn ## live-build cd ~/live-build sudo lb build ## live-write sudo dd if=./live-image-amd64.hybrid.iso of=/dev/sdx bs=4M status=progress sudo sync ## live-persistence - https://www.kali.org/docs/usb/usb-persistence/
Warning LINK You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue? Continue Cancel