Open malfatti opened 5 years ago
I used Rufus on Windows to write the usb stick. In Rufus, I reserved some space to store things across reboots (hidden in advanced settings). Then flushchanges works for me.
I remember flushchanges not working when I used dd
to write the usb stick.
@Wuodan is your changes saving on the same partition, or a separate one like the bug reporter?
@ZeroChaos- nope it does not and thus my above comment is not worth much, thanks. The contents of the iso are on /dev/sdb1 and flushchanges saves to that partition too, /dev/sdb2 remains unused.
Hello!
I tried Pentoo and I cannot flushchanges. It was installed with
sudo dd if=pentoo-amd64-hardened-2019.1.iso of=/dev/sdb bs=4096 status=progress
on a 16GB flashdrive.If I
sudo flushchanges
, it complains that destination is read-only:Output of
lsblk
:Output of
parted
:Then I tried creating a new partition using fdisk with the remaining space, then formatted it in ext4, created the entry on /etc/fstab and mounted it on
/modules
. Then, thesudo flushchanges /modules
command worked perfectly and created a/modules/zz_changes-00.lzm
. The problem is that it is not loaded on boot!How can I make my changes persistent?
Cheers and thanks a lot for Pentoo :)