Add a hook for setting up device drivers
This commit is contained in:
parent
df2a735ac0
commit
a9108dd12c
2 changed files with 12 additions and 4 deletions
scripts/Arch/OS
|
@ -35,8 +35,14 @@ begin
|
|||
networkmanager \
|
||||
man-db \
|
||||
man-pages \
|
||||
texinfo \
|
||||
;
|
||||
texinfo
|
||||
|
||||
and if type -q installDrivers
|
||||
echo "Installing drivers…"
|
||||
installDrivers
|
||||
else
|
||||
true
|
||||
end
|
||||
|
||||
and "$dir/../../copy-repo.fish" "$ARCH_MOUNT_ROOT$tempRoot"
|
||||
and genfstab -U "$ARCH_MOUNT_ROOT" >> "$ARCH_MOUNT_ROOT/etc/fstab"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue