[opensuse] /etc/default/grub SUSE_BTRFS_SNAPSHOT_BOOTING="true" ? I have ext4 only?
All, Going through grub config, I run across the following: SUSE_BTRFS_SNAPSHOT_BOOTING="true" Huh? I installed on ext4 only -- what's this doing in the config? I presume it will simply be ignored, but shouldn't this get commented when there is no btrfs installed? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
David C. Rankin wrote:
All,
Going through grub config, I run across the following:
SUSE_BTRFS_SNAPSHOT_BOOTING="true"
Huh? I installed on ext4 only -- what's this doing in the config? I presume it will simply be ignored, but shouldn't this get commented when there is no btrfs installed?
Does anything end up in /boot/grub2/grub.cfg? I think it's only a hint to check if such entries exist, and include them. ...you could always live-convert your ext4 to btrfs and then miss the option :D -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, Apr 4, 2018 at 2:43 PM, Peter Suetterlin <pit@astro.su.se> wrote:
David C. Rankin wrote:
All,
Going through grub config, I run across the following:
SUSE_BTRFS_SNAPSHOT_BOOTING="true"
Huh? I installed on ext4 only -- what's this doing in the config? I presume it will simply be ignored, but shouldn't this get commented when there is no btrfs installed?
Does anything end up in /boot/grub2/grub.cfg? I think it's only a hint to check if such entries exist, and include them.
It actually modifies handling of btrfs in rather incompatible way so it may strike back if someone attempts to access other btrfs filesystems from grub. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/04/2018 07:10 AM, Andrei Borzenkov wrote:
It actually modifies handling of btrfs in rather incompatible way so it may strike back if someone attempts to access other btrfs filesystems from grub.
I don't even want to know what that means -- that just sounds really frightening.... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/04/2018 5:46, David C. Rankin wrote:
All,
Going through grub config, I run across the following:
SUSE_BTRFS_SNAPSHOT_BOOTING="true"
Huh? I installed on ext4 only -- what's this doing in the config? I presume it will simply be ignored, but shouldn't this get commented when there is no btrfs installed?
Commenting it out is extra code and having the variable will have no effect for you. On the other hand, it might bite back if you switch to btrfs one day - although such a switch on an existing install is something I would never do; a fresh install is really indicated in that case - the btrfs setup is too complicated. -- Saludos/Cheers, Carlos E.R. (Minas-Morgul - W10) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Andrei Borzenkov
-
Carlos E. R.
-
David C. Rankin
-
Peter Suetterlin