X-Git-Url: https://plomlompom.com/repos/?p=config;a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_desktop.sh;h=16074f54fd564f82980a81c72d49e2fdc558e261;hp=3626d731117e714d68f5741ff48a716ae51da658;hb=aefc1d35df17e586ed35626ab11ffbd7ccc24840;hpb=a0cf0e7e4dc97f6fb935acad2742abb0d1cd8dfd diff --git a/buster/setup_scripts/setup_desktop.sh b/buster/setup_scripts/setup_desktop.sh index 3626d73..16074f5 100755 --- a/buster/setup_scripts/setup_desktop.sh +++ b/buster/setup_scripts/setup_desktop.sh @@ -5,7 +5,7 @@ if [ "$#" -ne 1 ]; then echo 'Need exactly one argument (system name).' false fi -if [ ! "$1" = "eeepc" ] && [ ! "$1" = "x200s" ]; then +if [ ! "$1" = "eeepc" ] && [ ! "$1" = "x200s" ] && [ ! "$1" = "w530" ]; then echo "Need legal system name." false fi @@ -16,8 +16,12 @@ config_tree_prefix="${HOME}/config/buster" setup_scripts_dir="${config_tree_prefix}/setup_scripts" cd "${setup_scripts_dir}" ./setup.sh "${system_name}" "" user desktop "${system_name}" -./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" user desktop "${system_name}" -./install_for_target.sh user desktop "${system_name}" +if [ "$1" = "x200s" ] || [ "$1" = "w530" ]; then + ./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" thinkpad +fi +# TODO: these /should/ redundant, try out without them: +#./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" user desktop "${system_name}" +#./install_for_target.sh user desktop "${system_name}" # For hibernation on lid switch to work, we need a newer kernel on the EeePC, # see .