Compare commits

..

No commits in common. "7eab6eb69594956a54662dd5810b956a6e65ff0b" and "1aea2f8ca7913e129c1a1cdc99c23f72bb0cc75b" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -12,5 +12,4 @@ $(IMAGE):
flash: $(IMAGE) $(TARGET)
sudo dd if=$(IMAGE) of=$(TARGET)
sudo partprobe
sudo parted -sf $(TARGET) resizepart 2 100%
sudo parted -sf $(TARGET) p

View File

@ -25,7 +25,7 @@ let
dtb = "${linuxPackages_x1e.kernel}/dtbs/qcom/x1e78100-lenovo-thinkpad-t14s.dtb";
dtbHash = builtins.hashFile "md5" dtb;
dtbName = "x1e78100-${dtbHash}.dtb";
dtbName = "x1e80100-${dtbHash}.dtb";
in {
boot = {
kernelPackages = linuxPackages_x1e;