X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=live-cd.mk;h=b2ec095c06814d8b8441fa0484c9f4cb5fd674bb;hb=ff53964537cc7f6bf250839dfe77e971975fb50a;hp=780d2eb5308ccb437c6275bcbeba5f11ef482b64;hpb=1ffe031dc21b7d4ea286c8474535b47e8523384e;p=blast diff --git a/live-cd.mk b/live-cd.mk index 780d2eb..b2ec095 100644 --- a/live-cd.mk +++ b/live-cd.mk @@ -1,15 +1,16 @@ iso=live-cd.iso packages=aqemu,debian-installer-launcher,debootstrap,dnsutils,dosfstools,exfat-fuse,exfat-utils,firefox-esr,firefox-esr-l10n-de,git,gparted,gwenview,make,man-db,manpages-de,mousepad,ncat,network-manager-gnome,ntfs-3g,okular,pavucontrol,pulseaudio,pulseaudio-module-bluetooth,qemu-kvm,qemu-system-gui,qemu-utils,ssh,synaptic,telnet,tmux,vlc,xinput -packages+=linux-image-4.19.0-11-amd64 +packages+=linux-image-amd64 packages+=firmware-atheros,firmware-brcm80211,firmware-iwlwifi,firmware-misc-nonfree # packages+=firmware-ipw2x00 +release=bullseye + define SOURCES := deb http://cdn.debian.net/debian ${release} main non-free endef -release=buster modules=nodm,xfce,live,approx hostname=live rootpass=root @@ -39,8 +40,8 @@ _config: cfg_root/home/live/.bash_history cfg_root/home/live/.bash_history: cfg_root _users mkdir "$${CFGROOT}/home/live" printf '%s\n' \ - "sudo git clone https://git.plutz.net/git/blast /mnt/blast" \ - "for m in /proc /sys /dev /run; do sudo mount -o rbind $$m /mnt/$$m; done" \ + 'sudo git clone https://git.plutz.net/git/blast /mnt/blast' \ + 'for m in /proc /sys /dev /run; do sudo mount -o rbind $$m /mnt/$$m; done' \ >$@ chroot "$${CFGROOT}" chown live:live -R /home/live