home · contact · privacy
Add basic w530-specific setup scripting.
[config] / buster / setup_scripts / install_for_target.sh
index 176f3ea54a7cff883346cb564c1b2812eaf1b9d5..853a67295b80065b94e5c8d6eb1b83743bd5a6f6 100755 (executable)
@@ -10,6 +10,7 @@ aptmark_dir="${config_tree_prefix}/apt-mark"
 
 for target in "$@"; do
     path="${aptmark_dir}/${target}"
+    # TODO: continue if file at $path not found, to get rid of dummy files
     cat "${path}" | while read line; do
         echo "$line"
         if [ ! $(echo "${line}" | cut -c1) = "#" ]; then