Fixed arch->march errors
This commit is contained in:
@@ -16,11 +16,11 @@ if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
|
||||
fi
|
||||
eval set -- "$PARSED"
|
||||
|
||||
timezone="CHANGEME" # specified in ./arch-chroot.sh
|
||||
locale="CHANGEME"
|
||||
hostname="CHANGEME"
|
||||
username="CHANGEME"
|
||||
sudogrp="CHANGEME"
|
||||
timezone="CHANGEME" # specified in ./march-chroot.sh
|
||||
locale="CHANGEME" # specified in ./march-chroot.sh
|
||||
hostname="CHANGEME" # specified in ./march-chroot.sh
|
||||
username="CHANGEME" # specified in ./march-chroot.sh
|
||||
sudogrp="CHANGEME" # specified in ./march-chroot.sh
|
||||
|
||||
CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
@@ -101,7 +101,7 @@ linux /vmlinuz-linux
|
||||
initrd /initramfs-linux.img
|
||||
options rw cryptdevice=$(blkid $rootpart | cut -d" " -f2 | tr -d \"):cryptroot root=$cryptroot i8042.noloop i8042.nomux i8042.nopnp i8042.reset" > /boot/loader/entries/arch.conf
|
||||
|
||||
sed -i "s/arch-reboot.sh/\0 -u $u-s $s/" /etc/systemd/system/march.service
|
||||
sed -i "s/march-reboot.sh/\0 -u $u-s $s/" /etc/systemd/system/march.service
|
||||
|
||||
systemctl enable march.service
|
||||
systemctl enable dhcpcd.service
|
||||
|
||||
Reference in New Issue
Block a user