X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/51cd86d8e21a3332aa00a31c882ca51cb3ece224..b5a41dd14432126008b654937c0099d8888b5e50:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index b019d4f..14ef418 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,8 +22,6 @@ build_rootfs() mkdir -p cache sudo eatmydata ${DEBOOTSTRAP} --cache-dir=`pwd`/cache --arch=arm64 --include initramfs-tools,pciutils,wpasupplicant,tcpdump,vim,tmux,vlan,ntpdate,parted,curl,wget,grub-efi-arm64,mtr-tiny,dbus,ca-certificates,sudo,openssh-client,mtools,gdisk,cryptsetup testing testing http://deb.debian.org/debian - export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` - cd testing sudo mkdir -p boot/efi @@ -104,8 +102,6 @@ build_asahi_installer_image() publish_artefacts() { - export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` - cp ${KERNEL} k.deb sudo cp efi.tgz asahi-debian-live.tar debian-base.zip /u/ }