Skip to content

Commit

Permalink
grub: make root writable
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 1, 2023
1 parent 12295f7 commit a08cc6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ng/grub-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ set prefix=(\$dev)/grub2
export \$prefix
configfile \$prefix/grub.cfg
EOF


# GRUB entries: set ro to rw in /boot/loader/entries/*.conf
sed -i 's/ ro/ rw/g' /boot/loader/entries/*.conf

0 comments on commit a08cc6a

Please sign in to comment.