diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 01:49:34 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 01:49:34 +0100 |
| commit | 9f6bd750d7bdd3cbe124606fd30474a3faeb6e1f (patch) | |
| tree | 1abd8e31442e71181e102da960a0d9d8975cde05 | |
| parent | ad900a84709bb6c2b751f9d5bed2ce7280c7dc04 (diff) | |
Some initial releng cleanup
| -rw-r--r-- | liveusb/airootfs/etc/hostname | 2 | ||||
| -rw-r--r-- | liveusb/airootfs/etc/udev/rules.d/81-dhcpcd.rules | 1 | ||||
| -rw-r--r-- | liveusb/airootfs/root/amenthes.txt | 3 | ||||
| -rwxr-xr-x | liveusb/airootfs/root/customize_airootfs.sh | 2 | ||||
| -rw-r--r-- | liveusb/airootfs/root/install.txt | 3 |
5 files changed, 5 insertions, 6 deletions
diff --git a/liveusb/airootfs/etc/hostname b/liveusb/airootfs/etc/hostname index 2dbe21e..b35bc35 100644 --- a/liveusb/airootfs/etc/hostname +++ b/liveusb/airootfs/etc/hostname @@ -1 +1 @@ -archiso +amenthes diff --git a/liveusb/airootfs/etc/udev/rules.d/81-dhcpcd.rules b/liveusb/airootfs/etc/udev/rules.d/81-dhcpcd.rules deleted file mode 100644 index 1c4053c..0000000 --- a/liveusb/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" diff --git a/liveusb/airootfs/root/amenthes.txt b/liveusb/airootfs/root/amenthes.txt new file mode 100644 index 0000000..4a71608 --- /dev/null +++ b/liveusb/airootfs/root/amenthes.txt @@ -0,0 +1,3 @@ +This is Amenthes. + +More info: https://github.com/yuvadm/amenthes diff --git a/liveusb/airootfs/root/customize_airootfs.sh b/liveusb/airootfs/root/customize_airootfs.sh index aecf7f1..bd9cd3b 100755 --- a/liveusb/airootfs/root/customize_airootfs.sh +++ b/liveusb/airootfs/root/customize_airootfs.sh @@ -11,7 +11,7 @@ usermod -s /usr/bin/zsh root cp -aT /etc/skel/ /root/ chmod 700 /root -useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh arch +useradd -m -p "" -g users -s /usr/bin/zsh amenthes chmod 750 /etc/sudoers.d chmod 440 /etc/sudoers.d/g_wheel diff --git a/liveusb/airootfs/root/install.txt b/liveusb/airootfs/root/install.txt deleted file mode 100644 index 3c8f171..0000000 --- a/liveusb/airootfs/root/install.txt +++ /dev/null @@ -1,3 +0,0 @@ -View this installation guide online at -https://wiki.archlinux.org/index.php/Installation_Guide - |
