FS#4648 - initscripts: improve check of fsck return status

Attached to Project: Arch Linux
Opened by TORIN Daniel (torindan) - Wednesday, 17 May 2006, 12:04 GMT
Last edited by Thomas Bächler (brain0) - Thursday, 10 May 2007, 17:47 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To Judd Vinet (judd)
James Rayner (iphitus)
Thomas Bächler (brain0)
Architecture All
Severity Low
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In /etc/rc.sysinit we need to check for more statuses returned from fsck.
Right now it tests only [ $? -gt 1 ],
maybe we need [ $? -gt 3 ] (to acknowledge reboot request)
maybe [ $? -eq 0 -o $? -eq 2 ]

for more details please check http://bbs.archlinux.org/viewtopic.php?t=21528
This task depends upon

Closed by  Thomas Bächler (brain0)
Thursday, 10 May 2007, 17:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  I fixed this months ago

Loading...