Alok Aggarwal wrote: > As part of automated test development for bootable AI, > Rich has been trying to modify the menu.lst file on a > usb AI image. > > If he mounts up the usb image and edits > /boot/grub/menu.lst and boots the modified image, he > sees the changes take effect. > > However, if he boots off of the usb image and edits > /.cdrom/boot/grub/menu.lst and reboots, he doesn't > see the changes take effect. > > What is missing in the latter case? >
The UFS file system is mounted with nologging in the latter case, so perhaps it's a failure to sync the file system before rebooting. Dave