File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11__author__ = 'desultory'
2- __version__ = '0.6.4 '
2+ __version__ = '0.6.5 '
33
44
55def parse_cmdline (self ) -> str :
@@ -30,7 +30,7 @@ def mount_cmdline_root(self) -> str:
3030 """ Returns bash script to mount root partition based on /proc/cmdline """
3131 mount_dest = self ['mounts' ]['root' ]['destination' ] if not self .get ('switch_root_target' ) else self ['switch_root_target' ]
3232 out_str = ['if [ -n "$CMDLINE_ROOT" ]; then' ,
33- ' echo "Mounting root partition based on /proc/cmdline: $CMDLINE_ROOT"' ,
33+ ' echo "Mounting root partition based on /proc/cmdline: $CMDLINE_ROOT -o $CMDLINE_ROOTFLAGS "' ,
3434 f' mount $CMDLINE_ROOT { mount_dest } -o $CMDLINE_ROOTFLAGS' ,
3535 'fi' ,
3636 'if [ $? -ne 0 ] || [ -z "$CMDLINE_ROOT" ]; then' ,
You can’t perform that action at this time.
0 commit comments