From 831e13eea8edbe4fbb6693628607b14bfd4f1aa8 Mon Sep 17 00:00:00 2001 From: dufourj Date: Sat, 4 Feb 2006 21:34:07 +0000 Subject: PC104 : - suppression du pivot_root (chroot convient mieux aux besoins) ; - script de mise à jour du programme sur l'initrd PC104 en autonome quasi-fonctionnel (quelques amélioriation à faire) ; - impossibilité de démarrer un binaire créé sur lampion sans provoquer un kill du kernel (certains supports noyau manquant ? Lib ou autres programmes manquant ?). - l'initrd compressé c'est rapide à booter mais long à mettre à jour... --- i/pc104/initrd/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i/pc104/initrd/create.sh') diff --git a/i/pc104/initrd/create.sh b/i/pc104/initrd/create.sh index e6cc64f..342ddf8 100755 --- a/i/pc104/initrd/create.sh +++ b/i/pc104/initrd/create.sh @@ -50,7 +50,7 @@ mount_initrd () create_empty_struct () { # Create an empty root structure - mkdir -p $INITRD_TEMPDIR/{bin,dev,etc/{robot,init.d},proc,sbin,usr/{sbin,bin},var/lock,robot,initrd,mnt/localsys} + mkdir -p $INITRD_TEMPDIR/{bin,dev,etc/{robot,init.d},proc,sbin,usr/{sbin,bin},robot,initrd,mnt/localsys} # Create all the devices files we need create_dev # Install the inittab -- cgit v1.2.3