Discussion:
Mandriva 2007
Tom Kelly
2006-10-09 11:40:32 UTC
Permalink
Has anyone tested mklivecd with the latest
Mandriva 2007?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Texstar
2006-10-10 05:21:10 UTC
Permalink
Post by Tom Kelly
Has anyone tested mklivecd with the latest
Mandriva 2007?
Tom, etjr said this worked.


linuxrc.diff
--- linuxrc 2006-10-09 22:32:05.000000000 +0000
+++ linuxrc.orig 2006-10-09 21:04:22.000000000 +0000
@@ -345,9 +345,6 @@
## Kernel 26 udev additions
## Search for cdrom devices and add them to CDROM_LIST
## Check for ide channels.
-
-/sbin/udevstart
-
for ide_channel in /proc/ide/ide[0-9]; do
## If there are no ide channels found, then skip this
if [ ! -d "$ide_channel" ]; then
@@ -522,8 +519,8 @@
echo /sbin/udev > /proc/sys/kernel/hotplug
fi

-# echo -n " Starting udevstart"
-# ( `/sbin/udevstart >/dev/null 2>/dev/null` & ) &&
printok || printfail
+ echo -n " Starting udevstart"
+ ( `/sbin/udevstart >/dev/null 2>/dev/null` & ) &&
printok || printfail
set_progress
else
printfatal "ERROR: Insufficient memory to create ramdisk."
Dieter Schütze
2006-10-11 21:36:59 UTC
Permalink
With this changes i get this errors after the mklivecd hwdetect on the
Mandriva startup:
------------------------------------------
/dev/hda6 is mounted

WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.

Do you really want to continue (y/n)?
-------------------------------------------

Regards

Dieter
Post by Texstar
Post by Tom Kelly
Has anyone tested mklivecd with the latest
Mandriva 2007?
Tom, etjr said this worked.
linuxrc.diff
--- linuxrc 2006-10-09 22:32:05.000000000 +0000
+++ linuxrc.orig 2006-10-09 21:04:22.000000000 +0000
@@ -345,9 +345,6 @@
## Kernel 26 udev additions
## Search for cdrom devices and add them to CDROM_LIST
## Check for ide channels.
-
-/sbin/udevstart
-
for ide_channel in /proc/ide/ide[0-9]; do
## If there are no ide channels found, then skip this
if [ ! -d "$ide_channel" ]; then
@@ -522,8 +519,8 @@
echo /sbin/udev > /proc/sys/kernel/hotplug
fi
-# echo -n " Starting udevstart"
-# ( `/sbin/udevstart >/dev/null 2>/dev/null` & ) &&
printok || printfail
+ echo -n " Starting udevstart"
+ ( `/sbin/udevstart >/dev/null 2>/dev/null` & ) &&
printok || printfail
set_progress
else
printfatal "ERROR: Insufficient memory to create ramdisk."
_______________________________________________
Livecd-devel mailing list
https://lists.berlios.de/mailman/listinfo/livecd-devel
--
Dieter Schütze
***@d-schuetze.de
http://www.schuetze.homelinux.org

-----------------------------------
In einer modernen Gesellschaft muss
Wissen frei zur Verfügung stehen
-----------------------------------
Dieter Schütze
2006-10-23 12:53:44 UTC
Permalink
Hi
running e2fsck is solved.
You have to set only fastboot as option and not fastboot=yes with
Mandriva 2007.
And my mistake, you have to build the livecd without the /etc/fstab.

But now i have many errors on shutdown. Can't unmount ..... and
permission denied.
The same appears with draklive and Mandriva 2007. This is not only a
mklivecd trouble ;-)

Regards

Dieter
Post by Dieter Schütze
With this changes i get this errors after the mklivecd hwdetect on the
------------------------------------------
/dev/hda6 is mounted
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)?
-------------------------------------------
Regards
Dieter
Post by Texstar
Post by Tom Kelly
Has anyone tested mklivecd with the latest
Mandriva 2007?
Tom, etjr said this worked.
linuxrc.diff
--- linuxrc 2006-10-09 22:32:05.000000000 +0000
+++ linuxrc.orig 2006-10-09 21:04:22.000000000 +0000
@@ -345,9 +345,6 @@
## Kernel 26 udev additions
## Search for cdrom devices and add them to CDROM_LIST
## Check for ide channels.
-
-/sbin/udevstart
-
for ide_channel in /proc/ide/ide[0-9]; do
## If there are no ide channels found, then skip this
if [ ! -d "$ide_channel" ]; then
@@ -522,8 +519,8 @@
echo /sbin/udev > /proc/sys/kernel/hotplug
fi
-# echo -n " Starting udevstart"
-# ( `/sbin/udevstart >/dev/null 2>/dev/null` & ) &&
printok || printfail
+ echo -n " Starting udevstart"
+ ( `/sbin/udevstart >/dev/null 2>/dev/null` & ) &&
printok || printfail
set_progress
else
printfatal "ERROR: Insufficient memory to create ramdisk."
_______________________________________________
Livecd-devel mailing list
https://lists.berlios.de/mailman/listinfo/livecd-devel
--
Dieter Schütze
***@d-schuetze.de
http://www.schuetze.homelinux.org

-----------------------------------
In einer modernen Gesellschaft muss
Wissen frei zur Verfügung stehen
-----------------------------------
Loading...