Skip to content

Commit

Permalink
Ref #13 more reliable udev disk identify & ensure packages present
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Nov 23, 2024
1 parent 9658cd1 commit b2645a4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh
#set -eux -o pipefail
set -x
set -eux -o pipefail

# The two smallest disks are always used as the boot and root pool
# as a ZFS mirror.
Expand Down Expand Up @@ -198,7 +197,6 @@ enable_community_repo(){


generate_fstab(){
apk add arch-install-scripts
genfstab -t PARTUUID "${MNT}" \
| grep -v swap \
| sed "s|vfat.*rw|vfat rw,x-systemd.idle-timeout=1min,x-systemd.automount,noauto,nofail|" \
Expand Down

0 comments on commit b2645a4

Please sign in to comment.