Skip to content

Commit

Permalink
cmdline rw
Browse files Browse the repository at this point in the history
  • Loading branch information
punoko committed Dec 15, 2023
1 parent dfabc10 commit ba30960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pacstrap -cGM "${MOUNT}" "${PACKAGES[@]}"
# compress & noatime are set by cmdline
#echo "UUID=$(blkid -s UUID -o value ${LOOPDEV}p2) / btrfs rw,x-systemd.growfs,${ROOT_FLAGS} 0 0" >>"${MOUNT}/etc/fstab"
#CMDLINE="root=UUID=$(blkid -s UUID -o value ${LOOPDEV}p2) rootflags=${ROOT_FLAGS} rw"
CMDLINE="rootflags=${ROOT_FLAGS}"
CMDLINE="rootflags=${ROOT_FLAGS} rw"

# /etc/kernel/cmdline is only necessary when using UKI instead of type 1 drop-in bootloader entry
arch-chroot "${MOUNT}" systemd-firstboot \
Expand Down

0 comments on commit ba30960

Please sign in to comment.