Remove non-functioning symbols
This commit is contained in:
parent
7aeb46aaca
commit
5851825a21
|
@ -39,7 +39,7 @@ begin
|
||||||
man-pages \
|
man-pages \
|
||||||
texinfo
|
texinfo
|
||||||
|
|
||||||
and runHook installDrivers "Installing drivers…" || true
|
and runHook installDrivers "Installing drivers..." || true
|
||||||
and genfstab -U "$mountDir" >> "$mountDir/etc/fstab"
|
and genfstab -U "$mountDir" >> "$mountDir/etc/fstab"
|
||||||
and arch-chroot "$mountDir" systemctl enable NetworkManager
|
and arch-chroot "$mountDir" systemctl enable NetworkManager
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ function waitNetwork -a witness
|
||||||
|
|
||||||
if [ -z "$witness" ]
|
if [ -z "$witness" ]
|
||||||
if not testNetwork
|
if not testNetwork
|
||||||
tmux new-session -d 'cat /etc/motd; echo "$(tput bold)Please establish an internet connection…$(tput sgr0)"; $SHELL'
|
tmux new-session -d 'cat /etc/motd; echo "$(tput bold)Please establish an internet connection...$(tput sgr0)"; $SHELL'
|
||||||
fish (status filename) true &
|
fish (status filename) true &
|
||||||
set -l pid "$last_pid"
|
set -l pid "$last_pid"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue