remove vim tags

This commit is contained in:
Tobias Powalowski 2024-08-15 14:49:27 +02:00
parent 8ca922c258
commit 792c5647d9
114 changed files with 0 additions and 114 deletions

View file

@ -2,4 +2,3 @@
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/boot/Image.gz"
_HOOKS=(base_common base_common_mods base_init base_init_mods block_mods)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -3,4 +3,3 @@
_KERNEL="/boot/Image.gz"
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
kexec kms_mods installer_common licenses net_common net_mods remote)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -3,4 +3,3 @@
_KERNEL="/boot/Image.gz"
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
cache installer_common kexec kms_mods licenses)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -9,4 +9,3 @@ _HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup base_common_
devicemapper efi filesystems filesystems_cleanup installer_common installer
kexec licenses lshw lvm2 mdadm motd neovim net net_cleanup net_common pciutils
remote secureboot smartmontools usbutils vconsole wireless)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,4 +8,3 @@ _HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
licenses lshw lvm2 mdadm mdadm_mods motd neovim net_common net net_mods
pciutils remote secureboot smartmontools usbutils vconsole wireless
wireless_mods)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -65,4 +65,3 @@ _GPG="--detach-sign --no-armor --batch --passphrase-file /etc/archboot/gpg.passp
# use this public gpg key to verify
_GPG_KEY="/usr/share/archboot/gpg/tpowa.gpg"
_GPG_KEY_ID="5B7E3FB71B7F10329A1C03AB771DF6627EDF681F"
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -2,4 +2,3 @@
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(base_common base_common_mods base_init base_init_mods block_mods)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
installer_common installer kexec kms_mods licenses lshw lvm2 mdadm
mdadm_mods motd neovim net_common net net_mods pciutils remote
secureboot smartmontools usbutils vconsole wireless wireless_mods)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -11,4 +11,3 @@ _TRIGGER="archboot archboot-arm archboot-riscv archlinux-keyring
iputils iw iwd linux linux-firmware lvm2 mdadm mkinitcpio nano neovim
openssh pacman systemd thin-provisioning-tools ttyd util-linux
xfsprogs"
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -2,4 +2,3 @@
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(base_common base_common_mods base_init base_init_mods block_mods)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -3,4 +3,3 @@
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
kexec kms_mods installer_common licenses net_common net_mods remote)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -3,4 +3,3 @@
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
cache installer_common kexec kms_mods licenses)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -9,4 +9,3 @@ _HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup base_common_
devicemapper efi filesystems filesystems_cleanup installer_common installer
kexec licenses lshw lvm2 mdadm motd neovim net net_cleanup net_common pciutils
remote secureboot smartmontools usbutils vconsole wireless)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,4 +8,3 @@ _HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
licenses lshw lvm2 mdadm mdadm_mods motd neovim net_common net net_mods
pciutils remote secureboot smartmontools usbutils vconsole wireless
wireless_mods)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -26,4 +26,3 @@ echo "${_PACKAGE}" >binary.log
for i in $(pacman -Ql ${_PACKAGE} | rg -o '/usr/bin/..*$'); do
command -v "${i}" &>"${_NO_LOG}" || echo "${i}" >>binary.log
done
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -94,4 +94,3 @@ while [[ -z "${_SET_TIME}" ]]; do
_timeset
done
_cleanup
# vim: set ts=4 sw=4 et:

View file

@ -88,4 +88,3 @@ else
_cleanup
echo "Dry run complete."
fi
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -113,4 +113,3 @@ while true; do
_check_manage
_launcher
done
# vim: set ts=4 sw=4 et:

View file

@ -103,4 +103,3 @@ while [[ -z "${_LOCALE}" ]]; do
done
_localize
_cleanup
# vim: set ts=4 sw=4 et:

View file

@ -231,4 +231,3 @@ while true; do
_network && break
done
_cleanup
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -38,4 +38,3 @@ done
# pacman-mirrorlist only /etc file
# pambase only /etc files
rg -v "ca-certificates|dbus-units|dbus-broker-units|iana-etc|licenses|linux-firmware-whence|pacman-mirrorlist|pambase" not-installed.orig.log >not-installed.log
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -186,4 +186,3 @@ fi
_dialog --title " Success " --no-mouse --infobox "Pacman configuration completed successfully." 3 60
sleep 2
_cleanup
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -96,4 +96,3 @@ _chroot_umount
_post_installation
exit 0
# vim: set ts=4 sw=4 et:

View file

