diff options
| author | Alee <alee14498@gmail.com> | 2018-02-16 20:34:12 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-16 20:34:12 -0500 |
| commit | 0de20832b0a2919f799d14c6cad5579afe132bf3 (patch) | |
| tree | b2fc5eb6bbb5ffc604bcdae20cfa263346b72b5c /airootfs/etc | |
| parent | e8d6a6cd916351b86070254d739e4932841aed35 (diff) | |
| download | Project-Caelus-0de20832b0a2919f799d14c6cad5579afe132bf3.tar.gz Project-Caelus-0de20832b0a2919f799d14c6cad5579afe132bf3.tar.bz2 Project-Caelus-0de20832b0a2919f799d14c6cad5579afe132bf3.zip | |
Moved files
Diffstat (limited to 'airootfs/etc')
| -rw-r--r-- | airootfs/etc/fstab | 0 | ||||
| -rw-r--r-- | airootfs/etc/hostname | 1 | ||||
| -rw-r--r-- | airootfs/etc/locale.conf | 1 | ||||
| -rw-r--r-- | airootfs/etc/machine-id | 0 | ||||
| -rw-r--r-- | airootfs/etc/skel/.xinitrc | 1 | ||||
| -rwxr-xr-x | airootfs/etc/systemd/scripts/choose-mirror | 26 | ||||
| -rw-r--r-- | airootfs/etc/systemd/system/choose-mirror.service | 10 | ||||
| -rw-r--r-- | airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount | 8 | ||||
| -rw-r--r-- | airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf | 3 | ||||
| -rw-r--r-- | airootfs/etc/systemd/system/pacman-init.service | 15 | ||||
| -rw-r--r-- | airootfs/etc/udev/rules.d/81-dhcpcd.rules | 1 |
11 files changed, 0 insertions, 66 deletions
diff --git a/airootfs/etc/fstab b/airootfs/etc/fstab deleted file mode 100644 index e69de29..0000000 --- a/airootfs/etc/fstab +++ /dev/null diff --git a/airootfs/etc/hostname b/airootfs/etc/hostname deleted file mode 100644 index 2dbe21e..0000000 --- a/airootfs/etc/hostname +++ /dev/null @@ -1 +0,0 @@ -archiso diff --git a/airootfs/etc/locale.conf b/airootfs/etc/locale.conf deleted file mode 100644 index 01ec548..0000000 --- a/airootfs/etc/locale.conf +++ /dev/null @@ -1 +0,0 @@ -LANG=en_US.UTF-8 diff --git a/airootfs/etc/machine-id b/airootfs/etc/machine-id deleted file mode 100644 index e69de29..0000000 --- a/airootfs/etc/machine-id +++ /dev/null diff --git a/airootfs/etc/skel/.xinitrc b/airootfs/etc/skel/.xinitrc deleted file mode 100644 index e0d1745..0000000 --- a/airootfs/etc/skel/.xinitrc +++ /dev/null @@ -1 +0,0 @@ -exec startlxde
\ No newline at end of file diff --git a/airootfs/etc/systemd/scripts/choose-mirror b/airootfs/etc/systemd/scripts/choose-mirror deleted file mode 100755 index 0ae0806..0000000 --- a/airootfs/etc/systemd/scripts/choose-mirror +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -get_cmdline() { - local param - for param in $(< /proc/cmdline); do - case "${param}" in - $1=*) echo "${param##*=}"; - return 0 - ;; - esac - done -} - -mirror=$(get_cmdline mirror) -[[ $mirror = auto ]] && mirror=$(get_cmdline archiso_http_srv) -[[ $mirror ]] || exit 0 - -mv /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.orig -cat >/etc/pacman.d/mirrorlist << EOF -# -# Arch Linux repository mirrorlist -# Generated by archiso -# - -Server = ${mirror%%/}/\$repo/os/\$arch -EOF diff --git a/airootfs/etc/systemd/system/choose-mirror.service b/airootfs/etc/systemd/system/choose-mirror.service deleted file mode 100644 index 1e4d771..0000000 --- a/airootfs/etc/systemd/system/choose-mirror.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Choose mirror from the kernel command line -ConditionKernelCommandLine=mirror - -[Service] -Type=oneshot -ExecStart=/etc/systemd/scripts/choose-mirror - -[Install] -WantedBy=multi-user.target diff --git a/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount b/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount deleted file mode 100644 index 4eab551..0000000 --- a/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Temporary /etc/pacman.d/gnupg directory - -[Mount] -What=tmpfs -Where=/etc/pacman.d/gnupg -Type=tmpfs -Options=mode=0755 diff --git a/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf b/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf deleted file mode 100644 index d1d8474..0000000 --- a/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Service] -ExecStart= -ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux diff --git a/airootfs/etc/systemd/system/pacman-init.service b/airootfs/etc/systemd/system/pacman-init.service deleted file mode 100644 index 23b8144..0000000 --- a/airootfs/etc/systemd/system/pacman-init.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Initializes Pacman keyring -Wants=haveged.service -After=haveged.service -Requires=etc-pacman.d-gnupg.mount -After=etc-pacman.d-gnupg.mount - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/bin/pacman-key --init -ExecStart=/usr/bin/pacman-key --populate archlinux - -[Install] -WantedBy=multi-user.target diff --git a/airootfs/etc/udev/rules.d/81-dhcpcd.rules b/airootfs/etc/udev/rules.d/81-dhcpcd.rules deleted file mode 100644 index 1c4053c..0000000 --- a/airootfs/etc/udev/rules.d/81-dhcpcd.rules +++ /dev/null @@ -1 +0,0 @@ -ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="en*|eth*", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service" |
