]> git.plutz.net Git - blast/commitdiff
fix broken cfg_root/ dependency path master
authorPaul Hänsch <paul@plutz.net>
Tue, 11 Aug 2026 14:36:22 +0000 (16:36 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 11 Aug 2026 14:36:22 +0000 (16:36 +0200)
common_laptop.mk
debian-bookworm-desktop.mk
debian-trixie-desktop.mk
targets/squashfs.mk

index c011514b4d036ee5007a42b43504bd3f58a7a9b5..297bd23e3ed46175706b671aea778e00d97ad70b 100644 (file)
@@ -95,8 +95,6 @@ locales=de_DE.UTF-8,en_US.UTF-8
 # keyboard=German
 keyboard=de
 
-CFGROOT = cfg_root/
-
 .PHONY: _fstab _sudo
 _target: _fstab _sudo
 
index fb0b9bc8c67c635c7d28470909dff76f54db688d..db50576cf00e325e2e1b80cc93517265315c9a54 100644 (file)
@@ -102,8 +102,6 @@ keyboard=de
 ## See modules/approx.mk if you need more flexibility
 # approx=http://localhost:9000/debian
 
-CFGROOT = cfg_root/
-
 .PHONY: _fstab _sudo
 _target: _fstab _sudo
 
index 638879516752516cf5a2cc4235749f2b18de717a..43664a636a8ef1c5a6027ab3e0c14314f9aa95a2 100644 (file)
@@ -55,8 +55,6 @@ keyboard=de
 ## See modules/approx.mk if you need more flexibility
 # approx=http://localhost:9000/debian
 
-CFGROOT = cfg_root/
-
 .PHONY: _fstab _sudo
 _target: _fstab _sudo
 
index 925a58dca697769efbe6e0c1ff105c644a1ef38d..a9acee38a53022c04c567adf1b2c6d239eb6e3a0 100644 (file)
@@ -1,6 +1,4 @@
 SQUASH := ${squash}
-CFGROOT := cfg_root/
-
 PACKAGES += squashfs-tools nbd-client
 
 .PHONY: _squash _squash_modules _squash_clean