From f15434b06d3fdbdba479af9d441cbc50875fa6ce Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 15 Mar 2022 22:37:11 +0100 Subject: [PATCH] 22:32 < tpw_rules> sgdisk -n 0:0 will also do that Context: One-liner to resize the root partition. See: https://github.com/tpwrules/nixos-m1/blob/main/docs/uefi-standalone.md#installation --- bootstrap.sh | 2 +- doc/notes.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index a7cb2f2..58661ad 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -68,7 +68,7 @@ build_rootfs() handle_crosscompile sudo rm -rf testing 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 testing testing http://ftp.fau.de/debian + 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 testing testing http://ftp.fau.de/debian export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` diff --git a/doc/notes.txt b/doc/notes.txt index c288acc..f7bbdbb 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -387,4 +387,3 @@ ctl.!default { 21:44 < kov> Glanzmann, trying to use the debian installer from your artefacts and getting a blank screen after the boot, any thoughts? (the consoles on tty2 etc come up) 21:55 < kov> Glanzmann, hrm adding vga=normal fb=false to the kernel cmdline made it work - -- 2.39.2