@ -41,4 +41,3 @@ for i in ${_SERVER_ARCH}; do
rm "${i}"/var/log/pacman.log
rm "${i}"/var/cache/pacman/pkg/*
done
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -39,4 +39,3 @@ while true; do
done
clear
exit 0
# vim: set ts=4 sw=4 et:

View file

@ -180,4 +180,3 @@ else
echo -e "\e[1;94m=> \e[1;91mAn error was detected. Please check the corresponding log files.\e[m"
exit 1
fi
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -126,4 +126,3 @@ if [[ -n "${_FULL_SYSTEM}" ]]; then
clear
fi
[[ -e /.update ]] && rm /.update
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -118,4 +118,3 @@ echo "Removing ${1} directory."
rm -r "${1}"
echo "Finished ${1}."
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -359,4 +359,3 @@ _create_cpio() {
popd >"${_NO_LOG}" || return 1
echo "Build complete."
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -244,4 +244,3 @@ _set_hostname() {
echo "Setting hostname to archboot..."
echo 'archboot' > "${1}/etc/hostname"
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -63,4 +63,3 @@ _run ()
_map _file /usr/share/{kbd/consolefonts/ter-v{16,32}n.psf.gz,terminfo/l/linux}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -10,4 +10,3 @@ _run ()
mountpoint,setfont,sulogin,systemctl}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -21,4 +21,3 @@ _run ()
_all_mods -f '9pnet|bluetooth|fs' 'virtio'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -148,4 +148,3 @@ linux-with-alt-and-altgr,linux-keys-bare}.inc,qwerty/us.map.gz} \
_map _file /usr/share/{ca-certificates/trust-source/mozilla.trust.p11-kit,p11-kit/modules/p11-kit-trust.module}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -19,4 +19,3 @@ stdio-bridge,sysusers,tty-ask-password-agent,repart,creds,cryptenroll,dissect,id
{bus,coredump,locale,login,machine,network,hostname,timedate,userdb,home,oom,portable}ctl,zoxide}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,4 +8,3 @@ _run ()
_all_mods 'nfs/nfsv4|autofs4|loop|pkcs8_key_parser'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -36,4 +36,3 @@ _run ()
/etc/systemd/system/initrd-cleanup.service
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run() {
_map _mod vfat iso9660 nls_cp437 nls_ascii cdrom exfat
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -36,4 +36,3 @@ _run ()
newusers pw{ck,conv,unconv} user{add,del,mod} sg getsubids
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -38,4 +38,3 @@ grep,less,more,new,ramctl},zstd{cat,grep,less,mt}}
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -22,4 +22,3 @@ _run()
_all_mods 'vmd'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
[[ -d /var/cache/pacman/pkg ]] && _full_dir /var/cache/pacman/pkg
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,4 +8,3 @@ _run ()
[[ -d /var/cache/pacman/pkg ]] && rm -r /var/cache/pacman/pkg
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -9,4 +9,3 @@ _run ()
_file_rename /usr/bin/archboot-clock.sh /usr/bin/clock
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,4 +8,3 @@ _run ()
_file /etc/cpufreq-bench.conf
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_all_mods 'arch/x86/kernel/cpu/cpufreq|drivers/cpufreq'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -14,4 +14,3 @@ _run ()
_map _file /usr/lib/{libgcc_s.so.1,ossl-modules/legacy.so}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_all_mods 'md/dm-*'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_map _binary dmidecode biosdecode
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_map _binary efi{bootmgr,var,secdb}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -18,4 +18,3 @@ growfs,info,io,logprint,metadump,mdrestore,mkfile,ncheck,quota,repair,rtcp,space
_map _file /usr/lib/libINI*
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -19,4 +19,3 @@ tune.exfat,tune2fs,wipefs,xfs_{admin,bmap,copy,db,estimate,freeze,fsr,\
growfs,info,io,logprint,metadump,mdrestore,mkfile,ncheck,quota,repair,rtcp,spaceman}}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -9,4 +9,3 @@ _run ()
_map _mod crypto-crc32c crypto-crc32 libcrc32c configfs nls_cp437 nls_ascii
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -25,4 +25,3 @@ TAS*,TIAS*,ti,ti-keystone,tlg2300*,tsse_*,v4l*,vicam,vntw*,vxge,wsm_*,wfx,whiteh
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,4 +8,3 @@ _run ()
rm -r /lib/firmware
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_all_mods /firmware/
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_all_mods '/hv/hv_*'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -22,4 +22,3 @@ _run ()
_file /usr/share/archboot/grub/archboot-background.png
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -14,4 +14,3 @@ _run ()
echo ". /usr/lib/archboot/login.sh" >> "${_ROOTFS}/root/.bashrc"
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_map _binary kexec vmcore-dmesg
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -17,4 +17,3 @@ _run ()
_map _all_mods 'chromeos_privacy_screen' 'thinkpad_acpi'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -147,4 +147,3 @@ done
_map _full_dir /usr/share/licenses/{spdx,linux-firmware}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_binary lshw
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -15,4 +15,3 @@ create,display,export,extend,import,merge,mknodes,reduce,remove,rename,s,scan,sp
_map _file /etc/lvm/lvm.conf /usr/lib/{liblvm*,systemd/system/{lvm2*,blk-availability.service,sysinit.target.wants/lvm2*}}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -9,4 +9,3 @@ _run ()
_file /usr/share/mdadm/mdcheck
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_all_mods -f 'dm-' 'drivers/md/*'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -9,4 +9,3 @@ _run ()
rm -r /lib/modules
_MODS="" _MOD_DEPS=""
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -32,4 +32,3 @@ if echo "${_HOOKS[@]}" | rg -qw installer; then
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -13,4 +13,3 @@ _run ()
_file_rename /usr/share/archboot/nvim/nvim-lastplace.lua /usr/share/nvim/runtime/plugin/nvim-lastplace.lua
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -17,4 +17,3 @@ _run ()
_file_rename /usr/share/archboot/net/etc/profile.d/elinks.sh /etc/profile.d/elinks.sh
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -11,4 +11,3 @@ elinks,ethtool,genl,ifstat,lnstat,nstat,ssh,tracepath,rdma,rtacct,\
rtmon,rtstat,ss,tc,tipc,vdpa}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -14,4 +14,3 @@ _run ()
/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_all_mods -f '_cs|b44|broadcom/bnx2x|brocade|cavium|chelsio|cisco|netronome|mellanox|myricom|qlogic|qualcomm' '/drivers/net/ethernet|/net/ipv4|/net/ipv6|/drivers/net/usb'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_map _binary lspci pcilmr setpci update-pciids
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -50,4 +50,3 @@ _run ()
/etc/systemd/system/ttyd.service
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -20,4 +20,3 @@ _run ()
_file_rename /usr/bin/archboot-secureboot-keys.sh /usr/bin/secureboot-keys.sh
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,4 +8,3 @@ _run ()
_map _file /etc/{conf.d/smartd,smartd.conf}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,4 +7,3 @@ _run ()
_binary lsusb
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -17,4 +17,3 @@ _run ()
_file /etc/fb.modes
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -15,4 +15,3 @@ _run ()
_map _file /etc/conf.d/wireless-regdom /usr/lib/crda/{regulatory.bin,pubkeys/wens.key.pub.pem}
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -14,4 +14,3 @@ _run ()
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -146,4 +146,3 @@ _clear
_msg "The boot medium can be safely removed now."
echo ""
_msg "Launching $(systemctl --version | head -n1)..."
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -254,4 +254,3 @@ _auto_mkinitcpio() {
_printk on
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -259,4 +259,3 @@ _mainmenu() {
fi ;;
esac
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -837,4 +837,3 @@ _createluks()
cryptsetup -q luksFormat "${_DEV}" <"${_LUKSPASSPHRASE}" >"${_LOG}"
_opening_luks
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -270,4 +270,3 @@ _install_bootloader() {
_NEXTITEM="<"
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -283,4 +283,3 @@ _btrfs_compress() {
_BTRFS_COMPRESS="compress=$(cat "${_ANSWER}")"
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -143,4 +143,3 @@ _locale_gen() {
${_NSPAWN} locale-gen &>"${_NO_LOG}"
[[ -e /.archboot ]] && rm /.archboot
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -266,4 +266,3 @@ _user_management() {
esac
done
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -624,4 +624,3 @@ _mkfs() {
_check_filesystem_fstab "$@"
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -79,4 +79,3 @@ _install_packages() {
_chroot_umount
_run_locale_gen | _dialog --title " Locales " --no-mouse --gauge "Rebuilding glibc locales on installed system..." 6 75 0
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -70,4 +70,3 @@ _partition() {
done
_NEXTITEM=3
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -343,4 +343,3 @@ _autoprepare() {
_dialog --title " Success " --no-mouse --infobox "Quick Setup was successful." 3 40
sleep 3
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -120,4 +120,3 @@ _create_special() {
_NEXTITEM=4
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -292,4 +292,3 @@ _cleanup_iso() {
echo "Removing ${_ISODIR}..."
[[ -d "${_ISODIR}" ]] && rm -r "${_ISODIR}"
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -179,4 +179,3 @@ else
_welcome
_run_update_installer
fi
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -72,4 +72,3 @@ echo "Removing ${1} directory."
rm -r "${1}"
echo "Finished ${1}."
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -221,4 +221,3 @@ _create_iso() {
done
fi
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -35,4 +35,3 @@ _cleanup_repodir() {
rm -r "${1}"
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -70,4 +70,3 @@ echo "Syncing tarball to ${_SERVER}:${_PUB}/.${_SERVER_PACMAN_ARCH}..."
#shellcheck disable=SC2086
run0 -u "${_USER}" ${_RSYNC} "${_PACMAN_ARCH_CHROOT}"{,.sig} "${_SERVER}:${_PUB}/.${_SERVER_PACMAN_ARCH}" || exit 1
echo "Finished."
# vim: set ft=sh ts=4 sw=4 et:

Some files were not shown because too many files have changed in this diff Show more