[Bug 1282760] Re: update-motd-fsck-at-reboot claims that partitions will be checked even if check is disabled in fstab
Brian Murray
brian at ubuntu.com
Fri Feb 21 00:52:34 UTC 2014
Thanks for you work on this patch but, I think the cut command is
incorrect "cut -s -f 2,6", I believe you want "cut -s -f 1,6". I say
this as ext_partitions is the following on my system:
$ mount | awk '$5 ~ /^ext(2|3|4)$/ { print $1 }'
/dev/mapper/ubuntu--vg-root
/dev/mapper/virtual--vg-sec--machine
/dev/sda1
and
$ grep -v '^#' /etc/fstab | tr -s ' ' '\t' | cut -s -f 2,6
/ 1
/boot 2
none 0
none 0
/mnt/sec-machines 1
while:
$ grep -v '^#' /etc/fstab | tr -s ' ' '\t' | cut -s -f 1,6
/dev/mapper/ubuntu--vg-root 1
UUID=1422b209-8540-4bf6-9852-bb5a1181ce54 2
/dev/mapper/ubuntu--vg-swap_1 0
/dev/mapper/cryptswap1 0
/dev/mapper/virtual--vg-sec--machine 1
Does that make sense to you?
** Changed in: update-notifier (Ubuntu)
Assignee: (unassigned) => Brian Murray (brian-murray)
** Changed in: update-notifier (Ubuntu)
Status: Triaged => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Review Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1282760
Title:
update-motd-fsck-at-reboot claims that partitions will be checked even
if check is disabled in fstab
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1282760/+subscriptions
More information about the Ubuntu-patch-reviews
mailing list