Minor fix for DEVFS=yes
Mark Plaksin <[email protected]> Tue, 16 Dec 2003 19:13:26 -0500
| Newsgroups | gmane.linux.debian.user.bootcd |
|---|---|
| Message-ID | <[email protected]> |
If DEVFS=yes in bootcdwrite.conf and you're using devfs, the boot fails saying it can't mount devfs. This happens after the initial ram disk has been processed. There is no mount point on which to mount devfs. Removing this line bootcdwrite fixes the problem: [ "$DEVFS" = "yes" ] && run rm -r $VAR/input_dir/dev.ro