]> git.zerfleddert.de Git - m1-debian/commitdiff
22:32 < tpw_rules> sgdisk -n 0:0 will also do that
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 15 Mar 2022 21:37:11 +0000 (22:37 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 15 Mar 2022 21:37:11 +0000 (22:37 +0100)
Context: One-liner to resize the root partition.

See: https://github.com/tpwrules/nixos-m1/blob/main/docs/uefi-standalone.md#installation

bootstrap.sh
doc/notes.txt

index a7cb2f2c857d216d4cbc3f56d0fcd66286ed9bcd..58661ad4b3580f0434e227e36e7d30212acc5bcc 100644 (file)
@@ -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`
 
index c288acc1117d718fb01f70ef823ae45e1c85a0ef..f7bbdbb0b692e215e79e4b481b41f21d1142a1bb 100644 (file)
@@ -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
-
Impressum, Datenschutz