Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rootfs does nothing #1

Open
chromakey-io opened this issue Jul 30, 2021 · 0 comments
Open

rootfs does nothing #1

chromakey-io opened this issue Jul 30, 2021 · 0 comments

Comments

@chromakey-io
Copy link

the make_dev_ssd --remove_rootfs_verification

requires that you specify a partition number that you wish to effect. There's usually 2 partitions that are seem to be write protected .... and that command will recommend the current "root" partition".

That command --remove_rootfs_verification will tell you which partition you've booted from and is currently "root". (on my machine it's partitions 2 and 4, and the command has actually recommended both of them in different situations).

If you call the command without specifying a partition, it does nothing ... other than tell you that you need to specify a partition and which one.

Also, FYI ... you can also permanently set the partitions to be mounted as rw on boot with the option --default_rw_root (it also requires you to specify a partition with the --partition flag). Though obviously you're tool is great, and more secure since it doesn't leave rw default and you can use it only when you need it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant